From 05c1afb04118cb7b1947fe4c8a90d98a972ea32f Mon Sep 17 00:00:00 2001
From: zhang_li
Date: Wed, 30 Apr 2025 10:10:41 +0800
Subject: [PATCH] =?UTF-8?q?=E5=90=88=E8=AE=A1=E5=8D=95=E4=BB=B75=E4=BD=8D?=
=?UTF-8?q?=E6=94=B9=E6=88=9011=E4=BD=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../CustomerSaleInvoiceBasicForm.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue
index 9b9443fd4..1bb231c8f 100644
--- a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue
+++ b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue
@@ -197,7 +197,7 @@ const inputNumberChange = (field, index, row, val) => {
row['allocationPrice'] = row['beforeTaxAmount']/row['qty'] - row['price']
// 合计单价 = 销售单价 + 模具分摊单价
- row['sumPrice'] = (row['price'] + row['allocationPrice']).toFixed(5)
+ row['sumPrice'] = (row['price'] + row['allocationPrice']).toFixed(11)
// 税额:taxAmount 未税价格*税率/100,四舍五入保留2位小数
row['taxAmount'] = (row['beforeTaxAmount'] * formRef.value.formRef.formModel['taxRate'])/100 //含税金额