From a6991a33e18f69264f93a63459a4b64ea799295a Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期二, 05 八月 2025 13:02:24 +0800
Subject: [PATCH] Merge branch 'devlop' of http://47.97.1.152:5880/r/wms-master into devlop

---
 rsf-admin/src/i18n/en.js |   47 +++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 45 insertions(+), 2 deletions(-)

diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 38765d7..f97fa0a 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -189,7 +189,7 @@
         taskLog: 'TaskLog',
         orderItem: 'OrderItem',
         order: 'Order',
-        locItem: 'LocItem',
+        locPreview: 'LocItem',
         stock: 'Stock Manage',
         histories: 'Histories',
         wareWork: 'Warehouse Working',
@@ -211,7 +211,7 @@
         waveRule: 'Wave Rules',
         checkDiff: 'Check Diff',
         transfer: 'Transfer',
-
+        locRevise: 'Loc Revise',
     },
     table: {
         field: {
@@ -670,6 +670,37 @@
                 tarAreaName: "tarAreaName",
             },
 
+            transferItem: {
+                transferId: "transferId",
+                transferCode: "transferCode",
+                matnrId: "matnrId",
+                maktx: "maktx",
+                matnrCode: "matnrCode",
+                unit: "unit",
+                anfme: "anfme",
+                qty: "qty",
+                workQty: "workQty",
+                batch: "batch",
+                splrId: "splrId",
+                spec: "spec",
+                model: "model",
+                fieldsIndex: "fieldsIndex",
+                platItemId: "platItemId",
+                platOrderCode: "platOrderCode",
+                platWorkCode: "platWorkCode",
+                projectCode: "projectCode",
+            },
+
+            transferOrder: {
+                code: 'Order No',
+                poCode: 'transfer No',
+                type: 'Type',
+                wkType: 'Work Type',
+                anfme: 'Anfme',
+                workQty: 'Work Qty',
+                qty: 'Qty',
+            },
+
             checkDiffItem: {
                 checkId: "checkId",
                 orderCode: "orderCode",
@@ -870,6 +901,16 @@
                 flagDefect: "Defective",
                 anfme: "anfme",
                 ioStatus: "ioStatus",
+            },
+            locRevise: {
+                code: "code",
+                type: "type",
+                anfme: "anfme",
+                reviseQty: "Revise Qty",
+                exceStatus: "Exce Status",
+                orgAreaId: "Area Id",
+                orgAreaName: "Area Name",
+                exceTime: "Exce Time"
             },
             waitPakinItem: {
                 pakinId: "pakinId",
@@ -1249,6 +1290,8 @@
         quality: "quality",
         complete: "complete",
         allComfirm: 'All Comfirm',
+        createTransfer: 'Create Transfer Order',
+        createLocRevise: 'Create Stock Revise Order',
         verifyComfirm: 'Verify Comfirm',
         close: "close",
         asnCreate: "Create By Order",

--
Gitblit v1.9.1