From c458dd9c84a66ba50cb83adaa3967823ea9effd8 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期三, 11 六月 2025 11:26:23 +0800
Subject: [PATCH] 出库单明细搜索报错问题修复

---
 rsf-admin/src/i18n/en.js |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index f163c6a..e114fd3 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -44,6 +44,7 @@
                 main: 'Main',
                 common: 'Common',
                 changePwd: 'Change Password',
+                insuffInventory: 'Insufficient inventory'
             },
             side: {
                 title: 'More Info'
@@ -204,6 +205,8 @@
         wave: 'Wave Manage',
         basStation: 'BasStation',
         basContainer: 'BasContainer',
+        waveRule: 'Wave Rules',
+
     },
     table: {
         field: {
@@ -602,12 +605,15 @@
             },
             outStockItem: {
                 asnId: "ID",
-                asnCode: "DO Code",
+                asnCode: "Out Code",
+                poCode: 'DO Code',
                 poDetlId: "poDetlId",
                 poDetlCode: "DO Detl Code",
                 matnrId: "matnrId",
                 maktx: "maktx",
+                workQty: 'Work Qty',
                 anfme: "anfme",
+                platOrderCode: 'Customer Code',
                 stockUnit: "stockUnit",
                 purQty: "purQty",
                 purUnit: "purUnit",
@@ -726,7 +732,8 @@
                 fieldsIndex: "fieldsIndex",
                 unit: "unit",
                 anfme: "anfme",
-                qty: "qty",
+                workQty: 'Work Qty',
+                qty: "Qty",
                 nromQty: "nromQty",
                 printQty: "printQty",
                 splrName: "splrName",
@@ -1038,6 +1045,11 @@
                 beSimilar: "beSimilar",
                 emptySimilar: "emptySimilar",
             },
+            waveRule: {
+                code: "code",
+                type: "type",
+                name: "name",
+            },
         }
     },
     page: {
@@ -1153,10 +1165,11 @@
         asnCreate: "Create By Order",
         poCreate: "Create By PO",
         createTask: "createTask",
+        publicWorking: 'Public Working',
         recover: "recover",
         createWave: "Create Wave",
         order: 'Orders',
-
+        modiftySite: 'Modify SiteNo',
     },
     request: {
         error: {

--
Gitblit v1.9.1