给单据增加查看详细的页面

This commit is contained in:
季圣华
2021-04-19 21:56:55 +08:00
parent b641ea7a44
commit 52985ab42f
27 changed files with 1433 additions and 97 deletions

View File

@@ -23,9 +23,8 @@ export const FinancialListMixin = {
this.$refs.modalForm.action = "edit";
this.handleEdit(record);
},
myHandleDetail(record) {
this.$refs.modalForm.action = "detail";
this.handleDetail(record);
myHandleDetail(record, type) {
this.handleDetail(record, type);
},
handleApprove(record) {
this.$refs.modalForm.action = "approve";