From ed3f8c6ba45b0c7b862fd4a79c6d51d18ae79fd4 Mon Sep 17 00:00:00 2001
From: zhang_li
Date: Sat, 26 Apr 2025 12:50:13 +0800
Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E4=B8=8A=E4=B8=80=E4=B8=AA=E6=8F=90?=
=?UTF-8?q?=E4=BA=A4=EF=BC=8C=E9=9C=80=E6=94=B9=E4=BA=86=E4=B8=80=E4=B8=8B?=
=?UTF-8?q?=E6=A8=A1=E5=85=B7=E6=9C=AA=E7=A8=8E=E5=B7=AE=E5=BC=82=E5=AD=97?=
=?UTF-8?q?=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../CustomerSaleInvoiceBasicForm.vue | 4 ++--
.../customerSaleInvoiceRequestMain.data.ts | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue
index 18ab4b2cb..ef9bb83b7 100644
--- a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue
+++ b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue
@@ -129,8 +129,8 @@
alreadyMoldUntaxedAmount: alreadyMoldUntaxedAmount,
// 主数据已分摊模具税额
alreadyMoldTaxAmount: alreadyMoldTaxAmount,
- // 主数据模具模具税额差异=已分摊模具未税金额-模具分摊未税金额
- moldMoldTaxAmountDiff: (Number(alreadyMoldUntaxedAmount) - Number(moldUntaxedAmount)).toFixed(2),
+ // 主数据模具未税差异=已分摊模具未税金额-模具分摊未税金额
+ moldTaxAmountDiff: (Number(alreadyMoldUntaxedAmount) - Number(moldUntaxedAmount)).toFixed(2),
}
formRef.value.setValues(sumObject)
}
diff --git a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts
index ab2bb7d20..cfa61efed 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: 'moldMoldTaxAmountDiff',
+ label: '模具未税差异',
+ field: 'moldTaxAmountDiff',
formatter: accountantFormart,
table: {
width: 160