"eladmin-system/src/vscode:/vscode.git/clone" did not exist on "f0211db02c35941a244592b7d43ff866174b923a"
Commit e0130e35 authored by 季圣华's avatar 季圣华
Browse files

给单据明细展示增加汇总列

parent 364af45c
...@@ -1442,7 +1442,8 @@ ...@@ -1442,7 +1442,8 @@
let params = { let params = {
headerId: this.model.id, headerId: this.model.id,
mpList: getMpListShort(Vue.ls.get('materialPropertyList')), //扩展属性 mpList: getMpListShort(Vue.ls.get('materialPropertyList')), //扩展属性
linkType: showType linkType: showType,
isReadOnly: '1'
} }
let url = this.readOnly ? this.url.detailList : this.url.detailList; let url = this.readOnly ? this.url.detailList : this.url.detailList;
this.requestSubTableData(record, type, url, params); this.requestSubTableData(record, type, url, params);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment