From 2b0e94aaf3aadc55db3069d69bc9f1b45455299d Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期六, 02 八月 2025 08:58:51 +0800
Subject: [PATCH] 调拔单功能优化

---
 rsf-admin/src/i18n/en.js |   53 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 52 insertions(+), 1 deletions(-)

diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index beda28d..4c30e8a 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',
@@ -210,6 +210,7 @@
         basContainer: 'BasContainer',
         waveRule: 'Wave Rules',
         checkDiff: 'Check Diff',
+        transfer: 'Transfer',
 
     },
     table: {
@@ -654,6 +655,52 @@
                 checkQty: "Check Qty",
                 exceStatus: "Exce Status",
             },
+            transfer: {
+                code: "code",
+                type: "type",
+                source: "source",
+                exceStatus: "exceStatus",
+                orgWareId: "orgWareId",
+                orgWareName: "orgWareName",
+                tarWareId: "tarWareId",
+                tarWareName: "tarWareName",
+                orgAreaId: "orgAreaId",
+                orgAreaName: "orgAreaName",
+                tarAreaId: "tarAreaId",
+                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",
@@ -665,6 +712,7 @@
                 batch: "batch",
                 anfme: "anfme",
                 checkQty: "checkQty",
+                diffQty: 'Diff Qty',
                 exceStatus: "exceStatus",
                 reason: "reason",
             },
@@ -978,6 +1026,7 @@
                 batch: "batch",
                 spec: "spec",
                 model: "model",
+                sourceCode: "sourceCode",
             },
             stock: {
                 code: "Code",
@@ -1205,6 +1254,7 @@
         check: 'Check',
         confirm: 'confirm',
         cancel: "cancel",
+        delete: 'Delete',
         query: "Query",
         bulkExport: "Bulk Export",
         continue: 'Continue Receipt',
@@ -1230,6 +1280,7 @@
         quality: "quality",
         complete: "complete",
         allComfirm: 'All Comfirm',
+        createTransfer: 'Create Transfer Order',
         verifyComfirm: 'Verify Comfirm',
         close: "close",
         asnCreate: "Create By Order",

--
Gitblit v1.9.1