给报表中的单据展示界面去掉反审核按钮

This commit is contained in:
季圣华
2022-11-13 15:59:06 +08:00
parent fba84d4581
commit 60b332ca94
8 changed files with 12 additions and 39 deletions

View File

@@ -234,7 +234,8 @@
myHandleDetail(record) {
findBillDetailByNumber({ number: record.number }).then((res) => {
if (res && res.code === 200) {
this.handleDetail(res.data, record.newType);
this.$refs.modalDetail.isCanBackCheck = false
this.handleDetail(res.data, record.newType)
}
})
},