Commit 2869eb65 authored by 黄媛媛's avatar 黄媛媛

update

parent 4ebdae75
......@@ -265,6 +265,9 @@
this.showTab = this.$route.query.Type?this.$route.query.Type:0;
this.tradeWay = this.$route.query.tradeWay?this.$route.query.tradeWay:0;
this.platformAccount = this.$route.query.platformAccount?this.$route.query.platformAccount:0;
this.searchVal = this.$route.query.searchTitle?this.$route.query.searchTitle:'';
// searchVal
if(this.$route.query.visaType){
this.visaShowTab=true;
......
......@@ -1282,7 +1282,7 @@
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}
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