- URL 하드코딩 → .env APP_URL 기반 동적 URL로 변경 - DB 연결 하드코딩 → .env 기반으로 변경 - MySQL strict mode DATE 오류 수정
98 lines
5.1 KiB
PHP
98 lines
5.1 KiB
PHP
<div class="row">
|
|
<div class="d-flex align-items-center justify-content-center">
|
|
<table class="table " style="border-collapse: collapse;">
|
|
<thead>
|
|
<tr>
|
|
<th colspan="5" rowspan="3" class="text-center" style="width:70%;">
|
|
<div class="row">
|
|
<div class="col-sm-2">
|
|
<img src="../img/kdlogo.png" alt="경동기업" class="me-1" style="width:100%; height:auto;">
|
|
</div>
|
|
<div class="col-sm-10">
|
|
<div class="d-flex align-items-center justify-content-center m-1">
|
|
<span class="text-dark ms-2 me-2 fs-2" > 납 </span>
|
|
<span class="text-dark ms-2 me-2 fs-2" > 품 </span>
|
|
<span class="text-dark ms-2 me-2 fs-2" > 확 </span>
|
|
<span class="text-dark ms-2 me-2 fs-2" > 인 </span>
|
|
<span class="text-dark ms-2 fs-2" > 서 </span>
|
|
</div>
|
|
<br>
|
|
<div class="d-flex align-items-center justify-content-center mt-2">
|
|
<span class="text-dark ms-2 " style="font-size:10px;" > 전화 : 031-983-5130 | 팩스 : 02-6911-6315 | 이메일 : kd5130@naver.com </span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</th>
|
|
<th class="text-center " style="width:5%;">로트번호</th>
|
|
<th colspan="3" class="text-center text-primary fw-bold fs-6" > <?=$lotNum?> </th>
|
|
</tr>
|
|
<tr>
|
|
<th class="text-center fw-bold" style="height:80px;">결 재</th>
|
|
<th colspan="3" rowspan="2" class="text-center fs-5" style="width : 70px; height:22px; padding:2px;"> 경 동 기 업
|
|
<img src="../img/KDstamp.png" alt="도장" style="width:45px; height:45px;">
|
|
<!-- <span class="ms-3 fs-6"> (인) </span> -->
|
|
</th>
|
|
</tr>
|
|
<tr>
|
|
</tr>
|
|
<tr>
|
|
<th class="text-center blueBlackBold" >상 품 명</th>
|
|
<th class="text-center blueBlackBold"><?=$prodname?></th>
|
|
<th class="text-center blueBlackBold">제품명</th>
|
|
<th class="text-center blueBlackBold"><?=$prodcode?></th>
|
|
<th class="text-center blueBlackBold">인정번호</th>
|
|
<th colspan="4" class="text-center blueBlackBold fw-bold"><?=$warrantyNum?></th>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="d-flex align-items-center justify-content-start ">
|
|
<table class="table table-bordered" style="border-collapse: collapse;">
|
|
<thead>
|
|
<tr>
|
|
<th colspan="2" class="text-center align-middle lightgray" style="width:33%;">신 청 업 체</th>
|
|
<th colspan="2" class="text-center align-middle lightgray" style="width:33%;">신 청 내 용</th>
|
|
<th colspan="2" class="text-center align-middle lightgray" style="width:33%;">납 품 정 보</th>
|
|
</tr>
|
|
|
|
<tr>
|
|
<th class="text-center align-middle lightgray">발주일</th>
|
|
<th class="text-center"><?=specialDate($orderdate)?></th>
|
|
<th class="text-center align-middle lightgray">현 장 명</th>
|
|
<th colspan="3" class="text-center text-primary fw-bold"><?=$outworkplace?> </th>
|
|
</tr>
|
|
<tr>
|
|
<th class="text-center align-middle lightgray">발주처</th>
|
|
<th class="text-center"><?=$secondord?> </th>
|
|
<th class="text-center align-middle lightgray">납기요청일</th>
|
|
<th colspan="1" class="text-center text-primary fw-bold"><?=specialDate($outdateplusone)?> </th>
|
|
<th class="text-center align-middle lightgray">인수담당자</th>
|
|
<th colspan="1" class="text-center text-primary fw-bold"><?=$orderman?> </th>
|
|
</tr>
|
|
<tr>
|
|
<th class="text-center align-middle lightgray">발주 담당자</th>
|
|
<th class="text-center"><?=$orderman?></th>
|
|
<th class="text-center align-middle lightgray">출고일</th>
|
|
<th colspan="1" class="text-center text-primary fw-bold"><?=specialDate($outdate)?> </th>
|
|
<th class="text-center align-middle lightgray">인수자연락처</th>
|
|
<th class="text-center text-primary fw-bold"><?=$_SESSION['hp']?> </th>
|
|
</tr>
|
|
<tr>
|
|
<th class="text-center align-middle lightgray">담당자 연락처</th>
|
|
<th class="text-center text-dark fw-bold"><?=$_SESSION['hp']?> </th>
|
|
<th class="text-center align-middle lightgray">셔터총수량</th>
|
|
<th class="text-center"> <?=$surang ?> (개소) </th>
|
|
<th class="text-center align-middle lightgray">배 송 방 법</th>
|
|
<th class="text-center"> <?=$delivery ?> </th>
|
|
</tr>
|
|
<tr>
|
|
<th class="text-center align-middle lightgray">배송지 주소</th>
|
|
<th colspan="5" class="text-center"><?=$outputplace?></th>
|
|
</tr>
|
|
</thead>
|
|
|
|
</table>
|
|
</div>
|
|
</div>
|