ShoplinkerOrderDetailForm.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. <!DOCTYPE html>
  2. <html lang="ko" xmlns:th="http://www.thymeleaf.org">
  3. <!--
  4. *******************************************************************************
  5. * @source : ShoplinkerOrderDetailForm.html
  6. * @desc : 샵링커 주문수집, 제휴몰주문등록 상세 팝업
  7. *============================================================================
  8. * STYLE24
  9. * Copyright(C) 2020 TSIT, All rights reserved.
  10. *============================================================================
  11. * VER DATE AUTHOR DESCRIPTION
  12. * === =========== ========== =============================================
  13. * 1.0 2021.05.31 jmh 최초 작성
  14. *******************************************************************************
  15. -->
  16. <div class="modalPopup" data-width="1200" data-height="750">
  17. <div class="panelStyle">
  18. <div class="panelTitle">
  19. <h2>샵링커 주문수집 상세 팝업</h2>
  20. <button type="button" class="close" onclick="fnSlkOrderDetailClose()"><i class="fa fa-times"></i></button>
  21. </div>
  22. <div class="panelContent" style="height:90%; overflow-y:auto; padding:0px 20px !important; ">
  23. <div th:if="${slkOrderInfo}">
  24. <h4>샵링커 기본정보</h4>
  25. <!-- TABLE -->
  26. <table class="tableStyle">
  27. <colgroup>
  28. <col width="10%">
  29. <col width="23%">
  30. <col width="10%">
  31. <col width="23%">
  32. <col width="10%">
  33. <col width="23%">
  34. </colgroup>
  35. <tbody>
  36. <tr>
  37. <th>주문수집차수</th>
  38. <td class="aL padL10" th:text=" ${slkOrderInfo.orderIfIdx}"></td>
  39. <th>샵링커주문번호</th>
  40. <td class="aL padL10" th:text=" ${slkOrderInfo.shoplinkerOrderId}"></td>
  41. <th>쇼핑몰주문번호</th>
  42. <td class="aL padL10" th:text="${slkOrderInfo.mallOrderId}"></td>
  43. </tr>
  44. <tr>
  45. <th>쇼핑몰명</th>
  46. <td class="aL padL10" th:text="${slkOrderInfo.mallName}"></td>
  47. <th>배송상태[발주확인]</th>
  48. <td class="aL padL10" th:text="${slkOrderInfo.baesongStatus}"></td>
  49. <th>주문자명</th>
  50. <td class="aL padL10" th:text="${slkOrderInfo.orderName}"></td>
  51. </tr>
  52. <tr>
  53. <th>주문자전화번호</th>
  54. <td class="aL padL10" th:text="${slkOrderInfo.orderTel}"></td>
  55. <th>주문자핸드폰번호</th>
  56. <td class="aL padL10" th:text="${slkOrderInfo.orderCel}"></td>
  57. <th>주문자이메일주소</th>
  58. <td class="aL padL10" th:text="${slkOrderInfo.orderEmail}"></td>
  59. </tr>
  60. <tr>
  61. <th>수취인명</th>
  62. <td class="aL padL10" th:text="${slkOrderInfo.receive}"></td>
  63. <th>수취인전화번호</th>
  64. <td class="aL padL10" th:text="${slkOrderInfo.receiveTel}"></td>
  65. <th>수취인핸드폰번호</th>
  66. <td class="aL padL10" th:text="${slkOrderInfo.receiveCel}"></td>
  67. </tr>
  68. <tr>
  69. <th>수취인우편번호</th>
  70. <td class="aL padL10" th:text="${slkOrderInfo.receiveZipcode}"></td>
  71. <th>수취인주소</th>
  72. <td class="aL padL10" th:text="${slkOrderInfo.receiveAddr}"></td>
  73. <th>배송비결제방식</th>
  74. <td class="aL padL10" th:text="${slkOrderInfo.baesongType}"></td>
  75. </tr>
  76. <tr>
  77. <th>배송비</th>
  78. <td class="aL padL10" th:text="${slkOrderInfo.baesongBi}"></td>
  79. <th>배송메세지</th>
  80. <td class="aL padL10" th:text="${slkOrderInfo.deliveryMsg}"></td>
  81. <th>주문상품번호</th>
  82. <td class="aL padL10" th:text="${slkOrderInfo.orderProductId}"></td>
  83. </tr>
  84. <tr>
  85. <th>샵링커상품번호</th>
  86. <td class="aL padL10" th:text="${slkOrderInfo.shoplinkerProductId}"></td>
  87. <th>자사상품코드</th>
  88. <td class="aL padL10" th:text="${slkOrderInfo.partnerProductId}"></td>
  89. <th>상품명</th>
  90. <td class="aL padL10" th:text="${slkOrderInfo.productName}"></td>
  91. </tr>
  92. <tr>
  93. <th>주문수량</th>
  94. <td class="aL padL10" th:text="${slkOrderInfo.quantity}"></td>
  95. <th>주문금액</th>
  96. <td class="aL padL10" th:text="${#numbers.formatDecimal(slkOrderInfo.orderPrice, 0,'COMMA', 0,'POINT')}"></td>
  97. <th>판매단가</th>
  98. <td class="aL padL10" th:text="${#numbers.formatDecimal(slkOrderInfo.salePrice, 0,'COMMA', 0,'POINT')}"></td>
  99. </tr>
  100. <tr>
  101. <th>공급가</th>
  102. <td class="aL padL10" th:text="${#numbers.formatDecimal(slkOrderInfo.supplyPrice, 0,'COMMA', 0,'POINT')}"></td>
  103. <th>옵션명</th>
  104. <td class="aL padL10" th:text="${slkOrderInfo.sku}"></td>
  105. <th>주문일자</th>
  106. <td class="aL padL10" th:text="${slkOrderInfo.orderdate}"></td>
  107. </tr>
  108. <tr>
  109. <th>주문수집일자</th>
  110. <td class="aL padL10" th:text="${slkOrderInfo.orderRegDate}"></td>
  111. <th>송장번호</th>
  112. <td class="aL padL10" th:text="${slkOrderInfo.deliveryInvoice}"></td>
  113. <th>쇼핑몰계정</th>
  114. <td class="aL padL10" th:text="${slkOrderInfo.sellerId}"></td>
  115. </tr>
  116. <tr>
  117. <th>필수옵션</th>
  118. <td class="aL padL10" th:text="${slkOrderInfo.onlySku}"></td>
  119. <th>추가옵션</th>
  120. <td class="aL padL10" th:text="${slkOrderInfo.addSku}"></td>
  121. <th>샵링커쇼핑몰코드</th>
  122. <td class="aL padL10" th:text="${slkOrderInfo.mallId}"></td>
  123. </tr>
  124. <tr>
  125. <th>쇼핑몰부담할인액</th>
  126. <td class="aL padL10" th:text="${#numbers.formatDecimal(slkOrderInfo.disPriceMall, 0,'COMMA', 0,'POINT')}"></td>
  127. <th>판매자부담할인액</th>
  128. <td class="aL padL10" th:text="${#numbers.formatDecimal(slkOrderInfo.disPriceSeller, 0,'COMMA', 0,'POINT')}"></td>
  129. <th>쿠폰할인액</th>
  130. <td class="aL padL10" th:text="${#numbers.formatDecimal(slkOrderInfo.disPriceCoupon, 0,'COMMA', 0,'POINT')}"></td>
  131. </tr>
  132. <tr>
  133. <th>포인트할인액</th>
  134. <td class="aL padL10" th:text="${#numbers.formatDecimal(slkOrderInfo.disPricePoint, 0,'COMMA', 0,'POINT')}"></td>
  135. <th>물류배송여부</th>
  136. <td class="aL padL10" th:text="${slkOrderInfo.distributionDelivery}"></td>
  137. <th>옵션매칭코드</th>
  138. <td class="aL padL10" th:text="${slkOrderInfo.skuMatchCode}"></td>
  139. </tr>
  140. <tr>
  141. <th>옵션바코드</th>
  142. <td class="aL padL10" th:text="${slkOrderInfo.skuBarcode}"></td>
  143. <th>개인고유통관번호</th>
  144. <td class="aL padL10" th:text="${slkOrderInfo.orderCustomsNumber}"></td>
  145. <th>주문서타입</th>
  146. <td class="aL padL10" th:text="${slkOrderInfo.orderInputType}"></td>
  147. </tr>
  148. <tr>
  149. <th>매입처아이디</th>
  150. <td class="aL padL10" th:text="${slkOrderInfo.supplyId}"></td>
  151. <th>택배사코드</th>
  152. <td class="aL padL10" th:text="${slkOrderInfo.delivery}"></td>
  153. <th>구매자계정</th>
  154. <td class="aL padL10" th:text="${slkOrderInfo.orderUserId}"></td>
  155. </tr>
  156. <tr>
  157. <th>크로스픽주문</th>
  158. <td class="aL padL10" th:text="${slkOrderInfo.crspikUse}"></td>
  159. <th>배송번호</th>
  160. <td class="aL padL10" th:text="${slkOrderInfo.shipNo}"></td>
  161. <th>딜번호</th>
  162. <td class="aL padL10" th:text="${slkOrderInfo.dealNo}"></td>
  163. </tr>
  164. <tr>
  165. <th>교환접수여부</th>
  166. <td class="aL padL10" th:text="${slkOrderInfo.exchangeOrderYn}"></td>
  167. <th>추가상품</th>
  168. <td class="aL padL10" th:text="${slkOrderInfo.orderMainKey}"></td>
  169. <th>네이버페이결제수단</th>
  170. <td class="aL padL10" th:text="${slkOrderInfo.panType}"></td>
  171. </tr>
  172. <tr>
  173. <th>채널구분</th>
  174. <td class="aL padL10" th:text="${slkOrderInfo.channelType}"></td>
  175. <th>배송예정일</th>
  176. <td class="aL padL10" colspan="3" th:text="${slkOrderInfo.shipRsvDate}"></td>
  177. </tr>
  178. </tbody>
  179. </table>
  180. </div>
  181. <!-- //TABLE -->
  182. <br>
  183. <!--
  184. 아래 4개 상점은 쇼핑몰주문번호를 배송번호로 대처함(같은 주문건은 배송번호로 알 수 있음)
  185. APISHOP_0003 옥션 / APISHOP_0010 지마켓 / APISHOP_0286 카카오톡스토어 / APISHOP_0287 위메프
  186. -->
  187. <div th:if="${extOrderInfo}">
  188. <h4>제휴몰 업로드정보</h4>
  189. <!-- TABLE -->
  190. <table class="tableStyle">
  191. <colgroup>
  192. <col width="10%">
  193. <col width="23%">
  194. <col width="10%">
  195. <col width="23%">
  196. <col width="10%">
  197. <col width="23%">
  198. </colgroup>
  199. <tbody>
  200. <tr>
  201. <th>업로드상태</th>
  202. <td class="aL padL10" th:text="${extOrderInfo.uploadStatNm}"></td>
  203. <th>업로드실패코드</th>
  204. <td class="aL padL10" colspan="3" th:text="${extOrderInfo.uploadFailNm}"></td>
  205. </tr>
  206. <tr>
  207. <th>업로드실패사유</th>
  208. <td class="aL padL10" colspan="5" th:text="${extOrderInfo.uploadFailReason}"></td>
  209. </tr>
  210. <tr>
  211. <th>벤더명</th>
  212. <td class="aL padL10" th:text="${extOrderInfo.vendorNm}"></td>
  213. <th>제휴몰ID</th>
  214. <td class="aL padL10" th:text="${extOrderInfo.extmallId}"></td>
  215. <th>제휴몰명</th>
  216. <td class="aL padL10" th:text="${extOrderInfo.extmallNm}"></td>
  217. </tr>
  218. <tr>
  219. <th>에이전트주문번호</th>
  220. <td class="aL padL10" th:text="${extOrderInfo.agentOrderId}"></td>
  221. <th>제휴몰주문번호<br>(쇼핑몰주문번호)</th>
  222. <td class="aL padL10" th:text="${extOrderInfo.extmallOrderId}"></td>
  223. <th>제휴몰상품ID</th>
  224. <td class="aL padL10" th:text="${extOrderInfo.extmallProdId}"></td>
  225. </tr>
  226. <tr>
  227. <th>제휴몰상품명</th>
  228. <td class="aL padL10" th:text="${extOrderInfo.extmallProdNm}"></td>
  229. <th>상품코드(상품)</th>
  230. <td class="aL padL10" th:text="${extOrderInfo.goodsCd}"></td>
  231. <th>옵션명</th>
  232. <td class="aL padL10" th:text="${extOrderInfo.sku}"></td>
  233. </tr>
  234. <tr>
  235. <th>옵션코드</th>
  236. <td class="aL padL10" th:text="${extOrderInfo.optCd}"></td>
  237. <th>옵션1</th>
  238. <td class="aL padL10" th:text="${extOrderInfo.optCd1}"></td>
  239. <th>옵션2</th>
  240. <td class="aL padL10" th:text="${extOrderInfo.optCd2}"></td>
  241. </tr>
  242. <tr>
  243. <th>현재판매가</th>
  244. <td class="aL padL10" th:text="${#numbers.formatDecimal(extOrderInfo.currPrice, 0,'COMMA', 0,'POINT')}"></td>
  245. <th>주문수량</th>
  246. <td class="aL padL10" th:text="${extOrderInfo.ordQty}"></td>
  247. <th>주문금액</th>
  248. <td class="aL padL10" th:text="${#numbers.formatDecimal(extOrderInfo.ordAmt, 0,'COMMA', 0,'POINT')}"></td>
  249. </tr>
  250. <tr>
  251. <th>쿠폰할인금액</th>
  252. <td class="aL padL10" th:text="${#numbers.formatDecimal(extOrderInfo.cpnDcAmt, 0,'COMMA', 0,'POINT')}"></td>
  253. <th>포인트할인금액</th>
  254. <td class="aL padL10" th:text="${#numbers.formatDecimal(extOrderInfo.pntDcAmt, 0,'COMMA', 0,'POINT')}"></td>
  255. <th>배송비</th>
  256. <td class="aL padL10" th:text="${#numbers.formatDecimal(extOrderInfo.delvFee, 0,'COMMA', 0,'POINT')}"></td>
  257. </tr>
  258. <tr>
  259. <th>주문수집일</th>
  260. <td class="aL padL10" th:text="${extOrderInfo.ordRecvDt}"></td>
  261. <th>주문일</th>
  262. <td class="aL padL10" th:text="${extOrderInfo.ordDt}"></td>
  263. <th>주문자명</th>
  264. <td class="aL padL10" th:text="${extOrderInfo.ordNm}"></td>
  265. </tr>
  266. <tr>
  267. <th>주문자휴대전화번호</th>
  268. <td class="aL padL10" th:text="${extOrderInfo.ordPhnno}"></td>
  269. <th>주문자전화번호</th>
  270. <td class="aL padL10" th:text="${extOrderInfo.ordTelno}"></td>
  271. <th>주문자이메일</th>
  272. <td class="aL padL10" th:text="${extOrderInfo.ordEmail}"></td>
  273. </tr>
  274. <tr>
  275. <th>수령자명</th>
  276. <td class="aL padL10" th:text="${extOrderInfo.recipNm}"></td>
  277. <th>수령자휴대전화번호</th>
  278. <td class="aL padL10" th:text="${extOrderInfo.recipPhnno}"></td>
  279. <th>수령자전화번호</th>
  280. <td class="aL padL10" th:text="${extOrderInfo.recipTelno}"></td>
  281. </tr>
  282. <tr>
  283. <th>수령자우편번호</th>
  284. <td class="aL padL10" th:text="${extOrderInfo.recipZipcode}"></td>
  285. <th>수령자기본주소</th>
  286. <td class="aL padL10" th:text="${extOrderInfo.recipBaseAddr}"></td>
  287. <th>수령자상세주소</th>
  288. <td class="aL padL10" th:text="${extOrderInfo.recipDtlAddr}"></td>
  289. </tr>
  290. <tr>
  291. <th>배송메모</th>
  292. <td class="aL padL10" colspan="5" th:text="${extOrderInfo.delvMemo}"></td>
  293. </tr>
  294. <tr>
  295. <th>주문번호</th>
  296. <td class="aL padL10" th:text="${extOrderInfo.ordNo}"></td>
  297. <th>등록자</th>
  298. <td class="aL padL10" th:text="${extOrderInfo.regNm}"></td>
  299. <th>등록일시</th>
  300. <td class="aL padL10" th:text="${extOrderInfo.regDt}"></td>
  301. </tr>
  302. </tbody>
  303. </table>
  304. </div>
  305. </div>
  306. </div>
  307. </div>
  308. <script th:inline="javascript">
  309. // 팝업닫기
  310. var fnSlkOrderDetailClose = function(){
  311. uifnPopupClose('popupSlkOrderDetail');
  312. }
  313. </script>
  314. </html>