ShoplinkerOrderDetailForm.html 12 KB

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