给采购入库单据增加详情页面
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user