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

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

@@ -253,8 +253,8 @@ export const JeecgListMixin = {
// 新增/修改 成功时,重载列表
this.loadData();
},
handleDetail:function(record){
this.$refs.modalDetail.show(record);
handleDetail:function(record, type){
this.$refs.modalDetail.show(record, type);
this.$refs.modalDetail.title="详情";
},
/* 导出 */