Browse Source

10月11,81

yq1 5 months ago
parent
commit
7327c75a38

+ 12 - 1
src/router/modules/dialysis.js View File

@@ -1118,7 +1118,18 @@ export default {
1118 1118
         noCache: true
1119 1119
       }
1120 1120
     },
1121
-    
1121
+    {//80
1122
+      path: '/dialysis/print/batch/eightyone',
1123
+      component: () =>
1124
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_eightyone'),
1125
+      hidden: true,
1126
+      is_menu: false,
1127
+      name: 'batch_print_order_eightyone',
1128
+      meta: {
1129
+        title: '批量打印',
1130
+        noCache: true
1131
+      }
1132
+    },
1122 1133
     {
1123 1134
       path: '/dialysis/flow',
1124 1135
       component: () => import('@/xt_pages/dialysis/dialysisFlow'),

File diff suppressed because it is too large
+ 2470 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_eightyone.vue


File diff suppressed because it is too large
+ 3688 - 0
src/xt_pages/dialysis/template/DialysisPrintOrdereightyone.vue