给采购入库单据增加详情页面

This commit is contained in:
季圣华
2021-04-16 21:03:37 +08:00
parent be3f42c12d
commit ccbe9dd7e7
5 changed files with 204 additions and 4 deletions

View File

@@ -24,7 +24,6 @@ export const BillListMixin = {
this.handleEdit(record);
},
myHandleDetail(record) {
this.$refs.modalForm.action = "detail";
this.handleDetail(record);
},
handleApprove(record) {