Просмотр исходного кода

입점업체 교환결제완료 개발완료

tsit14 4 лет назад
Родитель
Сommit
c4101ba9ca
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      src/main/webapp/WEB-INF/views/order/OrderWithdrawConfirmForm.html

+ 4 - 2
src/main/webapp/WEB-INF/views/order/OrderWithdrawConfirmForm.html

@@ -67,6 +67,7 @@
 								</td>
 							</th:block>
 							<!-- //반품회수 -->
+							
 							<!-- 교환회수 -->
 							<th:block th:if="${chgGb} == 'G680_40'">
 								<th>교환사유 <i class="star"></i></th>
@@ -85,6 +86,7 @@
 								</td>
 							</th:block>
 							<!-- //교환회수 -->
+							
 							<th>회수방법</th>
 							<td>
 								<th:blcok th:if="${wdGb} == 'W'">회수요청</th:blcok>
@@ -131,8 +133,8 @@ var columnWidthdrawList = [
 	{headerName: "업체상품코드",		field:"supplyGoodsCd",		width:100, cellClass: 'text-center'},
 	{headerName: "상품코드",			field:"goodsCd",			width:100, cellClass: 'text-center'},
 	{headerName: "상품명",			field:"goodsNm",			width:100, cellClass: 'text-center'},
-	{headerName: "옵션1",				field:"optCd1",				width:100, cellClass: 'text-center'},
-	{headerName: "옵션2",				field:"optCd2",				width:100, cellClass: 'text-center'},
+	{headerName: "옵션1",			field:"optCd1",				width:100, cellClass: 'text-center'},
+	{headerName: "옵션2",			field:"optCd2",				width:100, cellClass: 'text-center'},
 	{headerName: "요청수량",			field:"chgQty",				width:100, cellClass: 'text-center'},
 	{headerName: "교환상세번호",		field:"exchangeOrdDtlNo",	width:100, cellClass: 'text-center'},
 	{headerName: "교환옵션1",			field:"optCd11",			width:100, cellClass: 'text-center'},