From f6082694dbb787b3e9553b00dda2b4c13962dcca Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期三, 26 十一月 2025 10:48:19 +0800
Subject: [PATCH] 任务明细添加已拣货数量

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

diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index e5e7065..962a2dd 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',
@@ -205,6 +206,7 @@
         warehouseStock: 'Instant Inventory',
         deviceBind: 'Device Bind',
         tasks: 'Tasks',
+        locItem: 'Loc Items',
         wave: 'Wave Manage',
         basStation: 'BasStation',
         basContainer: 'BasContainer',
@@ -227,12 +229,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',
@@ -442,6 +448,7 @@
                 length: "length",
                 width: "width",
                 height: "height",
+                isHalf: 'Box Status',
                 row: "Row",
                 col: "Col",
                 lev: "Lev",
@@ -1059,6 +1066,7 @@
                 isptResult: 'Ispt Result',
                 unit: "unit",
                 anfme: "anfme",
+                qty: 'Qty',
                 batch: "batch",
                 spec: "spec",
                 model: "model",
@@ -1152,6 +1160,7 @@
                 wareArea: 'Warehouse Areas',
                 maktx: "maktx",
                 matnrCode: "matnrCode",
+                diffQty: 'Diff Qty',
                 trackCode: "trackCode",
                 unit: "unit",
                 anfme: "anfme",
@@ -1308,6 +1317,7 @@
         detail: "Detail",
         unenable: 'unenable',
         locInit: 'loc init',
+        init: "Init",
         siteInit: 'site init',
         batch: 'batch',
         pick: 'Pick',
@@ -1325,6 +1335,7 @@
         start: 'Start',
         stopPub: 'Stop Pub',
         pause: 'Pause',
+        pausePub: 'Stop Auto Pub',
         subzone: 'subzone',
         bindmatnr: 'bind matnr',
         bindloc: 'bind loc',

--
Gitblit v1.9.1