根据系统配置增加单据类型的选择来控制单据的审核按钮

This commit is contained in:
季圣华
2023-02-26 00:18:59 +08:00
parent 4b32add365
commit e17463f3ac
28 changed files with 97 additions and 40 deletions

View File

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