|
|
@@ -416,7 +416,7 @@
|
|
|
}
|
|
|
},
|
|
|
{headerName: "품목", field: "itemkindNm", width: 150, cellClass: 'text-center'},
|
|
|
- {headerName: "판매가능재고", field: "stockQtySum", width: 120, cellClass: 'text-right',
|
|
|
+ /* {headerName: "판매가능재고", field: "stockQtySum", width: 120, cellClass: 'text-right',
|
|
|
valueFormatter: function(params) { return params.value.addComma();},
|
|
|
cellStyle : function(params){
|
|
|
if ("00" == params.data.goodsStat || "10" == params.data.goodsStat || "20" == params.data.goodsStat || "30" == params.data.goodsStat) {
|
|
|
@@ -428,7 +428,7 @@
|
|
|
}
|
|
|
return { 'background-color': color};
|
|
|
}
|
|
|
- },
|
|
|
+ }, */
|
|
|
{headerName: "상품상태", field: "goodsStat" , width: 100, cellClass: 'text-center',
|
|
|
cellEditorParams: { values: gagaAgGrid.extractValues(goodsStatList) },
|
|
|
valueFormatter: function (params) { return gagaAgGrid.lookupValue(goodsStatList, params.value); },
|