根据系统配置增加单据类型的选择来控制单据的审核按钮
This commit is contained in:
@@ -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+"-详情";
|
||||
},
|
||||
/* 导出 */
|
||||
|
||||
Reference in New Issue
Block a user