From df084ef7fc2f3b1a00790ed55616188b280f9594 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期四, 26 三月 2026 18:06:19 +0800
Subject: [PATCH] fix:1.仓储库存单位转换记录和库存关联更新 2.原材料和非原材料的数量区分 3.入库和出库记录删除单位转换库存更新 4.过磅单单位转换更新

---
 src/views/reportAnalysis/dataDashboard/index.vue |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/src/views/reportAnalysis/dataDashboard/index.vue b/src/views/reportAnalysis/dataDashboard/index.vue
index d1bd0d9..67a700f 100644
--- a/src/views/reportAnalysis/dataDashboard/index.vue
+++ b/src/views/reportAnalysis/dataDashboard/index.vue
@@ -13,17 +13,15 @@
 
     <!-- 椤堕儴鏍囬鏍� -->
     <div class="dashboard-header">
-      <div class="factory-name">{{ userStore.currentFactoryName }}</div>
+      <div class="factory-name">鍩虹鏁版嵁</div>
     </div>
 
     <!-- 涓昏鍐呭鍖哄煙 -->
     <div class="dashboard-content">
     <!-- 宸︿晶鍖哄煙 -->
     <div class="left-panel">
-      <!-- 瀹㈡埛淇℃伅缁熻鍒嗘瀽 -->
       <LeftTop />
 
-      <!-- 璐ㄩ噺缁熻 -->
       <LeftBottom />
     </div>
 
@@ -36,10 +34,8 @@
 
     <!-- 鍙充晶鍖哄煙 -->
     <div class="right-panel">
-      <!-- 搴旀敹搴斾粯缁熻 -->
       <RightTop />
 
-      <!-- 鍥炴涓庡紑绁ㄥ垎鏋� -->
        <RightBottom />
     </div>
     </div>

--
Gitblit v1.9.3