From e0130e35a6533ce6e2388aad272c65e3d4c28370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Thu, 11 Aug 2022 00:34:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E5=8D=95=E6=8D=AE=E6=98=8E=E7=BB=86?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E5=A2=9E=E5=8A=A0=E6=B1=87=E6=80=BB=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/bill/dialog/BillDetail.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);