Commit 7b4648cc authored by liudong1993's avatar liudong1993

1

parent ce35a42c
...@@ -189,7 +189,8 @@ ...@@ -189,7 +189,8 @@
</tr> </tr>
<tr v-for="(item,index) in DataList"> <tr v-for="(item,index) in DataList">
<td> <td>
<input type="checkbox" :disabled="item.disabled" v-model="item.check"> <input type="checkbox" :disabled="item.disabled" v-model="item.check"
@change="getNewCheck()">
</td> </td>
<td>{{item.TradeDate}}</td> <td>{{item.TradeDate}}</td>
<td>{{(item.FType==1?$t('restaurant.res_income'):item.FType==2?$t('restaurant.res_outcome'):item.FType==4?$t('objFill.tiaobo'):'-')}}</td> <td>{{(item.FType==1?$t('restaurant.res_income'):item.FType==2?$t('restaurant.res_outcome'):item.FType==4?$t('objFill.tiaobo'):'-')}}</td>
...@@ -287,6 +288,9 @@ export default { ...@@ -287,6 +288,9 @@ export default {
this.financeinfo_post_GetList(); this.financeinfo_post_GetList();
}, },
methods:{ methods:{
getNewCheck(){
this.$forceUpdate()
},
GetSupperOrderEditAuth() { GetSupperOrderEditAuth() {
var actionCode = this.$AuthCode.isQueryHistoryData; var actionCode = this.$AuthCode.isQueryHistoryData;
this.CheckUserAuth(actionCode, res => { this.CheckUserAuth(actionCode, res => {
......
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