diff --git a/src/views/modules/recv/recv.vue b/src/views/modules/recv/recv.vue index 9a5466e..3a750b2 100644 --- a/src/views/modules/recv/recv.vue +++ b/src/views/modules/recv/recv.vue @@ -78,7 +78,18 @@ - + + + + + + + @@ -327,7 +338,9 @@ export default { batchNo: row.orderNo+'-'+row.lineNo+'-'+row.releaseNo+'-'+nextItemNo, deliveryDate: row.plannedDeliveryDate || '', arrivalDate: this.getCurrentDate(), - supplierBatchNo: '', + supplierManufactureDate: row.supplierManufactureDate || '', + supplierBatchNo: row.supplierBatchNo || '', + deliveryNote: row.deliveryNote || '', wdr:"*", height: height, locationNo: locationNo @@ -540,6 +553,7 @@ export default { deliveryDate: item.deliveryDate, arrivalDate: item.arrivalDate, supplierBatchNo: item.supplierBatchNo, + deliveryNote: item.deliveryNote, samplePercent: item.samplePercent || 0, sampleQty: item.sampleQty || 0, qtyToReceive: item.qtyToReceive, @@ -561,7 +575,7 @@ export default { needCheck: item.needCheck , warehouseType: item.warehouseType , // 日期字段 - manufactureDate: item.manufactureDate, + supplierManufactureDate: item.supplierManufactureDate, height: item.height, // 处理单元列表 handlingUnitList: this.handlingUnit.map(hu => ({