Commit 9ab4c149 authored by youjie's avatar youjie

no message

parent c2161c56
......@@ -469,19 +469,13 @@ export default {
this.msg.eTradeDate = this.$route.query.eTradeDate;
this.productionDate = [this.msg.sTradeDate, this.msg.eTradeDate];
this.productionDateByTC = [this.msg.QStartDate, this.msg.QEndDate];
this.msg.Status = parseInt(this.$route.query.Status)
this.getList();
this.BankAccount_post_GetPlatformList("query");
}
if(this.$route.query.accType){
this.accType = this.$route.query.accType
}if(this.$route.query.AccountId){
if(this.$route.query.BankID){
this.AccountId = this.$route.query.AccountId
}if(this.$route.query.documentStatus){
this.msg.Status = this.$route.query.documentStatus
}if(this.$route.query.sTradeDate){
this.msg.sTradeDate = this.$route.query.sTradeDate;
}if(this.$route.query.eTradeDate){
this.msg.eTradeDate = this.$route.query.eTradeDate;
}
if(this.$route.query.ID){
this.accType = parseInt(this.$route.query.TypeId)?parseInt(this.$route.query.TypeId):"";
......
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