|
|
@@ -108,7 +108,7 @@
|
|
|
{headerName: "상품코드", field: "goodsCd" , width: 120, cellClass: 'text-center'},
|
|
|
{headerName: "검품", field: "normalqty" , width: 120, cellClass: 'text-right'},
|
|
|
{headerName: "양품", field: "brokenqty" , width: 120, cellClass: 'text-right'},
|
|
|
- {headerName: "불량", field: "totalqty" , width: 120, cellClass: 'text-right'},
|
|
|
+ {headerName: "총수량", field: "totalqty" , width: 120, cellClass: 'text-right'},
|
|
|
{headerName: "등록일시", field: "dateincome", width: 150, cellClass: 'text-center',
|
|
|
cellRenderer: function(params) {
|
|
|
return !gagajf.isNull(params.value) ? params.value.toDate("YYYYMMDD").format("YYYY-MM-DD") : '';
|