优化单据界面,点击单号可以弹出单据

This commit is contained in:
季圣华
2021-07-04 23:57:34 +08:00
parent 090ca66a72
commit 0d64352950
3 changed files with 38 additions and 7 deletions

View File

@@ -259,7 +259,7 @@ export const JeecgListMixin = {
},
handleDetail:function(record, type){
this.$refs.modalDetail.show(record, type);
this.$refs.modalDetail.title="详情";
this.$refs.modalDetail.title=type+"-详情";
},
/* 导出 */
handleExportXls2(){