修改bug

prod
wangwei 2 years ago
parent c922017aa6
commit 2bccdf658b

@ -313,6 +313,10 @@ export default {
},
onModifySubmit() {
if (this.inputQuery.name == "" || this.inputQuery.name == null) {
this.$message.error("单据类型不能为空!");
return;
}
if (this.inputQuery.mainAction == "" || this.inputQuery.mainAction == null) {
this.$message.error("出入库类型不能为空!");
return;

Loading…
Cancel
Save