给全部单据的查看界面增加反审核的按钮
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user