From 4cb75649f7840f96ccef97527618e3f6dec9ed17 Mon Sep 17 00:00:00 2001 From: zhang_li Date: Mon, 12 May 2025 15:27:29 +0800 Subject: [PATCH] =?UTF-8?q?YT-2602SCP=E3=80=8A=E4=BE=9B=E5=BA=94=E5=95=86?= =?UTF-8?q?=E5=8F=91=E7=A5=A8=E7=94=B3=E8=AF=B7=E3=80=8B=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E7=BC=96=E8=BE=91=E6=97=B6=E7=A6=81=E6=AD=A2?= =?UTF-8?q?=E7=BC=96=E8=BE=91=20=E2=80=9C=E7=A8=8E=E7=8E=87=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierinvoice/supplierinvoiceRequestMain/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue b/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue index a5b04cfd2..0eea10e7a 100644 --- a/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue +++ b/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue @@ -1001,7 +1001,10 @@ const openForm = async (type: string, row?: any) => { item.componentProps.disabled = true } } - + // 编辑---taxRate税率 + if (item.field == 'taxRate') { + item.componentProps.disabled = true + } // 发票未税金额 // if (item.field == 'beforeTaxAmount') { // item.componentProps.disabled = true