From 91448b5909db3c6e2b747567f0995f18b8129192 Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期五, 06 三月 2026 10:31:34 +0800
Subject: [PATCH] 开启追加订单的判断

---
 rsf-admin/src/i18n/en.js |   25 +++++++++++++++++++++----
 1 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index d908a9b..11e16ef 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -126,6 +126,7 @@
     },
     create: {
         title: 'Create',
+        init: 'Init',
         empty: {
             title: 'Data Empty',
             desc: 'Please Create Data First',
@@ -173,6 +174,7 @@
         asnOrder: 'AsnOrder',
         asnOrderItem: 'AsnOrderItem',
         asnOrderLog: 'asnOrderLog',
+        outStockOrderLog: 'Outbound Order Log',
         asnOrderItemLog: 'asnOrderItemLog',
         purchase: 'Purchase',
         purchaseItem: 'PurchaseItem',
@@ -205,9 +207,11 @@
         warehouseStock: 'Instant Inventory',
         deviceBind: 'Device Bind',
         tasks: 'Tasks',
+        locItem: 'Loc Items',
         wave: 'Wave Manage',
         basStation: 'BasStation',
         basContainer: 'BasContainer',
+        emptyOutbound: 'Empty Pallet Outbound',
         waveRule: 'Wave Rules',
         checkDiff: 'Check Diff',
         transfer: 'Transfer',
@@ -227,12 +231,16 @@
             basContainer: {
                 containerType: 'containerType',
                 codeType: 'codeType',
+                startNo: 'Start No',
+                code: 'Barcode',
+                endNo: 'End No',
                 areas: 'areas',
             },
             basStation: {
                 stationName: 'stationName',
                 inAble: 'inAble',
                 outAble: 'outAble',
+                type: 'Site Type',
                 useStatus: 'useStatus',
                 status: 'status',
                 area: 'area',
@@ -368,6 +376,7 @@
                 purUnit: "purchaseUnit",
                 stockUnit: "stockUnit",
                 stockLevel: "stockLeval",
+                stockQty: "Stock Qty",
                 isLabelMange: "isLabelMange",
                 safeQty: "safetyQty",
                 minQty: "minQty",
@@ -442,6 +451,7 @@
                 length: "length",
                 width: "width",
                 height: "height",
+                isHalf: 'Box Status',
                 row: "Row",
                 col: "Col",
                 lev: "Lev",
@@ -452,7 +462,8 @@
                 flagLabelMange: "FlagLabelMange",
                 locAttrs: "LocAttrs",
                 useStatus: 'useStatus',
-                locAreaId: 'locAreaId'
+                locAreaId: 'locAreaId',
+                locCode: 'Loc Code'
             },
             locType: {
                 uuid: "uuid",
@@ -589,12 +600,13 @@
             },
             asnOrder: {
                 code: "Code",
-                poCode: "poCode",
+                poCode: "Internal Code",
                 poId: "poId",
                 type: "Type",
                 wkType: "wkType",
                 anfme: "anfme",
                 qty: "qty",
+                palletQty: "Pallet Qty",
                 logisNo: "logisNo",
                 arrTime: "Arrived",
                 rleStatus: "Release",
@@ -764,6 +776,7 @@
                 purUnit: "purUnit",
                 unit: 'Unit',
                 qty: "qty",
+                palletQty: "Pallet Qty",
                 safeQty: 'Safe Qty',
                 disQty: 'Def Qty',
                 splrCode: "splrCode",
@@ -776,7 +789,7 @@
             },
             asnOrderLog: {
                 code: "code",
-                poCode: "poCode",
+                poCode: "Internal Code",
                 poId: "poId",
                 type: "type",
                 wkType: "wkType",
@@ -792,7 +805,7 @@
                 asnCode: "asnCode",
                 platItemId: "platItemId",
                 poDetlId: "poDetlId",
-                poCode: "poCode",
+                poCode: "Internal Code",
                 fieldsIndex: "fieldsIndex",
                 matnrId: "matnrId",
                 matnrCode: "matnrCode",
@@ -918,6 +931,7 @@
             },
             waitPakin: {
                 code: "code",
+                asnCodes: "Inbound Order No.",
                 ansId: "ansId",
                 asnCode: "asnCode",
                 barcode: "barcode",
@@ -1059,6 +1073,7 @@
                 isptResult: 'Ispt Result',
                 unit: "unit",
                 anfme: "anfme",
+                qty: 'Qty',
                 batch: "batch",
                 spec: "spec",
                 model: "model",
@@ -1309,6 +1324,7 @@
         detail: "Detail",
         unenable: 'unenable',
         locInit: 'loc init',
+        init: "Init",
         siteInit: 'site init',
         batch: 'batch',
         pick: 'Pick',
@@ -1326,6 +1342,7 @@
         start: 'Start',
         stopPub: 'Stop Pub',
         pause: 'Pause',
+        pausePub: 'Stop Auto Pub',
         subzone: 'subzone',
         bindmatnr: 'bind matnr',
         bindloc: 'bind loc',

--
Gitblit v1.9.1