Commit 47c23112 authored by youjie's avatar youjie

no message

parent 9ea901dc
......@@ -1554,11 +1554,17 @@
TCIDList: TCArr
}
that.Handmsg.ReFinanceId=this.checkList[0].FrID;
that.Handmsg.Rate=this.checkList[0].Rate;
// that.Handmsg.Rate=this.checkList[0].Rate;
var msg=JSON.stringify(that.Handmsg);
let routeData = this.$router.resolve({
name: 'ChoiceAddFinancialDocuments',
query: {czmsg:msg,'orderObj': JSON.stringify(orderObj),companyID: this.OutBranchId,Type: 2,searchTitle:'分摊'}
query: {
czmsg: msg,
'orderObj': JSON.stringify(orderObj),
companyID: this.OutBranchId,
Type: 2,
searchTitle:'分摊'
}
})
window.open(routeData.href, '_blank')
},
......
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