diff --git a/src/views/wms/moveManage/inventorymove/inventorymoveRecordMainNew/index.vue b/src/views/wms/moveManage/inventorymove/inventorymoveRecordMainNew/index.vue index 213534050..33d2cfee8 100644 --- a/src/views/wms/moveManage/inventorymove/inventorymoveRecordMainNew/index.vue +++ b/src/views/wms/moveManage/inventorymove/inventorymoveRecordMainNew/index.vue @@ -238,7 +238,7 @@ const submitForm = async (formType, submitData) => { } data.subList = tableData.value // 拼接子表数据参数 data.subList.forEach(item => { - item.fromBatch = data.toBatch + item.toBatch = item.fromBatch item.fromLocationCode = data.fromLocationCode item.toLocationCode = data.toLocationCode if(item.qty == 0){