Commit dac37c5a authored by youjie's avatar youjie

no message

parent 05136220
......@@ -263,7 +263,8 @@
</tr>
<tr v-else class="_show_class">
<td>
<el-select filterable v-model='item.AccName' @change="clearAccBank()" class=" _border_b_1">
<el-select filterable v-model='item.AccName'
@change="clearAccBank(),item.show=false,CalculationMoney()" class=" _border_b_1">
<el-option v-for='i in AccListT'
:label='i.Name'
:value='i.Name'
......@@ -272,7 +273,8 @@
</el-select>
</td>
<td>
<el-select filterable v-model='item.Type' @change="getAccountList(item.Type)" class=" _border_b_1">
<el-select filterable v-model='item.Type'
@change="getAccountList(item.Type),item.show=false,CalculationMoney()" class=" _border_b_1">
<el-option v-for='i in GetAccountType'
:label='i.Name'
:value='i.ID'
......@@ -281,7 +283,8 @@
</el-select>
</td>
<td>
<el-select filterable v-model='item.AccountId' :placeholder="$t('rule.qxzzhanghu')" @change="setAccountName(item.AccountId,1,index)" class=" _border_b_1">
<el-select filterable v-model='item.AccountId' :placeholder="$t('rule.qxzzhanghu')"
@change="setAccountName(item.AccountId,1,index),item.show=false,CalculationMoney()" class=" _border_b_1">
<el-option v-for='i in accountList'
:label='i.allName'
:value='i.ID'
......
......@@ -252,7 +252,8 @@
</tr>
<tr v-else class="_show_class">
<td>
<el-select filterable v-model='item.AccName' @change="clearAccBank()" class=" _border_b_1">
<el-select filterable v-model='item.AccName'
@change="clearAccBank(),item.show=false,CalculationMoney()" class=" _border_b_1">
<el-option v-for='i in AccListT'
:label='i.Name'
:value='i.Name'
......@@ -261,7 +262,8 @@
</el-select>
</td>
<td>
<el-select filterable v-model='item.Type' @change="getAccountList(item.Type)" class=" _border_b_1">
<el-select filterable v-model='item.Type'
@change="getAccountList(item.Type),item.show=false,CalculationMoney()" class=" _border_b_1">
<el-option v-for='i in GetAccountType'
:label='i.Name'
:value='i.ID'
......@@ -270,7 +272,8 @@
</el-select>
</td>
<td>
<el-select filterable v-model='item.AccountId' :placeholder="$t('rule.qxzzhanghu')" @change="setAccountName(item.AccountId,1,index)" class=" _border_b_1">
<el-select filterable v-model='item.AccountId' :placeholder="$t('rule.qxzzhanghu')"
@change="setAccountName(item.AccountId,1,index),item.show=false,CalculationMoney()" class=" _border_b_1">
<el-option v-for='i in accountList'
:label='i.allName'
:value='i.ID'
......
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