From d7637e7da67eed5c0c924b1200d839b2ba71a788 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期五, 18 七月 2025 13:54:06 +0800
Subject: [PATCH] #bug修复

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

diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index f78e81e..789e68e 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -97,6 +97,7 @@
                 desc: 'Are you sure you want to proceed?',
             },
             placeholder: 'Please enter your search content',
+            locEmpty: 'Check Locs can not NULL',
         },
         aside: {
             category: 'Category',
@@ -332,6 +333,7 @@
                 err: "error",
                 result: "result",
                 userId: "user",
+                detail: "detail"
             },
             customer: {
                 uuid: "uuid",
@@ -621,6 +623,26 @@
                 ntyStatus: "涓婃姤鐘舵��",
                 exceStatus: '鍗曟嵁鐘舵��'
             },
+            checkOrderItem: {
+                orderId: "ID",
+                orderCode: "Out Code",
+                matnrId: "matnrId",
+                maktx: "maktx",
+                workQty: 'Work Qty',
+                anfme: "Anfme",
+                platOrderCode: 'Customer Code',
+                stockUnit: "stockUnit",
+                purQty: "purQty",
+                purUnit: "purUnit",
+                qty: "qty",
+                splrCode: "splrCode",
+                splrName: "splrName",
+                qrcode: "qrcode",
+                barcode: "barcode",
+                packName: "packName",
+                ntyStatus: "ntyStatus",
+                platItemId: 'platItemId'
+            },
             outStockItem: {
                 asnId: "ID",
                 asnCode: "Out Code",
@@ -856,6 +878,7 @@
                 groupQty: 'Group Qty',
                 qty: "qty",
                 orderNum: "orderNum",
+                progress: "progress"
             },
             waveItem: {
                 waveId: "waveId",

--
Gitblit v1.9.1