Explorar o código

주문목록 SKUCODE 추가

card007 %!s(int64=4) %!d(string=hai) anos
pai
achega
a4a7e79b4d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/main/webapp/WEB-INF/views/order/OrderListForm.html

+ 1 - 0
src/main/webapp/WEB-INF/views/order/OrderListForm.html

@@ -376,6 +376,7 @@ var columnDefsOrderList = [
 	},
 	{headerName: "출고처"		, field: "delvLocNm"	, width: 110	, cellClass: 'text-center'	, sortable: true, hide:true},
 	{headerName: "상품코드"	, field: "goodsCd"		, width: 100	, cellClass: 'text-center'	, sortable: true},
+	{headerName: "SKUCODE"	, field: "skuModelNo"		, width: 140	, 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},
 	{headerName: "상품명"		, field: "goodsNm"		, width: 200	, cellClass: 'text-left'	, sortable: true},