Forráskód Böngészése

주문목록 SKUCODE 추가

card007 4 éve
szülő
commit
a4a7e79b4d

+ 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},