给报表中的单据展示界面去掉反审核按钮
This commit is contained in:
@@ -119,6 +119,7 @@
|
||||
this.toFromType = record.fromType
|
||||
findBillDetailByNumber({ number: record.number }).then((res) => {
|
||||
if (res && res.code === 200) {
|
||||
this.$refs.billDetail.isCanBackCheck = false
|
||||
that.$refs.billDetail.show(res.data, record.type);
|
||||
that.$refs.billDetail.title="详情";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user