给全部单据的查看界面增加反审核的按钮

This commit is contained in:
季圣华
2022-11-07 22:55:47 +08:00
parent 2a1db9bbf5
commit 0c1e2edd88
23 changed files with 79 additions and 24 deletions

View File

@@ -72,6 +72,9 @@ export const BillListMixin = {
}
},
myHandleDetail(record, type) {
if(this.btnEnableList.indexOf(7)===-1) {
this.$refs.modalDetail.isCanBackCheck = false
}
this.handleDetail(record, type);
},
handleApprove(record) {