Commit 132e3e59 authored by Mac's avatar Mac

修改参数

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