Files
adsManager/app/Views/example/withdraw.php
T
2025-03-05 14:02:29 +09:00

175 lines
6.9 KiB
PHP

a<?=$this->extend('templates/front_example.php');?>
<?=$this->section('title');?>
ZENITH - 출금요청
<?=$this->endSection();?>
<?=$this->section('content');?>
<div class="sub-contents-wrap">
<div class="title-area">
<h2 class="page-title">출금요청</h2>
<p class="title-disc">출금이 필요한 거래처를 경영지원실에 요청하세요~ 나연님, 서진님 고생이 많으십니다.</p>
</div>
<div class="search-wrap">
<form class="search d-flex justify-content-center">
<div class="term d-flex align-items-center">
<input type="text">
<button type="button"><i class="bi bi-calendar2-week"></i></button>
<span> ~ </span>
<input type="text">
<button type="button"><i class="bi bi-calendar2-week"></i></button>
</div>
<select class="form-select" aria-label="선택">
<option selected>-선택-</option>
<option value="1">One</option>
<option value="2">Two</option>
<option value="3">Three</option>
</select>
<div class="input">
<input class="" type="text" placeholder="검색어를 입력하세요">
<button class="btn-primary" type="submit">조회</button>
</div>
</form>
</div>
<div class="section client-list biz">
<h3 class="content-title toggle"><i class="bi bi-chevron-up"></i> 담당자</h3>
<div class="row">
<div class="col">
<div class="inner">
<button type="button">열혈 패밀리</button>
</div>
</div>
<div class="col">
<div class="inner">
<button type="button">케어랩스5</button>
</div>
</div>
<div class="col">
<div class="inner">
<button type="button">케어랩스7</button>
</div>
</div>
</div>
</div>
<div class="section client-list biz">
<h3 class="content-title toggle"><i class="bi bi-chevron-up"></i> 결과</h3>
<div class="row">
<div class="col">
<div class="inner">
<button type="button">열혈 패밀리</button>
</div>
</div>
<div class="col">
<div class="inner">
<button type="button">케어랩스5</button>
</div>
</div>
<div class="col">
<div class="inner">
<button type="button">케어랩스7</button>
</div>
</div>
</div>
</div>
<div class="section client-list biz">
<h3 class="content-title toggle"><i class="bi bi-chevron-up"></i> 구분</h3>
<div class="row">
<div class="col">
<div class="inner">
<button type="button">열혈 패밀리</button>
</div>
</div>
<div class="col">
<div class="inner">
<button type="button">케어랩스5</button>
</div>
</div>
<div class="col">
<div class="inner">
<button type="button">케어랩스7</button>
</div>
</div>
</div>
</div>
<div class="section ">
<div class="btn-wrap text-end mb-2">
<a href="/example/withdraw_list"><button type="button" class="btn btn-danger">업체목록(출금요청)</button></a>
<a href="/example/tax"/><button type="button" class="btn btn-danger">글쓰기(출금요청)</button></a>
<a href="/example/exel"/><button type="button" class="btn btn-danger">엑셀백업</button></a>
</div>
<div class="table-responsive">
<table class="table table-striped table-hover table-default table-sm">
<colgroup>
<col style="width:3%">
<col style="width:8%">
<col style="width:5%">
<col style="width:5%">
<col style="width:10%">
<col style="width:8%">
<col style="width:10%">
<col style="">
<col style="width:10%">
<col style="">
<col style="width:5%">
<col style="width:5%">
<col style="width:8%">
</colgroup>
<thead class="table-dark">
<tr>
<th scope="col">번호</th>
<th scope="col">작성일</th>
<th scope="col">작성자</th>
<th scope="col">구분</th>
<th scope="col">거래처명(예금주명)</th>
<th scope="col">은행</th>
<th scope="col">계좌번호</th>
<th scope="col">내역(자세히)</th>
<th scope="col">총금액(VAT 포함)</th>
<th scope="col">비고</th>
<th scope="col">결제현황</th>
<th scope="col">결과</th>
<th scope="col">출금완료일</th>
</tr>
</thead>
<tbody>
<tr>
<td class="p-0">845</td>
<td>2023-03-13 18:34:39</td>
<td>김혜린</td>
<td>광고비</td>
<td>우주마켓_MOBON</td>
<td>국민은행</td>
<td>174892038457684</td>
<td>인라이플_모비온_우주마켓 광고비 지출결의</td>
<td>1,100,000</td>
<td></td>
<td>진행중</td>
<td>진행중</td>
<td></td>
</tr>
<tr>
<td>845</td>
<td>2023-03-13 18:34:39</td>
<td>김혜린</td>
<td>광고비</td>
<td>우주마켓_MOBON</td>
<td>국민은행</td>
<td>174892038457684</td>
<td>인라이플_모비온_우주마켓 광고비 지출결의</td>
<td>1,100,000</td>
<td></td>
<td class="text-primary">완료</td>
<td>완료</td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<?=$this->endSection();?>