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