|
|
|
@ -125,102 +125,20 @@ export default { |
|
|
|
// 模拟工单数据 |
|
|
|
workOrders: [ |
|
|
|
{ |
|
|
|
workOrderNo: '3020124', |
|
|
|
materialName: '80506561', |
|
|
|
workOrderTime: '2025-01-20 08:30:00', |
|
|
|
completedCount: 2, |
|
|
|
totalCount: 5, |
|
|
|
details: [ |
|
|
|
{ |
|
|
|
pickingBatchNo: 'W00001', |
|
|
|
pickingMaterialName: '70000213-0045', |
|
|
|
pickingQty: '1,000', |
|
|
|
status: '完成', |
|
|
|
storageBatchNo: 'W01100', |
|
|
|
storageLocation: 'RG01' |
|
|
|
}, |
|
|
|
{ |
|
|
|
pickingBatchNo: 'W00010', |
|
|
|
pickingMaterialName: '70000235-0046', |
|
|
|
pickingQty: '5,000', |
|
|
|
status: '分拣中', |
|
|
|
storageBatchNo: 'W01100', |
|
|
|
storageLocation: 'RG01' |
|
|
|
}, |
|
|
|
{ |
|
|
|
pickingBatchNo: 'W00012', |
|
|
|
pickingMaterialName: '70004562-0075', |
|
|
|
pickingQty: '1,000', |
|
|
|
status: '等待分拣', |
|
|
|
storageBatchNo: 'W01100', |
|
|
|
storageLocation: 'RG01' |
|
|
|
}, |
|
|
|
{ |
|
|
|
pickingBatchNo: 'W00012', |
|
|
|
pickingMaterialName: '70004358-0254', |
|
|
|
pickingQty: '1,000', |
|
|
|
status: '等待分拣', |
|
|
|
storageBatchNo: 'W01101', |
|
|
|
storageLocation: 'RG02' |
|
|
|
}, |
|
|
|
{ |
|
|
|
pickingBatchNo: 'W00033', |
|
|
|
pickingMaterialName: '70000220-0335', |
|
|
|
pickingQty: '5,000', |
|
|
|
status: '等待分拣', |
|
|
|
storageBatchNo: 'W01101', |
|
|
|
storageLocation: 'RG02' |
|
|
|
} |
|
|
|
] |
|
|
|
workOrderNo: '', |
|
|
|
materialName: '', |
|
|
|
workOrderTime: '', |
|
|
|
completedCount: '', |
|
|
|
totalCount: '', |
|
|
|
details: [] |
|
|
|
}, |
|
|
|
{ |
|
|
|
workOrderNo: '3020125', |
|
|
|
materialName: '80506562', |
|
|
|
workOrderTime: '2025-01-20 10:00:00', |
|
|
|
completedCount: 1, |
|
|
|
totalCount: 5, |
|
|
|
details: [ |
|
|
|
{ |
|
|
|
pickingBatchNo: 'W00002', |
|
|
|
pickingMaterialName: '70000213-0046', |
|
|
|
pickingQty: '1,000', |
|
|
|
status: '完成', |
|
|
|
storageBatchNo: 'W01102', |
|
|
|
storageLocation: 'RG03' |
|
|
|
}, |
|
|
|
{ |
|
|
|
pickingBatchNo: 'W00011', |
|
|
|
pickingMaterialName: '70000235-0047', |
|
|
|
pickingQty: '5,000', |
|
|
|
status: '分拣中', |
|
|
|
storageBatchNo: 'W01102', |
|
|
|
storageLocation: 'RG03' |
|
|
|
}, |
|
|
|
{ |
|
|
|
pickingBatchNo: 'W00013', |
|
|
|
pickingMaterialName: '70004562-0078', |
|
|
|
pickingQty: '1,000', |
|
|
|
status: '等待分拣', |
|
|
|
storageBatchNo: 'W01102', |
|
|
|
storageLocation: 'RG03' |
|
|
|
}, |
|
|
|
{ |
|
|
|
pickingBatchNo: 'W00013', |
|
|
|
pickingMaterialName: '70004358-0256', |
|
|
|
pickingQty: '1,000', |
|
|
|
status: '等待分拣', |
|
|
|
storageBatchNo: 'W01103', |
|
|
|
storageLocation: 'RG04' |
|
|
|
}, |
|
|
|
{ |
|
|
|
pickingBatchNo: 'W00034', |
|
|
|
pickingMaterialName: '70000220-0337', |
|
|
|
pickingQty: '5,000', |
|
|
|
status: '等待分拣', |
|
|
|
storageBatchNo: 'W01103', |
|
|
|
storageLocation: 'RG04' |
|
|
|
} |
|
|
|
] |
|
|
|
workOrderNo: '', |
|
|
|
materialName: '', |
|
|
|
workOrderTime: '', |
|
|
|
completedCount: '', |
|
|
|
totalCount: '', |
|
|
|
details: [] |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
|