Commit 044253c7 authored by youjie's avatar youjie
parents 2743ff2b b7dd54b2
...@@ -1291,7 +1291,7 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue"; ...@@ -1291,7 +1291,7 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
this.checkObj = {} this.checkObj = {}
this.checkObj.FrID = this.getSelcetedIds(); this.checkObj.FrID = this.getSelcetedIds();
if (!this.checkObj.FrID) { if (!this.checkObj.FrID) {
this.$message.error("请选择要编辑的内容"); this.$message.error("请选择您要提交审核的财务单据");
return; return;
} }
this.showCheck = true; this.showCheck = true;
...@@ -1425,7 +1425,7 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue"; ...@@ -1425,7 +1425,7 @@ import myGZBill from "../FinancialModule/FinancialSubmodule/GZBillModule.vue";
}, },
}, },
mounted() { mounted() {
this.type = Number(this.$route.query.num || 1) this.type = 1
this.msg.FinanceStatus = this.type this.msg.FinanceStatus = this.type
let userinfo = this.getLocalStorage(); let userinfo = this.getLocalStorage();
let ActionMenuCode = userinfo.ActionMenuCode; let ActionMenuCode = userinfo.ActionMenuCode;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment