|
|
|
@ -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;
|
|
|
|
|