From 0de0a155b59882d3e4bdfebe561996426df6e17f Mon Sep 17 00:00:00 2001 From: zhang_li Date: Tue, 29 Apr 2025 09:09:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=80=E5=94=AE=E5=BC=80=E7=A5=A8=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../customerSaleInvoiceRecordMain.data.ts | 13 +++++++++++++ .../customerSaleInvoiceRequestMain.data.ts | 8 ++++---- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/src/views/wms/deliversettlementManage/customerSaleInvoiceRecordMain/customerSaleInvoiceRecordMain.data.ts b/src/views/wms/deliversettlementManage/customerSaleInvoiceRecordMain/customerSaleInvoiceRecordMain.data.ts index fdeacfc8d..2a3fd25f2 100644 --- a/src/views/wms/deliversettlementManage/customerSaleInvoiceRecordMain/customerSaleInvoiceRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/customerSaleInvoiceRecordMain/customerSaleInvoiceRecordMain.data.ts @@ -325,7 +325,20 @@ export const CustomerSaleInvoiceMain = useCrudSchemas(reactive([ disabled: true, } }, + }, + { + label: '已分摊价税合计', + field: 'alreadyMoldTaxTotal', + formatter: accountantFormart, + table: { + width: 160 }, + form: { + componentProps: { + disabled: true, + } + }, + }, { label: '模具未税差异', field: 'moldTaxAmountDiff', diff --git a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts index 7651b2e74..c47462d1b 100644 --- a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts +++ b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts @@ -331,8 +331,8 @@ export const CustomerSaleInvoiceMain = useCrudSchemas(reactive([ }, }, { - label: '模具未税差异', - field: 'moldTaxAmountDiff', + label: '已分摊价税合计', + field: 'alreadyMoldTaxTotal', formatter: accountantFormart, table: { width: 160 @@ -344,8 +344,8 @@ export const CustomerSaleInvoiceMain = useCrudSchemas(reactive([ }, }, { - label: '已分摊价税合计', - field: 'alreadyMoldTaxTotal', + label: '模具未税差异', + field: 'moldTaxAmountDiff', formatter: accountantFormart, table: { width: 160