|
@ -417,7 +417,6 @@ const submitForm = async (formType, submitData) => { |
|
|
message.error(`${str}${t('ts.发货数量必须大于0')}`) |
|
|
message.error(`${str}${t('ts.发货数量必须大于0')}`) |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
return |
|
|
|
|
|
if(itemCodes.length>0){ |
|
|
if(itemCodes.length>0){ |
|
|
let str = '' |
|
|
let str = '' |
|
|
itemCodes.forEach(cur => { |
|
|
itemCodes.forEach(cur => { |
|
|