给采购入库单据增加详情页面

This commit is contained in:
季圣华
2021-04-16 21:03:37 +08:00
parent be3f42c12d
commit ccbe9dd7e7
5 changed files with 204 additions and 4 deletions

View File

@@ -254,9 +254,8 @@ export const JeecgListMixin = {
this.loadData();
},
handleDetail:function(record){
this.$refs.modalForm.edit(record);
this.$refs.modalForm.title="详情";
this.$refs.modalForm.disableSubmit = true;
this.$refs.modalDetail.show(record);
this.$refs.modalDetail.title="详情";
},
/* 导出 */
handleExportXls2(){