From d1791f762791428af91467b8855de83d54f015f9 Mon Sep 17 00:00:00 2001
From: zhuguifei <312353457@qq.com>
Date: 星期五, 17 四月 2026 15:23:21 +0800
Subject: [PATCH] feat: 1.新增物料、物料类型、材料检验统计等表维护功能  2.完善判定依据-判断依据明细  3.新增判断依据、物料管理等字典翻译类  4.成品物料批次-原始数据维护页面

---
 ruoyi-plus-soybean/src/router/elegant/routes.ts |  153 +++++++++++++++++++++++++++++++++++----------------
 1 files changed, 105 insertions(+), 48 deletions(-)

diff --git a/ruoyi-plus-soybean/src/router/elegant/routes.ts b/ruoyi-plus-soybean/src/router/elegant/routes.ts
index 274f98a..3c1e430 100755
--- a/ruoyi-plus-soybean/src/router/elegant/routes.ts
+++ b/ruoyi-plus-soybean/src/router/elegant/routes.ts
@@ -190,6 +190,33 @@
     },
     children: [
       {
+        name: 'md_instrument',
+        path: '/md/instrument',
+        component: 'view.md_instrument',
+        meta: {
+          title: 'md_instrument',
+          i18nKey: 'route.md_instrument'
+        }
+      },
+      {
+        name: 'md_mat',
+        path: '/md/mat',
+        component: 'view.md_mat',
+        meta: {
+          title: 'md_mat',
+          i18nKey: 'route.md_mat'
+        }
+      },
+      {
+        name: 'md_mat-type',
+        path: '/md/mat-type',
+        component: 'view.md_mat-type',
+        meta: {
+          title: 'md_mat-type',
+          i18nKey: 'route.md_mat-type'
+        }
+      },
+      {
         name: 'md_shift',
         path: '/md/shift',
         component: 'view.md_shift',
@@ -264,6 +291,80 @@
           title: 'qm_batch',
           i18nKey: 'route.qm_batch'
         }
+      },
+      {
+        name: 'qm_judge',
+        path: '/qm/judge',
+        component: 'view.qm_judge',
+        meta: {
+          title: 'qm_judge',
+          i18nKey: 'route.qm_judge'
+        }
+      },
+      {
+        name: 'qm_judge-details',
+        path: '/qm/judge-details',
+        component: 'view.qm_judge-details',
+        meta: {
+          title: 'qm_judge-details',
+          i18nKey: 'route.qm_judge-details'
+        }
+      },
+      {
+        name: 'qm_matcheck',
+        path: '/qm/matcheck',
+        component: 'view.qm_matcheck',
+        meta: {
+          title: 'qm_matcheck',
+          i18nKey: 'route.qm_matcheck'
+        }
+      },
+      {
+        name: 'qm_std',
+        path: '/qm/std',
+        component: 'view.qm_std',
+        meta: {
+          title: 'qm_std',
+          i18nKey: 'route.qm_std'
+        }
+      }
+    ]
+  },
+  {
+    name: 'report',
+    path: '/report',
+    component: 'layout.base',
+    meta: {
+      title: 'report',
+      i18nKey: 'route.report'
+    },
+    children: [
+      {
+        name: 'report_demo',
+        path: '/report/demo',
+        component: 'view.report_demo',
+        meta: {
+          title: 'report_demo',
+          i18nKey: 'route.report_demo'
+        }
+      },
+      {
+        name: 'report_silk-storage-output',
+        path: '/report/silk-storage-output',
+        component: 'view.report_silk-storage-output',
+        meta: {
+          title: 'report_silk-storage-output',
+          i18nKey: 'route.report_silk-storage-output'
+        }
+      },
+      {
+        name: 'report_test',
+        path: '/report/test',
+        component: 'view.report_test',
+        meta: {
+          title: 'report_test',
+          i18nKey: 'route.report_test'
+        }
       }
     ]
   },
@@ -323,18 +424,7 @@
         meta: {
           title: 'system_dict',
           i18nKey: 'route.system_dict'
-        },
-        children: [
-          {
-            name: 'system_dict_data',
-            path: '/system/dict/data',
-            component: 'view.system_dict_data',
-            meta: {
-              title: 'system_dict_data',
-              i18nKey: 'route.system_dict_data'
-            }
-          }
-        ]
+        }
       },
       {
         name: 'system_menu',
@@ -393,18 +483,7 @@
         meta: {
           title: 'system_role',
           i18nKey: 'route.system_role'
-        },
-        children: [
-          {
-            name: 'system_role_auth-user',
-            path: '/system/role/auth-user',
-            component: 'view.system_role_auth-user',
-            meta: {
-              title: 'system_role_auth-user',
-              i18nKey: 'route.system_role_auth-user'
-            }
-          }
-        ]
+        }
       },
       {
         name: 'system_tenant',
@@ -431,18 +510,7 @@
         meta: {
           title: 'system_user',
           i18nKey: 'route.system_user'
-        },
-        children: [
-          {
-            name: 'system_user_auth-role',
-            path: '/system/user/auth-role',
-            component: 'view.system_user_auth-role',
-            meta: {
-              title: 'system_user_auth-role',
-              i18nKey: 'route.system_user_auth-role'
-            }
-          }
-        ]
+        }
       }
     ]
   },
@@ -466,18 +534,7 @@
           i18nKey: 'route.tool_gen',
           localIcon: 'menu-code',
           order: 2
-        },
-        children: [
-          {
-            name: 'tool_gen_edit-table',
-            path: '/tool/gen/edit-table',
-            component: 'view.tool_gen_edit-table',
-            meta: {
-              title: 'tool_gen_edit-table',
-              i18nKey: 'route.tool_gen_edit-table'
-            }
-          }
-        ]
+        }
       }
     ]
   },

--
Gitblit v1.9.3