Browse Source

问题HL-4966修复

linshi20240813
zhaoxuebing 4 months ago
parent
commit
8d5137887d
  1. 10
      src/views/wms/issueManage/productionscrap/productionscrapRequestMain/index.vue

10
src/views/wms/issueManage/productionscrap/productionscrapRequestMain/index.vue

@ -654,11 +654,11 @@ const submitForm = async (formType, submitData) => {
isZC = false
}
})
if(!isZC) {
formRef.value.formLoading = false
await message.confirm('含有不整箱情况,是否继续?')
formRef.value.formLoading = true
}
// if(!isZC) {
// formRef.value.formLoading = false
// await message.confirm(',?')
// formRef.value.formLoading = true
// }
// 退 isOK
data.isOK = true
try {

Loading…
Cancel
Save