Commit 7b4648cc authored by liudong1993's avatar liudong1993

1

parent ce35a42c
......@@ -189,7 +189,8 @@
</tr>
<tr v-for="(item,index) in DataList">
<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>{{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>
......@@ -287,6 +288,9 @@ export default {
this.financeinfo_post_GetList();
},
methods:{
getNewCheck(){
this.$forceUpdate()
},
GetSupperOrderEditAuth() {
var actionCode = this.$AuthCode.isQueryHistoryData;
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