From b5d01891fbbd69d8d50d2b4fb562fac3130fc2d6 Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期一, 20 四月 2026 11:01:22 +0800
Subject: [PATCH] 虚拟出入库单据锁定

---
 项目代码/WIDESEA_WMSClient/src/extension/inbound/extend/OrderStockTake.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/inbound/extend/OrderStockTake.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/inbound/extend/OrderStockTake.vue"
index fcb06f4..de9d576 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/inbound/extend/OrderStockTake.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/inbound/extend/OrderStockTake.vue"
@@ -5,7 +5,7 @@
       :lazy="true"
       :width="isMobile ? '95%' : '70%'"
       :padding="24"
-      title="搴撳瓨鐩樼偣鎿嶄綔"
+      title="搴撳瓨鐩樹簭鎿嶄綔锛堟敞鎰忥細鏉$爜鐩樼泩涓嶉渶瑕佽繘琛岀洏鐐规搷浣滐紝鎷垮嚭澶氫綑鐗╂枡浠ュ悗锛屽皢鏂欑鍥炲簱锛屼箣鍚庢潅鏀跺叆搴撳嵆鍙級"
       class="custom-vol-box"
     >
       <div class="stock-take-container">
@@ -133,7 +133,7 @@
             :disabled="loading"
             class="complete-btn"
           >
-            <Check /> 鐩樼偣瀹屾垚
+            <Check /> 鏉$爜鐩樹簭鎿嶄綔瀹屾垚
           </el-button>
           <el-button
             type="text"
@@ -365,12 +365,12 @@
         stockQuantity,
       },
       {
-        loadingText: "鎻愪氦鐩樼偣鏁版嵁涓�...",
+        loadingText: "鎻愪氦鐩樹簭鏁版嵁涓�...",
       }
     );
 
     if (res.status) {
-      ElMessage.success("鐩樼偣瀹屾垚锛屾彁浜ゆ垚鍔燂紒");
+      ElMessage.success("鐩樹簭瀹屾垚锛屾彁浜ゆ垚鍔燂紒");
       formData.barcode = "";
       formData.stockQuantity = "";
       formData.actualQuantity = 0;
@@ -379,7 +379,7 @@
       });
       emit("refresh");
     } else {
-      throw new Error(res.message || "鐩樼偣鎻愪氦澶辫触");
+      throw new Error(res.message || "鐩樹簭鎻愪氦澶辫触");
     }
   } catch (error) {
     ElMessage.error(error.message || "缃戠粶寮傚父锛屾彁浜ゅけ璐�");

--
Gitblit v1.9.3