From 78d73df2f8e0c6855d65eb1f2c6df08e0f99bab1 Mon Sep 17 00:00:00 2001
From: huang <1532065656@qq.com>
Date: 星期三, 22 十月 2025 12:45:05 +0800
Subject: [PATCH] 仓储后端接口返回信息国际化处理
---
UI-Project/src/lang/en.js | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/UI-Project/src/lang/en.js b/UI-Project/src/lang/en.js
index ec50530..10c12ef 100644
--- a/UI-Project/src/lang/en.js
+++ b/UI-Project/src/lang/en.js
@@ -90,6 +90,7 @@
glassnull: 'An error occurred while updating the glass status',
deletemessage: 'Do you want to delete this message?',
layoutSequence: 'Serial Number',
+ isEnable: 'Is it enabled',
},
sorter: {
onesort: 'Line breaking pieces',
@@ -103,6 +104,7 @@
advancerequests: 'Film entry request',
releaserequest: 'Production request',
straighttasks: 'Direct Task',
+ warehouseReturntasks: 'Warehouse return task',
endingtask: 'end',
another: 'other',
taskRunning: 'task request',
@@ -660,6 +662,8 @@
pwarehousing: 'Inventory request',
wareout: 'Original film outbound',
information: 'Whether to release this information from the warehouse锛�',
+ warehouseReturn: 'Return to warehouse',
+ emptyShelfPosition:'Empty shelf to hoisting position',
pwareout: 'Outbound request',
position: 'Lifting position锛�',
cposition: 'Please select the lifting position',
--
Gitblit v1.8.0