From b047f19a6b34a73e018d7e24fb7ec55db2edf472 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期三, 28 五月 2025 12:33:04 +0800
Subject: [PATCH] 库位导出功能优化

---
 rsf-admin/src/i18n/zh.js |   19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/rsf-admin/src/i18n/zh.js b/rsf-admin/src/i18n/zh.js
index d206f30..1dc296c 100644
--- a/rsf-admin/src/i18n/zh.js
+++ b/rsf-admin/src/i18n/zh.js
@@ -1,5 +1,3 @@
-import basContainer from "../page/basicInfo/basContainer";
-import outBound from "../page/outWork/outBound";
 import chineseMessages from "./core/chineseMessages";
 
 const customChineseMessages = {
@@ -209,9 +207,17 @@
         basStation: '绔欑偣淇℃伅',
         basContainer: '瀹瑰櫒绠$悊',
         outBound: '鍑哄簱浣滀笟',
+        checkOutBound: '鐩樼偣鍑哄簱',
+        stockTransfer: '搴撲綅杞Щ',
+        
     },
     table: {        
         field: {
+            stockTransfer: {
+                orgLoc: '婧愬簱浣�',
+                tarLoc: '鐩爣搴撲綅',
+                inputLoc: '杈撳叆搴撲綅'
+            },
             outBound: {
                 stockWithdrawal: '鎻愬彇搴撳瓨',
                 withdrawal:'鎻愬彇',
@@ -443,7 +449,7 @@
                 row: "鎺�",
                 col: "鍒�",
                 lev: "灞�",
-                channel: "閫氶亾",
+                channel: "宸烽亾",
                 maxParts: "鏈�澶ч浂浠舵暟",
                 maxPack: "鏈�澶у寘瑁呮暟",
                 flagLabelMange: "鏍囩绠$悊",
@@ -786,7 +792,7 @@
             },
             deviceSite: {
                 type: "鍏ュ嚭搴撶被鍨�",
-                site: "鍏ュ簱鍙�",
+                site: "浣滀笟绔欑偣",
                 name: "鍚嶇О",
                 target: "鐩爣绔欑偣",
                 label: "绔欑偣鏍囩",
@@ -795,6 +801,7 @@
                 deviceSite: "璁惧绔欑偣",
                 flagInit: "鏄惁鍒濆鍖�",
                 wcsCode: "wcs缂栧彿",
+                channel: "宸烽亾",
             },
             waitPakin: {
                 code: "缂栫爜",
@@ -988,6 +995,7 @@
                 matnrCode: "鐗╂枡缂栫爜",
                 trackCode: "璺熻釜鐮�",
                 workQty: '鎵ц鏁�',
+                qty: '瀹屾垚鏁�',
                 batch: "鎵规",
                 splrBatch: "渚涘簲鍟嗘壒娆�",
                 spec: "瑙勬牸",
@@ -1119,6 +1127,7 @@
         batch: '鎵归噺鎿嶄綔',
         confirm: '纭',
         pick: '鎷f枡',
+        check: '鐩樼偣',
         bulkExport: "鎵归噺瀵煎嚭",
         selectSite: '閫夋嫨绔欑偣',
         confirmSelect: '纭閫夋嫨',
@@ -1155,7 +1164,7 @@
             stock: "搴撳瓨涓嶈冻锛屾棤娉曟彁浜わ紒锛�", 
             select_error_order: "璇烽�夋嫨閫氱煡鍗�",
             out_stock_qty: "鍑哄簱鏁伴噺涓嶈兘澶т簬搴撳瓨鏁伴噺",
-
+            qty_not_negative: "鏁伴噺涓嶈兘灏忎簬绛変簬0",
         }
 
     }

--
Gitblit v1.9.1