|
|
@@ -262,9 +262,9 @@
|
|
|
{headerName: "상품코드", field: "goodsCd", width: 140, cellClass: 'text-center'},
|
|
|
{headerName: "상품명", field: "goodsNm", width: 200, cellClass: 'text-left'},
|
|
|
{headerName: "품목", field: "itemkindNm", width: 150, cellClass: 'text-left'},
|
|
|
- {headerName: "재고", field: "stockQtySum", width: 80, cellClass: 'text-right',
|
|
|
+ /* {headerName: "재고", field: "stockQtySum", width: 80, cellClass: 'text-right',
|
|
|
valueFormatter: function(params) { return params.value.addComma();}
|
|
|
- },
|
|
|
+ }, */
|
|
|
{headerName: "상품상태", field: "goodsStat" , width: 120, cellClass: 'text-center',
|
|
|
cellEditorParams: { values: gagaAgGrid.extractValues(goodsStatList) },
|
|
|
valueFormatter: function (params) { return gagaAgGrid.lookupValue(goodsStatList, params.value); },
|