|
|
@ -219,11 +219,11 @@ export default { |
|
|
|
|
|
|
|
|
this.recvItem = { |
|
|
this.recvItem = { |
|
|
...row, |
|
|
...row, |
|
|
poNo: row.poNumber || this.scanCode, |
|
|
|
|
|
|
|
|
poNo: row.orderNo || this.scanCode, |
|
|
dueinQty: row.qtyToReceive || row.invQtyToReceive, |
|
|
dueinQty: row.qtyToReceive || row.invQtyToReceive, |
|
|
transQty: '', |
|
|
transQty: '', |
|
|
itemNo: nextItemNo, |
|
|
itemNo: nextItemNo, |
|
|
batchNo: row.partNo+'-'+row.lineNo+'-'+row.releaseNo+'-'+nextItemNo, |
|
|
|
|
|
|
|
|
batchNo: row.orderNo+'-'+row.lineNo+'-'+row.releaseNo+'-'+nextItemNo, |
|
|
deliveryDate: row.plannedDeliveryDate || '', |
|
|
deliveryDate: row.plannedDeliveryDate || '', |
|
|
arrivalDate: this.getCurrentDate(), |
|
|
arrivalDate: this.getCurrentDate(), |
|
|
supplierBatchNo: '', |
|
|
supplierBatchNo: '', |
|
|
|