From 4be6aef4c0af3ce178d3d3e3c5f482d837da8045 Mon Sep 17 00:00:00 2001
From: 你好啊 <1536384743@qq.com>
Date: 星期三, 07 八月 2024 19:28:40 +0800
Subject: [PATCH] 计算方式  精度问题解决冲突

---
 north-glass-erp/northglass-erp/src/lang/en.js |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/lang/en.js b/north-glass-erp/northglass-erp/src/lang/en.js
index f436448..9539479 100644
--- a/north-glass-erp/northglass-erp/src/lang/en.js
+++ b/north-glass-erp/northglass-erp/src/lang/en.js
@@ -952,6 +952,41 @@
         inconsistentParameters :'The required parameters are inconsistent',
         strip :'Piece',
         exportSelected :'Export selected',
+    },
+
+    menu:{
+        salesAndDistribution :'Sales and Distribution',
+        productionPlanning :'Production Planning',
+        materialManage :'Material Manage',
+        userManage :'User Manage',
+
+        product :'Product',
+        order :'Order',
+        delivery :'Delivery',
+        returns :'Returns',
+        customer :'Customer',
+        workOrder :'Work Order',
+        processCard :'Process Card',
+        reportingWorks :'Report for work',
+        rework :'Rework',
+        replenish :'Replenish',
+        machine :'Machine',
+        bOM :'BOM',
+        report :'Report',
+        productStock :'Product Stock',
+        ingredientsStock :'Ingredients Stock',
+        ingredients :'Ingredients',
+        trader :'Trader',
+        stockReport :'Stock Report',
+        purchaseOrder :'Purchase Order',
+        purchaseStorage :'Purchase Storage',
+        purchaseReturn :'Purchase Return',
+        orderBasicData :'Order Basic Data',
+        productionBasicData :'Production Basic Data',
+        warehouseBasicData :'Warehouse Basic Data',
+        user :'User',
+        role :'Role',
+        userPassWord :'User Pass Word',
     }
 
 

--
Gitblit v1.8.0