From 960ed35de06e571da5656050fa39106b2a3d2dba Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期四, 08 五月 2025 11:32:35 +0800
Subject: [PATCH] 提交钣金异常页面,前端项目自动导入element组件,i18n文件修改

---
 src/utils/i18n/locales/plan/index.js |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/src/utils/i18n/locales/plan/index.js b/src/utils/i18n/locales/plan/index.js
index c916b2b..6da39b5 100644
--- a/src/utils/i18n/locales/plan/index.js
+++ b/src/utils/i18n/locales/plan/index.js
@@ -2,6 +2,10 @@
   title: {
     pipePlanCapacity: "绠¤矾浜ц兘瑙勫垝",
     gasPlanCapacity: "姘旀煖瑙勫垝浜ц兘",
+    viewAssociatedRequirements:"鏌ョ湅鍏宠仈闇�姹�",
+    setMode:"璁剧疆妯″紡",
+    CustomizePlannedCompletionDate:"鑷畾涔夎鍒掑畬宸ユ棩",
+    tipsBugSheetMetal:"灏嗙敓鎴愮殑閽i噾闇�姹傜殑璁″垝寮�宸ユ棩鍜岃鍒掑畬宸ユ棩璧嬪�肩粰宸ュ崟"
   },
   options: {
     monthlyStatic: "鎸夋湀缁熻",
@@ -31,8 +35,11 @@
   btns: {
     batchPlanStartDay: "鎵归噺淇敼璁″垝寮�宸ユ棩",
     batchPlanEndDay: "鎵归噺淇敼璁″垝瀹屽伐鏃�",
+    batchUpdateOrderDate:"鎵归噺鏇存柊宸ュ崟璁″垝鏃ユ湡",
+    generatePlanOrder:"鐢熸垚閽i噾璁″垝宸ュ崟",
     confirm: "纭畾",
     cancel: "鍙栨秷",
+    viewRequirement:"鏌ョ湅闇�姹�"
   },
   query: {
     daterangePlanStartDay: "璁″垝寮�宸ユ棩",
@@ -157,13 +164,18 @@
     processRouteWorkingHours:"宸ヨ壓璺嚎宸ユ椂",
     demandQuantity:"闇�姹傛暟閲�",
     netRequirement:"鍑�闇�姹傞噺",
-    bomItemID: "椤� ID"
+    bomItemID: "椤� ID",
+    customizePlannedCompletionDate:"鑷畾涔夎鍒掑畬宸ユ棩"
   },
 };
 export const en = {
   title: {
     pipePlanCapacity: "Pipeline planning capacity",
     gasPlanCapacity: "Gas holder planning production capacity",
+    viewAssociatedRequirements:"View associated requirements",
+    setMode:"Set Mode",
+    CustomizePlannedCompletionDate:"Customize the planned completion date",
+    tipsBugSheetMetal:"Assign the planned start date and planned completion date of the generated sheet metal requirements to the work order"
   },
   options: {
     monthlyStatic: "Monthly statistics",
@@ -194,8 +206,11 @@
   btns: {
     batchPlanStartDay: "Batch modification of planned start date",
     batchPlanEndDay: "Batch modification plan completion date",
+    batchUpdateOrderDate:"Batch update work order plan date",
+    generatePlanOrder:"Generate sheet metal plan work order",
     confirm: "Confirm",
     cancel: "Cancel",
+    viewRequirement:"View requirements"
   },
   query: {
     daterangePlanStartDay: "Planned start date",
@@ -319,6 +334,7 @@
     processRouteWorkingHours:"Process route working hours",
     demandQuantity:"Demand Quantity",
     netRequirement:"Net Requirement",
-    bomItemID:"Item ID"
+    bomItemID:"Item ID",
+    customizePlannedCompletionDate:"Customize the planned completion date"
   },
 };

--
Gitblit v1.9.3