From a6baad20258a61d9ce9a786029ca4cb63a7c992e Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期二, 21 四月 2026 17:31:33 +0800
Subject: [PATCH] 优化出入库功能,新增对未完全入库和出库商品的检查,更新相关API接口以支持审批人字段的统一命名

---
 src/pages/humanResources/monthlyStatistics/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/pages/humanResources/monthlyStatistics/index.vue b/src/pages/humanResources/monthlyStatistics/index.vue
index f1edbfc..d9237c9 100644
--- a/src/pages/humanResources/monthlyStatistics/index.vue
+++ b/src/pages/humanResources/monthlyStatistics/index.vue
@@ -74,7 +74,7 @@
           </view>
           <!-- 鎸夐挳鍖哄煙 -->
           <view class="action-buttons">
-            <u-button type="primary"
+            <!-- <u-button type="primary"
                       size="small"
                       class="action-btn"
                       @click="editItem(item)">
@@ -85,7 +85,7 @@
                       class="action-btn"
                       @click="deleteItem(item)">
               鍒犻櫎
-            </u-button>
+            </u-button> -->
           </view>
         </view>
       </view>
@@ -95,12 +95,12 @@
       <text>鏆傛棤钖祫鍙拌处鏁版嵁</text>
     </view>
     <!-- 娴姩鏂板鎸夐挳 -->
-    <view class="fab-button"
+    <!-- <view class="fab-button"
           @click="addItem">
       <up-icon name="plus"
                size="24"
                color="#ffffff"></up-icon>
-    </view>
+    </view> -->
   </view>
 </template>
 

--
Gitblit v1.9.3