Kaynağa Gözat

7月17,74批量打印单

yq1 10 ay önce
ebeveyn
işleme
9645489d42

+ 12 - 0
src/router/modules/dialysis.js Dosyayı Görüntüle

@@ -999,6 +999,18 @@ export default {
999 999
         noCache: true
1000 1000
       }
1001 1001
     },
1002
+    {//74
1003
+      path: '/dialysis/print/batch/seventyfour',
1004
+      component: () =>
1005
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_seventyfour'),
1006
+      hidden: true,
1007
+      is_menu: false,
1008
+      name: 'batch_print_order_seventyfour',
1009
+      meta: {
1010
+        title: '批量打印',
1011
+        noCache: true
1012
+      }
1013
+    },
1002 1014
     {//75
1003 1015
       path: '/dialysis/print/batch/seventyfive',
1004 1016
       component: () =>

Dosya farkı çok büyük olduğundan ihmal edildi
+ 1404 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_seventyfour.vue


+ 11 - 0
src/xt_pages/dialysis/bloodPresssWatch.vue Dosyayı Görüntüle

@@ -464,6 +464,15 @@
464 464
           type="primary"
465 465
           >批量打印</el-button>
466 466
       </template>
467
+      <template v-if="this.template_id == 74">
468
+        <el-button
469
+          size="small"
470
+          icon="el-icon-printer"
471
+          :disabled="selecting_schs.length == 0"
472
+          @click="batchPrintAction"
473
+          type="primary"
474
+          >批量打印</el-button>
475
+      </template>
467 476
       <template v-if="this.template_id == 75">
468 477
         <el-button
469 478
           size="small"
@@ -2249,6 +2258,8 @@ export default {
2249 2258
         this.$router.push({ path: "/dialysis/print/batch/seventytwo" });
2250 2259
       }else if (this.template_id == 73) {
2251 2260
         this.$router.push({ path: "/dialysis/print/batch/seventythree" });
2261
+      }else if (this.template_id == 74) {
2262
+        this.$router.push({ path: '/dialysis/print/batch/seventyfour' });
2252 2263
       }else if (this.template_id == 75) {
2253 2264
         this.$router.push({ path: "/dialysis/print/batch/seventyfive" });
2254 2265
       }else if (this.template_id == 76) {