diff --git a/jshERP-web/src/views/bill/dialog/BillDetail.vue b/jshERP-web/src/views/bill/dialog/BillDetail.vue index c5d8c36b..0694a049 100644 --- a/jshERP-web/src/views/bill/dialog/BillDetail.vue +++ b/jshERP-web/src/views/bill/dialog/BillDetail.vue @@ -1442,7 +1442,8 @@ let params = { headerId: this.model.id, mpList: getMpListShort(Vue.ls.get('materialPropertyList')), //扩展属性 - linkType: showType + linkType: showType, + isReadOnly: '1' } let url = this.readOnly ? this.url.detailList : this.url.detailList; this.requestSubTableData(record, type, url, params);