Commit 4cfda02a authored by youjie's avatar youjie

no message

parent bf19b32d
...@@ -389,7 +389,7 @@ ...@@ -389,7 +389,7 @@
<!--</el-option>--> <!--</el-option>-->
<!--</el-select>--> <!--</el-select>-->
<el-select filterable v-model='msg.BankList[0].AccountId' placeholder="" <el-select filterable v-model='msg.BankList[0].AccountId' placeholder=""
@change="getAccName(msg.BankList[0].AccountId,1),Calculation(0,1),countFee()" class="w100 _border_b_1"> @change="getAccName(msg.BankList[0].AccountId,1,1),Calculation(0,1),countFee()" class="w100 _border_b_1">
<el-option v-for='(item,index) in accountList' :label='item.Name' :value='item.ID' :key='index'> <el-option v-for='(item,index) in accountList' :label='item.Name' :value='item.ID' :key='index'>
</el-option> </el-option>
</el-select> </el-select>
...@@ -1083,7 +1083,7 @@ ...@@ -1083,7 +1083,7 @@
this.shouxufei = res.data.data this.shouxufei = res.data.data
}, err => {}) }, err => {})
} else { } else {
if (!this.$route.query.edit&&t!=1) { if (!this.$route.query.edit&&!t) {
this.msg.OriginalFee = 0 this.msg.OriginalFee = 0
this.msg.Fee = 0 this.msg.Fee = 0
} }
...@@ -1159,7 +1159,7 @@ ...@@ -1159,7 +1159,7 @@
} }
this.getAccName(this.msg.BankList[0].AccountId,1,1) this.getAccName(this.msg.BankList[0].AccountId,1,1)
// this.Calculation(0,1) // this.Calculation(0,1)
this.countFee() // this.countFee()
} }
} }
}, err => {}) }, err => {})
......
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