From 9ea5ff67655241271bdf04bb50ca3a8d60c4e22a Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期二, 11 八月 2026 15:07:02 +0800
Subject: [PATCH] fix: 用河南鹤壁代码覆盖山西长治

---
 src/views/salesManagement/returnOrder/index.vue |   22 ----------------------
 1 files changed, 0 insertions(+), 22 deletions(-)

diff --git a/src/views/salesManagement/returnOrder/index.vue b/src/views/salesManagement/returnOrder/index.vue
index e190901..0a8257b 100644
--- a/src/views/salesManagement/returnOrder/index.vue
+++ b/src/views/salesManagement/returnOrder/index.vue
@@ -38,9 +38,6 @@
         <template #status="{ row }">
           <el-tag :type="getStatusType(row.status)">{{ getStatusText(row.status) }}</el-tag>
         </template>
-        <template #stockInApprovalStatus="{ row }">
-          <el-tag :type="getStockInApprovalStatusType(row.stockInApprovalStatus)">{{ getStockInApprovalStatusText(row.stockInApprovalStatus) }}</el-tag>
-        </template>
       </PIMTable>
     </div>
     <form-dia ref="formDia" @close="handleQuery" />
@@ -117,7 +114,6 @@
 const defaultColumns = [
   { label: "閫�璐у崟鍙�", prop: "returnNo", minWidth: 160 },
   { label: "鍗曟嵁鐘舵��", prop: "status", minWidth: 90, dataType: "slot", slot: "status" },
-  { label: "鍏ュ簱瀹℃壒鐘舵��", prop: "stockInApprovalStatus", minWidth: 120, dataType: "slot", slot: "stockInApprovalStatus" },
   { label: "鍒跺崟鏃堕棿", prop: "makeTime", minWidth: 170 },
   { label: "瀹㈡埛鍚嶇О", prop: "customerName", minWidth: 220 },
   { label: "閿�鍞崟鍙�", prop: "salesContractNo", minWidth: 160 },
@@ -207,24 +203,6 @@
   const statusMap = {
     0: "寰呭鐞�",
     1: "宸插鐞�"
-  };
-  return statusMap[status] || "鏈煡";
-};
-
-const getStockInApprovalStatusType = (status) => {
-  const statusMap = {
-    0: "",
-    1: "success",
-    2: "warning"
-  };
-  return statusMap[status] || "info";
-};
-
-const getStockInApprovalStatusText = (status) => {
-  const statusMap = {
-    0: "鏈鎵�",
-    1: "宸插鎵�",
-    2: "瀹℃壒涓�"
   };
   return statusMap[status] || "鏈煡";
 };

--
Gitblit v1.9.3