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 isZC = false
} }
}) })
if(!isZC) { // if(!isZC) {
formRef.value.formLoading = false // formRef.value.formLoading = false
await message.confirm('含有不整箱情况,是否继续?') // await message.confirm(',?')
formRef.value.formLoading = true // formRef.value.formLoading = true
} // }
// 退 isOK // 退 isOK
data.isOK = true data.isOK = true
try { try {

Loading…
Cancel
Save