From fe6ba6220f32276f147a16c41e7a69c2a18e5012 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期二, 22 九月 2026 11:21:58 +0800
Subject: [PATCH] feat(inventory): 优化库存管理批量详情页面功能
---
src/views/reportAnalysis/PSIDataAnalysis/components/center-bottom.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/views/reportAnalysis/PSIDataAnalysis/components/center-bottom.vue b/src/views/reportAnalysis/PSIDataAnalysis/components/center-bottom.vue
index e522631..8bc87f8 100644
--- a/src/views/reportAnalysis/PSIDataAnalysis/components/center-bottom.vue
+++ b/src/views/reportAnalysis/PSIDataAnalysis/components/center-bottom.vue
@@ -30,7 +30,9 @@
import ProductTypeSwitch from './ProductTypeSwitch.vue'
import { productInOutAnalysis } from '@/api/viewIndex.js'
-const productType = ref(2) // 1=鍘熸潗鏂� 2=鎴愬搧
+// 1=鍘熸潗鏂� 2=鎴愬搧 3=鍗婃垚鍝併��
+// 榛樿鎴愬搧锛氭湰绉熸埛銆屽師鏉愭枡銆嶅ぇ绫诲拰銆屽崐鎴愬搧銆嶅ぇ绫讳笅閮芥病鏈夋寕浜у搧鍨嬪彿锛岄�夊畠浠繀鐒舵槸涓�鏉″叏 0 鐨勫钩绾�
+const productType = ref(2)
const chartStyle = { width: '100%', height: '130%' }
--
Gitblit v1.9.3