huangyw пре 1 година
родитељ
комит
ac0a3b1982
2 измењених фајлова са 70 додато и 1 уклоњено
  1. 36 0
      src/router/modules/dialysis.js
  2. 34 1
      src/xt_pages/dialysis/bloodPresssWatch.vue

+ 36 - 0
src/router/modules/dialysis.js Прегледај датотеку

@@ -347,6 +347,30 @@ export default {
347 347
         noCache: true
348 348
       }
349 349
     },
350
+    {
351
+      path: '/dialysis/print/batch/fiftyone',
352
+      component: () =>
353
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_fiftyone'),
354
+      hidden: true,
355
+      is_menu: false,
356
+      name: 'dialysis_batch_fiftyone',
357
+      meta: {
358
+        title: '批量打印',
359
+        noCache: true
360
+      }
361
+    },
362
+    {
363
+      path: '/dialysis/print/batch/fiftythree',
364
+      component: () =>
365
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_fiftythree'),
366
+      hidden: true,
367
+      is_menu: false,
368
+      name: 'dialysis_batch_fiftythree',
369
+      meta: {
370
+        title: '批量打印',
371
+        noCache: true
372
+      }
373
+    },
350 374
     {
351 375
       path: '/dialysis/print/batch/fiftynine',
352 376
       component: () =>
@@ -383,6 +407,18 @@ export default {
383 407
         noCache: true
384 408
       }
385 409
     },
410
+    {
411
+      path: '/dialysis/print/batch/sixtyTwo',
412
+      component: () =>
413
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_sixtyTwo'),
414
+      hidden: true,
415
+      is_menu: false,
416
+      name: 'dialysis_batch_sixtyTwo',
417
+      meta: {
418
+        title: '批量打印',
419
+        noCache: true
420
+      }
421
+    },
386 422
     {
387 423
       path: '/dialysis/print/batch/seven',
388 424
       component: () =>

+ 34 - 1
src/xt_pages/dialysis/bloodPresssWatch.vue Прегледај датотеку

@@ -328,6 +328,24 @@
328 328
           type="primary"
329 329
           >批量打印</el-button
330 330
         >
331
+      </template>
332
+       <template v-if="this.template_id == 51">
333
+        <el-button
334
+          size="small"
335
+          icon="el-icon-printer"
336
+          :disabled="selecting_schs.length == 0"
337
+          @click="batchPrintAction"
338
+          type="primary"
339
+          >批量打印</el-button>
340
+      </template>
341
+       <template v-if="this.template_id == 53">
342
+        <el-button
343
+          size="small"
344
+          icon="el-icon-printer"
345
+          :disabled="selecting_schs.length == 0"
346
+          @click="batchPrintAction"
347
+          type="primary"
348
+          >批量打印</el-button>
331 349
       </template>
332 350
       <template v-if="this.template_id == 59">
333 351
         <el-button
@@ -356,6 +374,15 @@
356 374
           type="primary"
357 375
           >批量打印</el-button>
358 376
       </template>
377
+      <template v-if="this.template_id == 62">
378
+        <el-button
379
+          size="small"
380
+          icon="el-icon-printer"
381
+          :disabled="selecting_schs.length == 0"
382
+          @click="batchPrintAction"
383
+          type="primary"
384
+          >批量打印</el-button>
385
+      </template>
359 386
 
360 387
 
361 388
     </div>
@@ -1994,7 +2021,7 @@ export default {
1994 2021
       } else if (this.template_id == 12) {
1995 2022
         this.$router.push({ path: "/dialysis/print/batch/twelve" });
1996 2023
       } else if (this.template_id == 13) {
1997
-        this.$router.push({ path: "/dialysis/print/batch/thirteen" });
2024
+        this.$router.push({ path: "/dialysis/print/batch/fiftythree" });
1998 2025
       } else if (this.template_id == 15) {
1999 2026
         this.$router.push({ path: "/dialysis/print/batch/fifteen" });
2000 2027
       } else if (this.template_id == 17) {
@@ -2031,12 +2058,18 @@ export default {
2031 2058
         this.$router.push({ path: "/dialysis/print/batch/fortyThree" });
2032 2059
       } else if (this.template_id == 48) {
2033 2060
         this.$router.push({ path: "/dialysis/print/batch/six" });
2061
+      }else if (this.template_id == 51) {
2062
+        this.$router.push({ path: "/dialysis/print/batch/fiftyone" });
2063
+      }else if (this.template_id == 53) {
2064
+        this.$router.push({ path: "/dialysis/print/batch/fiftythree" });
2034 2065
       }else if (this.template_id == 59) {
2035 2066
         this.$router.push({ path: "/dialysis/print/batch/fiftynine" });
2036 2067
       }else if (this.template_id == 60) {
2037 2068
         this.$router.push({ path: "/dialysis/print/batch/sixty" });
2038 2069
       }else if (this.template_id == 61) {
2039 2070
         this.$router.push({ path: "/dialysis/print/batch/sixtyOne" });
2071
+      }else if (this.template_id == 62) {
2072
+        this.$router.push({ path: "/dialysis/print/batch/sixtyTwo" });
2040 2073
       }
2041 2074
     },
2042 2075
     batchPrintActionOne: function() {