From cefe93f0197d675b19fe68d6758aabb010c3fbb0 Mon Sep 17 00:00:00 2001
From: heshaofeng <heshaofeng@hnkhzn.com>
Date: 星期五, 06 二月 2026 17:30:03 +0800
Subject: [PATCH] 添加计算库存总和功能

---
 项目代码/WIDESEA_WMSClient/src/views/outbound/outPicking.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/outbound/outPicking.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/outbound/outPicking.vue"
index 14cef75..5a5d03a 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/outbound/outPicking.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/outbound/outPicking.vue"
@@ -9,6 +9,8 @@
                     <i class="el-icon-document"></i>
                     <span class="order-label">璁㈠崟鍙凤細</span>
                     <span class="order-value">{{ orderNo }}</span>
+                    <span class="order-label" style="margin-left: 20px;">浜х嚎鍚嶇О锛�</span>
+                    <span class="order-value">{{ orderInfo?.departmentName || '' }}</span>
                 </div>
                 <div class="order-status">
                     <el-tag v-if="orderInfo" :type="getStatusType(orderInfo.orderStatus)" size="medium"
@@ -656,7 +658,6 @@
             this.pickedTotal = this.pickedCount
         },
 
-        // ============== 寰皟锛氭柊澧炶幏鍙栬鍗曞彿閫昏緫锛屽叾浣欎笉鍙� ==============
         handlePalletScan(flag = true) {
             const palletCode = this.scanForm.palletCode.trim();
             if (!palletCode) {
@@ -673,7 +674,6 @@
                 this.loadPalletData(flag);
             });
         },
-        // ============== 寰皟缁撴潫 ==============
 
         handleMaterialScan() {
             if (!this.scanForm.palletCode) {

--
Gitblit v1.9.3