huangyw 2 years ago
parent
commit
b934809cf3
1 changed files with 38 additions and 14 deletions
  1. 38 14
      src/router/modules/dialysis.js

+ 38 - 14
src/router/modules/dialysis.js View File

87
         noCache: true
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
       path: '/dialysis/consumableDrugs_print',
105
       path: '/dialysis/consumableDrugs_print',
106
       component: () => import('@/xt_pages/dialysis/consumableDrugs_print'),
106
       component: () => import('@/xt_pages/dialysis/consumableDrugs_print'),
265
         noCache: true
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
       path: '/dialysis/print/batch/seven',
293
       path: '/dialysis/print/batch/seven',
270
       component: () =>
294
       component: () =>