From 600d741431308365cfe4387ae5305d945bcd9eca Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期五, 24 四月 2026 13:30:32 +0800
Subject: [PATCH] fix: 库存管理厚度字段回显

---
 src/views/procurementManagement/procurementReport/index.vue |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

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'

--
Gitblit v1.9.3