|
@ -138,7 +138,15 @@ |
|
|
return $.table.selectDictLabel(warehouseDeptTypeDatas, value); |
|
|
return $.table.selectDictLabel(warehouseDeptTypeDatas, value); |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{title: '通知已到货数量',field: 'notifyArrivedNum',}, |
|
|
{ |
|
|
|
|
|
title: '通知已到货数', |
|
|
|
|
|
field: 'notifyHasArrivedNum', |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
title: '通知到货数', |
|
|
|
|
|
field: 'notifyArriveNum', |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
{title: '实际已到货数量',field: 'actualArrivedNum',}, |
|
|
{title: '实际已到货数量',field: 'actualArrivedNum',}, |
|
|
{title: '暂收合格数量',field: 'temporaryQualifiedNum',}, |
|
|
{title: '暂收合格数量',field: 'temporaryQualifiedNum',}, |
|
|
{title: '暂收不合格数量',field: 'temporaryUnqualifiedNum',}, |
|
|
{title: '暂收不合格数量',field: 'temporaryUnqualifiedNum',}, |
|
|