Selaa lähdekoodia

주문목록화면컬럼정보수정

tsit14 4 vuotta sitten
vanhempi
commit
193750bd7b
1 muutettua tiedostoa jossa 3 lisäystä ja 12 poistoa
  1. 3 12
      src/main/webapp/WEB-INF/views/order/OrderListForm.html

+ 3 - 12
src/main/webapp/WEB-INF/views/order/OrderListForm.html

@@ -379,7 +379,7 @@ var columnDefsOrderList = [
 		, cellClass		: 'text-center'
 		, sortable		: true
 	},
-	{headerName: "출고처", field: "delvLocNm", width: 110, cellClass: 'text-center', sortable: true, hide:true},
+	{headerName: "출고처"		, field: "delvLocNm"	, width: 110	, cellClass: 'text-center'	, sortable: true, hide:true},
 	{headerName: "상품코드"	, field: "goodsCd"		, width: 100	, cellClass: 'text-center'	, sortable: true},
 	{headerName: "브랜드"		, field: "brandGroupNm"	, width: 100	, cellClass: 'text-center'	, sortable: true},
 	{headerName: "구성유형"	, field: "goodsTypeNm"	, width: 100	, cellClass: 'text-center'	, sortable: true},
@@ -481,24 +481,15 @@ var columnDefsOrderList = [
 			return gagaAgGrid.toDateTimeFormat(params.data.delvAssignDt); 
 		}
 	},
-	{
-		headerName		: "송장출력일시"
-		, field			: "invoiceDt"
-		, width			: 150
-		, cellClass		: 'text-center'
-		, valueGetter	: function (params) { 
-			return gagaAgGrid.toDateTimeFormat(params.data.invoiceDt); 
-		}
-	},
 	{headerName: "출고택배사"		, field: "shipCompNm"	, width: 150, cellClass: 'text-center'},
 	{headerName: "출고송장"		, field: "invoiceNo"	, width: 150, cellClass: 'text-center'},
 	{
 		headerName		: "출고일시"
-		, field			: "delvResDt"
+		, field			: "delvStDt"
 		, width			: 150
 		, cellClass		: 'text-center'
 		, valueGetter: function (params) { 
-			return gagaAgGrid.toDateTimeFormat(params.data.delvResDt); 
+			return gagaAgGrid.toDateTimeFormat(params.data.delvStDt); 
 		}
 	},
 	{headerName: "품절여부"		, field: "soldoutYn"	, width: 90		, cellClass: 'text-center', sortable: true},