From 306660c86f86cc92a725db3cc1c2f324cf6eaf96 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期五, 29 五月 2026 13:54:11 +0800
Subject: [PATCH] fix:所有采购合同号改为采购单号。销售合同号改为销售单号。

---
 src/views/collaborativeApproval/approvalProcess/index.vue |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/views/collaborativeApproval/approvalProcess/index.vue b/src/views/collaborativeApproval/approvalProcess/index.vue
index 33bde47..13523a0 100644
--- a/src/views/collaborativeApproval/approvalProcess/index.vue
+++ b/src/views/collaborativeApproval/approvalProcess/index.vue
@@ -10,7 +10,7 @@
       <el-tab-pane label="鎶ヤ环瀹℃壒" name="6"></el-tab-pane>
       <el-tab-pane label="鍙戣揣瀹℃壒" name="7"></el-tab-pane>
     </el-tabs>
-    
+
     <div class="search_form">
       <div>
         <span class="search_title">娴佺▼缂栧彿锛�</span>
@@ -114,7 +114,7 @@
   const isReimburseType = currentApproveType.value === 4; // 鎶ラ攢绠$悊
   const isQuotationType = currentApproveType.value === 6; // 鎶ヤ环瀹℃壒
   const isPurchaseType = currentApproveType.value === 5; // 閲囪喘瀹℃壒
-  
+
   // 鍩虹鍒楅厤缃�
   const baseColumns = [
     {
@@ -160,7 +160,7 @@
       width: 220
     },
     {
-      label: isQuotationType ? "鎶ヤ环鍗曞彿" : isPurchaseType ? "閲囪喘鍚堝悓鍙�" : "瀹℃壒浜嬬敱",
+      label: isQuotationType ? "鎶ヤ环鍗曞彿" : isPurchaseType ? "閲囪喘鍗曞彿" : "瀹℃壒浜嬬敱",
       prop: "approveReason",
     },
     {
@@ -169,7 +169,7 @@
       width: 120
     }
   ];
-  
+
   // 閲戦鍒楋紙浠呮姤閿�绠$悊鏄剧ず锛�
   if (isReimburseType) {
     baseColumns.push({
@@ -178,7 +178,7 @@
       width: 120
     });
   }
-  
+
   // 鏃ユ湡鍒楋紙鏍规嵁绫诲瀷鍔ㄦ�侀厤缃級
   baseColumns.push(
     {
@@ -192,14 +192,14 @@
       width: 120
     }
   );
-  
+
   // 褰撳墠瀹℃壒浜哄垪
   baseColumns.push({
     label: "褰撳墠瀹℃壒浜�",
     prop: "approveUserCurrentName",
     width: 120
   });
-  
+
   // 鎿嶄綔鍒�
   const actionOperations = [
     {
@@ -257,7 +257,7 @@
     width: 230,
     operation: actionOperations,
   });
-  
+
   return baseColumns;
 });
 const tableData = ref([]);
@@ -371,17 +371,17 @@
   // 鏍规嵁URL鍙傛暟璁剧疆鏍囩椤靛拰鏌ヨ鏉′欢
   const approveType = route.query.approveType;
   const approveId = route.query.approveId;
-  
+
   if (approveType) {
     // 璁剧疆鏍囩椤碉紙approveType 瀵瑰簲 activeTab 鐨� name锛�
     activeTab.value = String(approveType);
   }
-  
+
   if (approveId) {
     // 璁剧疆娴佺▼缂栧彿鏌ヨ鏉′欢
     searchForm.value.approveId = String(approveId);
   }
-  
+
   // 鏌ヨ鍒楄〃
   getList();
 });

--
Gitblit v1.9.3