diff --git a/src/views/modules/warehouse/ifsInventoryInit.vue b/src/views/modules/warehouse/ifsInventoryInit.vue index 068e922..390fe66 100644 --- a/src/views/modules/warehouse/ifsInventoryInit.vue +++ b/src/views/modules/warehouse/ifsInventoryInit.vue @@ -271,7 +271,12 @@ - + + + + + + - + + + + + + { if (this.$refs['otherInboundForm']) { @@ -485,7 +491,8 @@ export default { packageCount: parseInt(this.otherInboundForm.packageCount), manufactureDate: this.otherInboundForm.manufactureDate || null, expiredDate: this.otherInboundForm.expiredDate || null, - remark: this.otherInboundForm.remark + remark: this.otherInboundForm.remark, + height: this.otherInboundForm.height || null, } // 创建HandlingUnit