From bcf39531dcfaea85297312405fbecc7eebccf7d0 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期五, 25 四月 2025 09:33:21 +0800
Subject: [PATCH] #新增  1. 新增波次列表及详情  2. 新增立库站点绑定

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

diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 6752740..d81da4f 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -51,6 +51,7 @@
             before: 'Time Before'
         },
         action: {
+            search: 'Search',
             reset: 'Reset',
             expand: 'Expand',
             expandAll: 'Expand All',
@@ -69,6 +70,7 @@
             loadMore: 'Load More Data',
             complete: 'Complete',
             deprecate: 'Deprecate',
+            inputPlaceholder: 'Use commas to separate',
             resend: 'RESEND',
             selected: 'selected',
             batch: 'batch'
@@ -169,6 +171,12 @@
         statistics: 'Statistics',
         logs: 'Logs',
         permissions: 'Permissions',
+        delivery: 'Delivery',
+        outStock: 'Out Stock',
+        outStockItem: 'Out Stock Item',
+        inStockPoces: 'In Stock Pocess',
+        outStockPoces: 'Out Stock Pocess',
+        deviceBind: 'Device Bind',
     },
     table: {
         field: {
@@ -595,6 +603,35 @@
                 startTime: "startTime",
                 endTime: "endTime",
             },
+            delivery: {
+                code: "code",
+                platId: "platId",
+                type: "type",
+                wkType: "wkType",
+                source: "source",
+                anfme: "anfme",
+                qty: "qty",
+                workQty: "workQty",
+                platCode: "platCode",
+                startTime: "startTime",
+                endTime: "endTime",
+            },
+            deliveryItem: {
+                deliveryId: "deliveryId",
+                deliveryCode: "Delivery Code",
+                platItemId: "platItemId",
+                matnrCode: "matnrCode",
+                matnrName: "matnrName",
+                fieldsIndex: "fieldsIndex",
+                unit: "unit",
+                anfme: "anfme",
+                qty: "qty",
+                nromQty: "nromQty",
+                printQty: "printQty",
+                splrName: "splrName",
+                splrCode: "splrCode",
+                splrBatch: "splrBatch",
+            },
             purchaseItem: {
                 purchaseId: "purchaseId",
                 platItemId: "erpItemId",
@@ -633,7 +670,6 @@
                 deviceCode: "deviceCode",
                 deviceSite: "deviceSite",
                 flagInit: "flagInit",
-                sites: "sites",
             },
             waitPakin: {
                 code: "code",
@@ -799,6 +835,18 @@
                 model: "model",
                 fieldsIndex: "fieldsIndex",
             },
+            deviceBind: {
+                currentRow: "currentRow",
+                startRow: "startRow",
+                endRow: "endRow",
+                deviceQty: "deviceQty",
+                startDeviceNo: "startDeviceNo",
+                endDeviceNo: "endDeviceNo",
+                staList: "staList",
+                typeId: "typeId",
+                beSimilar: "beSimilar",
+                emptySimilar: "emptySimilar",
+            },
         }
     },
     page: {
@@ -886,8 +934,10 @@
         batch: 'batch',
         confirm: 'confirm',
         cancel: "cancel",
+        query: "Query",
         bulkExport: "Bulk Export",
         continue: 'Continue Receipt',
+        confirmSelect: 'Confirm Select',
         selectSite: 'Select Site',
         top: "top",
         resort: "sort",
@@ -905,9 +955,10 @@
         quality: "quality",
         complete: "complete",
         close: "close",
-        asnCreate: "asnCreate",
+        asnCreate: "Create By Order",
         createTask: "createTask",
         recover: "recover",
+        createWave: "Create Wave",
         order: 'Orders',
 
     },

--
Gitblit v1.9.1