添加必填

jg-waiwang-pro
XI_TENG\xixi_ 6 months ago
parent 9435ffd6eb
commit 036011fe42

@ -1023,6 +1023,15 @@ export default {
let isOk = true;
for (let i = 0; i < this.dataForm.warehousingProductList.length; i++) {
const e = this.dataForm.warehousingProductList[i];
if (!e.storageAreaId) {
this.$message({
message: '入库货区不能为空',
type: 'error',
duration: 1000
});
isOk = false
break
}
}
return isOk;
},

Loading…
Cancel
Save