Procházet zdrojové kódy

Merge branch '20220812' of http://git.shengws.com/csx/Vue_New into 20220812

XMLWAN před 2 roky
rodič
revize
37896c58c1
1 změnil soubory, kde provedl 38 přidání a 14 odebrání
  1. 38 14
      src/router/modules/dialysis.js

+ 38 - 14
src/router/modules/dialysis.js Zobrazit soubor

@@ -87,20 +87,20 @@ export default {
87 87
         noCache: true
88 88
       }
89 89
     },
90
-    {
91
-      path: '/dialysis/consumable/dialysis/print',
92
-      component: () => import('@/xt_pages/dialysis/details/consumable/signPrint'),
93
-      name: '标签打印',
94
-      is_menu: false,
95
-      hidden: true
96
-    },
97
-    {
98
-      path: '/dialysis/consumable/dialysis/parameter/print',
99
-      component: () => import('@/xt_pages/dialysis/details/consumable/dialysisParameterPrint'),
100
-      name: '透析参数打印',
101
-      is_menu: false,
102
-      hidden: true
103
-    },
90
+    // {
91
+    //   path: '/dialysis/consumable/dialysis/print',
92
+    //   component: () => import('@/xt_pages/dialysis/details/consumable/signPrint'),
93
+    //   name: '标签打印',
94
+    //   is_menu: false,
95
+    //   hidden: true
96
+    // },
97
+    // {
98
+    //   path: '/dialysis/consumable/dialysis/parameter/print',
99
+    //   component: () => import('@/xt_pages/dialysis/details/consumable/dialysisParameterPrint'),
100
+    //   name: '透析参数打印',
101
+    //   is_menu: false,
102
+    //   hidden: true
103
+    // },
104 104
     {
105 105
       path: '/dialysis/consumableDrugs_print',
106 106
       component: () => import('@/xt_pages/dialysis/consumableDrugs_print'),
@@ -265,6 +265,30 @@ export default {
265 265
         noCache: true
266 266
       }
267 267
     },
268
+    {
269
+      path: '/dialysis/print/batch/fiftynine',
270
+      component: () =>
271
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_fiftynine'),
272
+      hidden: true,
273
+      is_menu: false,
274
+      name: 'dialysis_batch_fiftynine',
275
+      meta: {
276
+        title: '批量打印',
277
+        noCache: true
278
+      }
279
+    },
280
+    {
281
+      path: '/dialysis/print/batch/sixty',
282
+      component: () =>
283
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_sixty'),
284
+      hidden: true,
285
+      is_menu: false,
286
+      name: 'dialysis_batch_sixty',
287
+      meta: {
288
+        title: '批量打印',
289
+        noCache: true
290
+      }
291
+    },
268 292
     {
269 293
       path: '/dialysis/print/batch/seven',
270 294
       component: () =>