From b16910e260c804585f2812db6b2da2ad520478c1 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 20 四月 2026 11:20:11 +0800
Subject: [PATCH] 湟水峡 1.销售、采购模块不要客户合同号、项目名称

---
 src/views/procurementManagement/procurementInvoiceLedger/index.vue |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/src/views/procurementManagement/procurementInvoiceLedger/index.vue b/src/views/procurementManagement/procurementInvoiceLedger/index.vue
index ebe09cb..b37892e 100644
--- a/src/views/procurementManagement/procurementInvoiceLedger/index.vue
+++ b/src/views/procurementManagement/procurementInvoiceLedger/index.vue
@@ -156,11 +156,6 @@
       width: 150,
     },
     {
-      label: "椤圭洰鍚嶇О",
-      prop: "projectName",
-      width: 240,
-    },
-    {
       label: "渚涘簲鍟嗗悕绉�",
       prop: "supplierName",
       width: 240,
@@ -250,7 +245,7 @@
   const keySet = new Set();
   let taxInclusiveSum = 0;
   (param.data || []).forEach((row) => {
-    const key = `${row.purchaseContractNumber ?? ""}\n${row.salesContractNo ?? ""}`;
+    const key = `${row.purchaseContractNumber ?? ""}\n${row.salesContractNo ?? ""}\n${row.productCategory ?? ""}\n${row.specificationModel ?? ""}`;
     if (keySet.has(key)) return;
     keySet.add(key);
     const val = Number(row.taxInclusiveTotalPrice);

--
Gitblit v1.9.3