Browse Source

检验bug

hella_online_20250306
王宇飞 1 month ago
parent
commit
9e981193e2
  1. 2
      src/views/wms/issueManage/productionreturn/productionreturnRequestMainNo/index.vue

2
src/views/wms/issueManage/productionreturn/productionreturnRequestMainNo/index.vue

@ -734,7 +734,7 @@ const submitFormLabel = async (formType, submitData) => {
let flag = true let flag = true
detatableData.tableList.forEach(item => { detatableData.tableList.forEach(item => {
if(!item.supplierItemCode){ if(!item.supplierCode){
flag = false flag = false
} }
}); });

Loading…
Cancel
Save