Commit 215ef029 authored by jingnan's avatar jingnan 👀

ERP相关_分拣实物二维码出库数量字段取之修改

parent 76e32b9a
......@@ -156,7 +156,7 @@ export default {
{ label: '批号', value: erpInventoryData.batchNumber || '' },
{ label: '系列号/序列号', value: erpInventoryData.serialNo || '' },
{ label: '站位', value: erpSortingData.positionNumber || '' },
{ label: '出库数量', value: item.outsideAmount || '' },
{ label: '出库数量', value: item.allocatedAmount || '' },
{ label: '计量单位', value: erpInventoryData.unit || '' },
{ label: '机型', value: erpSortingData.airModel || '' },
{ label: '架次', value: erpSortingData.sorties || '' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment