Commit 044032c9 authored by 黄媛媛's avatar 黄媛媛

1

parent 31e194cd
......@@ -100,9 +100,13 @@
IsPublic: '0', //0-私账1-公账
IsSelectAll:0,
},
ERPEmpId:0,
}
},
created() {},
created() {
let currentUser = this.getLocalStorage()
this.ERPEmpId = currentUser.ERPEmpId
},
mounted() {
this.getAllSupplier();
this.getList();
......@@ -159,6 +163,7 @@
this.finMsg.SupplierId = this.msg.SupplierId;
this.finMsg.IsFinance = this.msg.IsFinance;
this.finMsg.IsSelectAll = this.msg.IsSelectAll;
this.finMsg.FinanceCreateBy = this.ERPEmpId;
this.apipost("/api/Supplier/PayCostFinance", this.finMsg, res => {
if (res.data.resultCode == 1) {
this.Success('设置成功');
......
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