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

111

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