From 4621e57a9d53be9bd853ccfa65eb06a21e30df60 Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Thu, 3 Apr 2025 11:12:52 +0800 Subject: [PATCH] =?UTF-8?q?YT-2335=E4=BE=9B=E5=BA=94=E5=95=86=E5=8F=91?= =?UTF-8?q?=E7=A5=A8=E7=94=B3=E8=AF=B7=EF=BC=8C=E5=8F=91=E7=A5=A8=E6=9C=AA?= =?UTF-8?q?=E7=A8=8E=E9=87=91=E9=A2=9D=E5=BA=94=E8=AF=A5=E4=B8=8D=E5=8F=AF?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierinvoiceRequestMain/index.vue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue b/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue index 906afe702..d994e7c28 100644 --- a/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue +++ b/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue @@ -938,11 +938,12 @@ const openForm = async (type: string, row?: any) => { if (item.field == 'orderType') { item.componentProps.disabled = true } - + + // 编辑---taxRate税率\beforeTaxAmount未税金额\totalTaxAmount税额\goldenTaxInvoiceNumber金税票号\invoiceTime发票日期 if ( item.field == 'taxRate' || - item.field == 'beforeTaxAmount' || + // item.field == 'beforeTaxAmount' || item.field == 'totalTaxAmount' || item.field == 'goldenTaxInvoiceNumber' || item.field == 'invoiceTime' @@ -953,6 +954,12 @@ const openForm = async (type: string, row?: any) => { item.componentProps.disabled = true } } + + // 发票未税金额 + if (item.field == 'beforeTaxAmount') { + item.componentProps.disabled = true + } + // 编辑---procurementCreator采购审批人、discountAmount1折扣金额 if (item.field == 'procurementCreator' || item.field == 'discountAmount1') { if (row.status == '1' || row.status == '6') { @@ -979,6 +986,7 @@ const openForm = async (type: string, row?: any) => { if (item.field == 'orderType') { item.componentProps.disabled = false } + // 税率 \采购价格审批人 \未税金额 \税额\金税票号\开票日期\折扣金额 if ( item.field == 'taxRate' || @@ -992,6 +1000,10 @@ const openForm = async (type: string, row?: any) => { item.componentProps.disabled = false } + // 发票未税金额 + if (item.field == 'beforeTaxAmount') { + item.componentProps.disabled = false + } // if (item.field == 'procurementCreator') { // item.componentProps.options = procurementCreators.value