Browse Source

批次

linshi20240813
wangyufei 1 month ago
parent
commit
89d6cbc063
  1. 2
      src/views/wms/moveManage/inventorymove/inventorymoveRecordMainNew/index.vue

2
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){

Loading…
Cancel
Save