Commit be032aeb authored by 黄奎's avatar 黄奎
parents 2241fe8e dac37c5a
...@@ -263,7 +263,8 @@ ...@@ -263,7 +263,8 @@
</tr> </tr>
<tr v-else class="_show_class"> <tr v-else class="_show_class">
<td> <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' <el-option v-for='i in AccListT'
:label='i.Name' :label='i.Name'
:value='i.Name' :value='i.Name'
...@@ -272,7 +273,8 @@ ...@@ -272,7 +273,8 @@
</el-select> </el-select>
</td> </td>
<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' <el-option v-for='i in GetAccountType'
:label='i.Name' :label='i.Name'
:value='i.ID' :value='i.ID'
...@@ -281,7 +283,8 @@ ...@@ -281,7 +283,8 @@
</el-select> </el-select>
</td> </td>
<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' <el-option v-for='i in accountList'
:label='i.allName' :label='i.allName'
:value='i.ID' :value='i.ID'
......
...@@ -318,7 +318,7 @@ ...@@ -318,7 +318,7 @@
</template> </template>
<tr> <tr>
<td> <td>
<el-select filterable v-model='payMsg.AccName' @change="clearAccBank()" class=" _border_b_1"> <el-select filterable v-model='payMsg.AccName' @change="clearAccBank(),addList()" class=" _border_b_1">
<el-option v-for='i in AccListT' <el-option v-for='i in AccListT'
:label='i.Name' :label='i.Name'
:value='i.Name' :value='i.Name'
...@@ -327,7 +327,7 @@ ...@@ -327,7 +327,7 @@
</el-select> </el-select>
</td> </td>
<td> <td>
<el-select filterable v-model='payMsg.Type' @change="getAccountList(payMsg.Type)" class=" _border_b_1"> <el-select filterable v-model='payMsg.Type' @change="getAccountList(payMsg.Type),addList()" class=" _border_b_1">
<el-option v-for='i in GetAccountType' <el-option v-for='i in GetAccountType'
:label='i.Name' :label='i.Name'
:value='i.ID' :value='i.ID'
...@@ -336,7 +336,8 @@ ...@@ -336,7 +336,8 @@
</el-select> </el-select>
</td> </td>
<td> <td>
<el-select filterable v-model='payMsg.AccountId' :placeholder="$t('rule.qxzzhanghu')" @change="setAccountName(payMsg.AccountId,2)" class=" _border_b_1"> <el-select filterable v-model='payMsg.AccountId' :placeholder="$t('rule.qxzzhanghu')"
@change="setAccountName(payMsg.AccountId,2),addList()" class=" _border_b_1">
<el-option v-for='i in accountList' <el-option v-for='i in accountList'
:label='i.allName' :label='i.allName'
:value='i.ID' :value='i.ID'
......
...@@ -252,7 +252,8 @@ ...@@ -252,7 +252,8 @@
</tr> </tr>
<tr v-else class="_show_class"> <tr v-else class="_show_class">
<td> <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' <el-option v-for='i in AccListT'
:label='i.Name' :label='i.Name'
:value='i.Name' :value='i.Name'
...@@ -261,7 +262,8 @@ ...@@ -261,7 +262,8 @@
</el-select> </el-select>
</td> </td>
<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' <el-option v-for='i in GetAccountType'
:label='i.Name' :label='i.Name'
:value='i.ID' :value='i.ID'
...@@ -270,7 +272,8 @@ ...@@ -270,7 +272,8 @@
</el-select> </el-select>
</td> </td>
<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' <el-option v-for='i in accountList'
:label='i.allName' :label='i.allName'
:value='i.ID' :value='i.ID'
......
...@@ -1728,9 +1728,9 @@ ...@@ -1728,9 +1728,9 @@
id = [98, 99]; id = [98, 99];
} else { } else {
if (obj.OutBranchId === 0) { if (obj.OutBranchId === 0) {
id = [43, 48]; id = [43, 48, 245, 246];
} else { } else {
id = [56, 53]; id = [56, 53, 245, 246];
} }
} }
this.$router.push({ this.$router.push({
......
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