Commit 132e3e59 authored by Mac's avatar Mac

修改参数

parent ca709e5d
...@@ -473,6 +473,8 @@ ...@@ -473,6 +473,8 @@
TCID: 0, TCID: 0,
OrderID: 0, OrderID: 0,
Type: 1, Type: 1,
IsSellOrderForm:1,
IsFormRecPayQuery:1
}, },
dataList: [], dataList: [],
dataListP: [], dataListP: [],
......
...@@ -375,7 +375,7 @@ ...@@ -375,7 +375,7 @@
return { return {
msg: { msg: {
FrID: 0, FrID: 0,
TemplateId: 0, TemplateId: 145,
Status: 1, Status: 1,
IsPublic: 0, IsPublic: 0,
RB_Depart_Id: 0, RB_Depart_Id: 0,
...@@ -430,9 +430,9 @@ ...@@ -430,9 +430,9 @@
} }
this.BillName = userInfo.GroupName; this.BillName = userInfo.GroupName;
if(this.msg.RB_Branch_Id===0 || this.msg.RB_Branch_Id===45 || this.msg.RB_Branch_Id===49){ if(this.msg.RB_Branch_Id===0 || this.msg.RB_Branch_Id===45 || this.msg.RB_Branch_Id===49){
this.msg.TemplateId=34; this.msg.TemplateId=145;
}else{ }else{
this.msg.TemplateId=135; this.msg.TemplateId=145;
} }
} }
}, },
...@@ -483,7 +483,6 @@ ...@@ -483,7 +483,6 @@
this.msg.BankList.forEach(x=>{ this.msg.BankList.forEach(x=>{
delete x.shouAccNumList delete x.shouAccNumList
}) })
// return; // return;
this.apipost('Financial_post_SetFundTransfer', this.msg, res=>{ this.apipost('Financial_post_SetFundTransfer', this.msg, res=>{
if(res.data.resultCode==1){ if(res.data.resultCode==1){
......
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