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 |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index b4c4cc8..962a2dd 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -206,6 +206,7 @@
         warehouseStock: 'Instant Inventory',
         deviceBind: 'Device Bind',
         tasks: 'Tasks',
+        locItem: 'Loc Items',
         wave: 'Wave Manage',
         basStation: 'BasStation',
         basContainer: 'BasContainer',
@@ -447,6 +448,7 @@
                 length: "length",
                 width: "width",
                 height: "height",
+                isHalf: 'Box Status',
                 row: "Row",
                 col: "Col",
                 lev: "Lev",
@@ -1064,6 +1066,7 @@
                 isptResult: 'Ispt Result',
                 unit: "unit",
                 anfme: "anfme",
+                qty: 'Qty',
                 batch: "batch",
                 spec: "spec",
                 model: "model",
@@ -1332,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