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

입점업체 교환품절취소 처리

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

+ 5 - 5
src/main/webapp/WEB-INF/views/order/OrderSellerDelvListForm.html

@@ -25,9 +25,9 @@
 	</div>
 	
 	<form id="searchForm" name="searchForm" action="#" th:action="@{'/order/seller/unorder/list'}">
-		<input type="hidden" name="ordDtlStat" value="G013_40" />
-		<input type="hidden" name="pageNo" id="pageNo" value ="1"/>
-		<input type="hidden" name="supplyCompCd" th:value="${supplyCompCd}" />
+		<input type="hidden" name="ordDtlStat" 						value="G013_40" />
+		<input type="hidden" name="pageNo" 			id="pageNo" 	value ="1"/>
+		<input type="hidden" name="supplyCompCd" 					th:value="${supplyCompCd}" />
 		<div class="panelStyle">
 			<ul class="panelBar">
 				<li class="aR">
@@ -71,7 +71,7 @@ var columnDefs = [
 	{headerName: "주문수량",			field:"ordQty",				width:100, cellClass: 'text-center'},
 	{headerName: "취소수량",			field:"cnclRtnQty",			width:100, cellClass: 'text-center'},
 	{headerName: "출고수량",			field:"delvQty",			width:100, cellClass: 'text-center'},
-	{headerName: "미출고수량",		field:"cancelQty",			width:100, cellClass: 'text-center'
+	{headerName: "미출고수량",			field:"cancelQty",			width:100, cellClass: 'text-center'
 		, editable 			: true
 		, cellEditor		: 'agRichSelectCellEditor'
 		, cellStyle			: {color: '#fffff', 'background-color': '#aaaaff'}
@@ -103,7 +103,7 @@ var columnDefs = [
 	{headerName: "결제PG",			field: "pgGb",				width: 100, cellClass: 'text-center', hide: true},
 	{headerName: "결제수단",			field: "payMeans",			width: 100, cellClass: 'text-center', hide: true},
 	{headerName: "고객번호",			field: "custNo",			width: 100, cellClass: 'text-center', hide: true},
-	{headerName: "주문고객명",		field: "ordNm",				width: 100, cellClass: 'text-center', hide: true},
+	{headerName: "주문고객명",			field: "ordNm",				width: 100, cellClass: 'text-center', hide: true},
 	{headerName: "환불계좌은행코드",	field: "bankCd",			width: 100, cellClass: 'text-center', hide: true},
 	{headerName: "환불계좌예금주명",	field: "accountNm",			width: 100, cellClass: 'text-center', hide: true},
 	{headerName: "주문고객휴대폰번호",	field: "ordPhnno",			width: 100, cellClass: 'text-center', hide: true},