Commit 0d86c508 authored by youjie's avatar youjie

付款对象管理

parent 3adb133e
...@@ -985,12 +985,10 @@ export default { ...@@ -985,12 +985,10 @@ export default {
res.data.data.AccountClassify.toString(); res.data.data.AccountClassify.toString();
this.addMsg.BankId = res.data.data.BankId; this.addMsg.BankId = res.data.data.BankId;
this.addMsg.IsOtherEdit = 1 this.addMsg.IsOtherEdit = 1
// if(res.data.data.Type==1) this.supplierMsg.Type = 1 if(res.data.data.Type==1) this.supplierMsg.Type = 1 //酒店
// else if(res.data.data.Type==2) this.supplierMsg.Type = 3 else if(res.data.data.Type==2) this.supplierMsg.Type = 3 //景点门票(票券)
// else if(res.data.data.Type==4) this.supplierMsg.Type = 5 else if(res.data.data.Type==3) this.supplierMsg.Type = 2 //餐厅
// else if(res.data.data.Type==6) this.supplierMsg.Type = 7 else if(res.data.data.Type==4) this.supplierMsg.Type = 5 // 车
// else if(res.data.data.Type==8) this.supplierMsg.Type = 6
if(res.data.data.Type==4) this.supplierMsg.Type = 5
else this.supplierMsg.Type = res.data.data.Type else this.supplierMsg.Type = res.data.data.Type
if(this.addMsg.ObjIdStr){ if(this.addMsg.ObjIdStr){
......
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