From 16fcc7852de365daf6d8ffed2f33899827b16153 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期五, 24 四月 2026 09:24:14 +0800
Subject: [PATCH] fix: 隐藏退货相关信息,采购报表调整

---
 src/views/procurementManagement/procurementLedger/index.vue       |    4 ++--
 src/views/procurementManagement/procurementReport/index.vue       |   34 +++++++++++++++++-----------------
 src/views/reportAnalysis/qualityAnalysis/components/right-top.vue |    2 +-
 src/views/procurementManagement/purchaseReturnOrder/index.vue     |    2 +-
 4 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/src/views/procurementManagement/procurementLedger/index.vue b/src/views/procurementManagement/procurementLedger/index.vue
index 0355e45..525c41c 100644
--- a/src/views/procurementManagement/procurementLedger/index.vue
+++ b/src/views/procurementManagement/procurementLedger/index.vue
@@ -108,8 +108,8 @@
                                prop="quantity" />
               <el-table-column label="鍙敤鏁伴噺"
                                prop="availableQuality" />
-              <el-table-column label="閫�璐ф暟閲�"
-                               prop="returnQuality" />
+              <!-- <el-table-column label="閫�璐ф暟閲�"
+                               prop="returnQuality" /> -->
               <el-table-column label="鍏ュ簱鐘舵��"
                                width="100px"
                                align="center">
diff --git a/src/views/procurementManagement/procurementReport/index.vue b/src/views/procurementManagement/procurementReport/index.vue
index 182e164..225e38d 100644
--- a/src/views/procurementManagement/procurementReport/index.vue
+++ b/src/views/procurementManagement/procurementReport/index.vue
@@ -127,24 +127,24 @@
       return val ? parseFloat(val).toLocaleString() : '0'
     }
   },
+  // {
+  //   label: '閫�璐ф暟閲�',
+  //   prop: 'returnQuantity',
+  //   width: 120,
+  //   formatData: (val) => {
+  //     return val ? parseFloat(val).toLocaleString() : '0'
+  //   }
+  // },
+  // {
+  //   label: '閫�璐ч噾棰�',
+  //   prop: 'returnAmount',
+  //   width: 120,
+  //   formatData: (val) => {
+  //     return val ? `楼${parseFloat(val).toLocaleString('zh-CN', { minimumFractionDigits: 2, maximumFractionDigits: 2 })}` : '楼0.00'
+  //   }
+  // },
   {
-    label: '閫�璐ф暟閲�',
-    prop: 'returnQuantity',
-    width: 120,
-    formatData: (val) => {
-      return val ? parseFloat(val).toLocaleString() : '0'
-    }
-  },
-  {
-    label: '閫�璐ч噾棰�',
-    prop: 'returnAmount',
-    width: 120,
-    formatData: (val) => {
-      return val ? `楼${parseFloat(val).toLocaleString('zh-CN', { minimumFractionDigits: 2, maximumFractionDigits: 2 })}` : '楼0.00'
-    }
-  },
-  {
-    label: '閫�娆惧偍閲�',
+    label: '璐拱閲戦',
     prop: 'purchaseAmount',
     formatData: (val) => {
       return val ? `楼${parseFloat(val).toLocaleString('zh-CN', { minimumFractionDigits: 2, maximumFractionDigits: 2 })}` : '楼0.00'
diff --git a/src/views/procurementManagement/purchaseReturnOrder/index.vue b/src/views/procurementManagement/purchaseReturnOrder/index.vue
index 8de2877..70ca2b1 100644
--- a/src/views/procurementManagement/purchaseReturnOrder/index.vue
+++ b/src/views/procurementManagement/purchaseReturnOrder/index.vue
@@ -82,7 +82,7 @@
           <el-table-column label="瑙勬牸鍨嬪彿" prop="specificationModel" min-width="140" show-overflow-tooltip />
           <el-table-column label="鍗曚綅" prop="unit" width="80" />
           <el-table-column label="鏁伴噺" prop="quantity" width="80" />
-          <el-table-column label="閫�璐ф暟閲�" prop="returnQuantity" width="100" />
+          <!-- <el-table-column label="閫�璐ф暟閲�" prop="returnQuantity" width="100" /> -->
           <el-table-column label="搴撳瓨棰勮鏁伴噺" prop="warnNum" width="120" />
           <el-table-column label="绋庣巼(%)" prop="taxRate" width="90" />
           <el-table-column label="鍚◣鍗曚环(鍏�)" prop="taxInclusiveUnitPrice" width="130">
diff --git a/src/views/reportAnalysis/qualityAnalysis/components/right-top.vue b/src/views/reportAnalysis/qualityAnalysis/components/right-top.vue
index 890e99a..7120c3a 100644
--- a/src/views/reportAnalysis/qualityAnalysis/components/right-top.vue
+++ b/src/views/reportAnalysis/qualityAnalysis/components/right-top.vue
@@ -1,6 +1,6 @@
 <template>
   <div>
-    <PanelHeader title="涓嶅悎鏍间骇鍝佹帓鍚�" />
+    <PanelHeader title="鍚堟牸浜у搧鎺掑悕" />
     <div class="main-panel panel-item-customers">
       <div class="main-panel-container">
         <div style="color: white" class="main-panel-box" v-for="(item, index) in panelList" :key="index">

--
Gitblit v1.9.3