|
|
@ -782,7 +782,7 @@ const submitForm = async (formType, submitData) => { |
|
|
|
console.log(556565,item); |
|
|
|
if(fromInventoryStatus.value){ |
|
|
|
//item.fromInventoryStatus = fromInventoryStatus.value |
|
|
|
item.toInventoryStatus = toInventoryStatus.value |
|
|
|
// item.toInventoryStatus = toInventoryStatus.value |
|
|
|
} |
|
|
|
if(item.qty == 0){ |
|
|
|
message.error(`到数量不能为0!`) |
|
|
|