给单据明细展示增加汇总列
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user