From 53e7b5182e230c225282f6753ba692ddf9a5e1aa Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期一, 11 五月 2026 13:32:05 +0800
Subject: [PATCH] 销售台账,产品信息字段顺序变更,复制新建功能点逻辑调整

---
 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