从采购订单关联销售订单时,从页面隐藏掉销售单据的相关信息

This commit is contained in:
季圣华
2022-10-19 23:38:56 +08:00
parent 3a9c48c6ec
commit a9b5cae5fa
15 changed files with 31 additions and 16 deletions

View File

@@ -332,7 +332,8 @@
// 加载子表数据
let params = {
headerId: this.model.id,
mpList: getMpListShort(Vue.ls.get('materialPropertyList')) //扩展属性
mpList: getMpListShort(Vue.ls.get('materialPropertyList')), //扩展属性
linkType: 'basic'
}
let url = this.readOnly ? this.url.detailList : this.url.detailList;
this.requestSubTableData(url, params, this.materialTable);