Commit c7aeb3b3 authored by 黄媛媛's avatar 黄媛媛

111

parent d84761f7
......@@ -179,6 +179,7 @@
name: name,
query:{
"BankType": obj.TradeWay,
"BankID": obj.BankID,
"StartTime": this.msg.sTradeDate,
"EndTime": this.msg.eTradeDate,
"blank": 'y',
......
......@@ -350,8 +350,10 @@
},
mounted(){
if(this.$route.query.StartTime){
this.productionDate=[];
this.productionDate[0]=this.$route.query.StartTime;
this.productionDate[1]=this.$route.query.EndTime;
console.log("this.productionDate",this.productionDate)
}
},
methods: {
......@@ -490,6 +492,10 @@
this.msg.BankType=Number(this.$route.query.BankType)
this.getBank(this.msg.BankType)
}
if(this.$route.query.BankID){
this.msg.BankAccountId=Number(this.$route.query.BankID)
}
}else{
}
......
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