Browse Source

Merge branch 'develop' into jmh

jmh 4 năm trước cách đây
mục cha
commit
10f583e99c
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/main/webapp/WEB-INF/views/settle/GoodsSettleForm.html

+ 2 - 1
src/main/webapp/WEB-INF/views/settle/GoodsSettleForm.html

@@ -183,7 +183,8 @@
 		{ headerName: "브랜드", field: "brandEnm", width: 100, cellClass: 'text-center' },
 		{ headerName: "담당MD", field: "mdNm", width: 100, cellClass: 'text-center' },
 		{ headerName: "단품코드", field: "itemCd", width: 120, cellClass: 'text-center' },
-		{ headerName: "옵션", field: "optCd1", 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: "mallPrice", width: 100, cellClass: 'text-right',
 			cellRenderer: function (params) { return gagaAgGrid.toAddComma(params.value); }