diff --git a/src/views/modules/recv/recv.vue b/src/views/modules/recv/recv.vue index 4278e0a..eb89a17 100644 --- a/src/views/modules/recv/recv.vue +++ b/src/views/modules/recv/recv.vue @@ -81,15 +81,8 @@ style="font-size: 16px" size="small">包装记录 - - + + @@ -267,7 +260,8 @@ export default { deliveryDate: row.plannedDeliveryDate || '', arrivalDate: this.getCurrentDate(), supplierBatchNo: '', - wdr:"*" + wdr:"*", + height: '', }; this.processFlag = 2; }, @@ -404,6 +398,7 @@ export default { warehouseType: item.warehouseType , // 日期字段 manufactureDate: item.manufactureDate, + height: item.height, // 处理单元列表 handlingUnitList: this.handlingUnit.map(hu => ({ perQty: hu.perQty,