Commit 46af59df authored by youjie's avatar youjie

no message

parent 5de4246e
......@@ -810,6 +810,7 @@
tradeObj:{},
StandardCurrencyId: 0,
StandardCurrencyName: '',
TCID: 0
}
},
methods: {
......@@ -1112,7 +1113,8 @@
}
this.apipost('FinancialInstitutions_post_GetALLAccountList', {
TypeId: i,
StandCurrBranchId: this.msg.RB_Branch_Id
StandCurrBranchId: this.msg.RB_Branch_Id,
TCID: this.TCID
}, res => {
if (res.data.resultCode == 1) {
let data = res.data.data;
......@@ -1898,6 +1900,9 @@
this.orderObj = this.$route.query.orderObj ? JSON.parse(this.$route.query.orderObj) : null;
}
let TCID = (this.orderObj && this.orderObj.TCIDList && this.orderObj.TCIDList.length>0) ? this.orderObj.TCIDList[0] : 0
this.TCID = TCID
this.Handmsg = this.$route.query.Handmsg ? JSON.parse(this.$route.query.Handmsg) : null;
if (this.orderObj != null && this.orderObj.OrderSource === 8 && this.orderObj.tipObj == 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