From a7a06157d81e4b4c4cffc5e88e152d39db9707d0 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期三, 21 五月 2025 09:07:54 +0800
Subject: [PATCH] #容器管理

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

diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 1891dfd..858bcf1 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -95,6 +95,14 @@
             },
             placeholder: 'Please enter your search content',
         },
+        aside: {
+            category: 'Category',
+            material: 'Material锛坉efault锛�',
+            supplier: 'Supplier',
+            warehouse: 'Warehouse',
+            batch: 'Batch',
+            dynamicFields: 'Dynamic Fields'
+        }
     },
     filters: {
         lastCreated: 'Last created',
@@ -194,10 +202,31 @@
         deviceBind: 'Device Bind',
         tasks: 'Tasks',
         wave: 'Wave Manage',
-
+        basStation: 'BasStation',
+        basContainer: 'BasContainer',
     },
     table: {
         field: {
+            basContainer: {
+                containerType:'containerType',
+                codeType: 'codeType',
+                areas: 'areas',
+            },
+            basStation: {
+                stationName: 'stationName',
+                inAble: 'inAble',
+                outAble: 'outAble',
+                useStatus: 'useStatus',
+                status: 'status',
+                area: 'area',
+                isCrossZone: 'isCrossZone',
+                crossZoneArea: 'crossZoneArea',
+                isWcs: 'isWcs',
+                wcsData: 'wcsData',
+                containerType: 'containerType',
+                barcode: 'barcode',  
+                autoTransfer: 'autoTransfer',          
+            },
             host: {
 
             },
@@ -595,6 +624,9 @@
                 poDetlCode: "poDetlCode",
                 matnrId: "matnrId",
                 maktx: "maktx",
+                platOrderCode: 'Customer Order Code',
+                platWorkCode: 'Work Code',
+                projectCode: 'Project Code',
                 spec: "Spec",
                 model: "Model",
                 anfme: "anfme",
@@ -818,6 +850,7 @@
                 taskCode: "TaskCode",
                 taskStatus: "Status",
                 taskType: "Type",
+                warehType: "Warehouse Type",
                 orgLoc: "orgLoc",
                 orgSite: "orgSite",
                 targLoc: "targLoc",
@@ -864,6 +897,36 @@
                 batch: "batch",
                 spec: "spec",
                 model: "model",
+            },
+            stock: {
+                code: "Code",
+                sourceCode: "Resource",
+                sourceId: "Resource ID",
+                type: "Order Type",
+                wkType: "Work Type",
+                anfme: "Qty",
+            },
+            stockItem: {
+                orderId: "Order ID",
+                orderCode: "Order Code",
+                sourceItemId: "Resource Item ID",
+                matnrId: "Mat ID",
+                matnrCode: "Mat Code",
+                maktx: "Maktx",
+                anfme: "Anfme",
+                stockUnit: "Unit",
+                workQty: "Work Qty",
+                purQty: "Purchase Qty",
+                purUnit: "Purchase Unit",
+                qty: "Qty",
+                splrCode: "Supplier Code",
+                batch: "Batch",
+                splrBatch: "Supplier Batch",
+                splrName: "Supplier Name",
+                trackCode: "Track Code",
+                barcode: "Bar Code",
+                prodTime: "Prod Time",
+                packName: "Pakcage",
             },
             taskItemLog: {
                 taskItemId: "taskItemId",
@@ -918,6 +981,7 @@
                 type: "type",
                 orderItemId: "orderItemId",
                 wkType: "wkType",
+                aggType: "Agg Type",
                 matnrId: "matnrId",
                 maktx: "maktx",
                 matnrCode: "matnrCode",
@@ -943,6 +1007,7 @@
                 unit: 'Unit',
                 anfme: 'Stock Qty',
                 matnrCode: "Matnr Code",
+                warehouse: 'Warehouse',
                 workQty: 'Work Qty',
                 qty: 'Non Stock Qty',
                 splrId: 'supplier',

--
Gitblit v1.9.1