see999 3 years ago
parent
commit
2abed96b03

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

399
         noCache: true
399
         noCache: true
400
       }
400
       }
401
     },
401
     },
402
+    {
403
+      path: '/dialysis/print/batch/thirtyNine',
404
+      component: () =>
405
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyNine'),
406
+      hidden: true,
407
+      is_menu: false,
408
+      name: 'batch_print_order_thirtyNine',
409
+      meta: {
410
+        title: '批量打印',
411
+        noCache: true
412
+      }
413
+    },
402
     {
414
     {
403
       path: '/dialysis/print/batch/thirtyThree_one',
415
       path: '/dialysis/print/batch/thirtyThree_one',
404
       component: () =>
416
       component: () =>

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


+ 12 - 0
src/xt_pages/dialysis/bloodPresssWatch.vue View File

249
           >批量打印</el-button
249
           >批量打印</el-button
250
         >
250
         >
251
       </template>
251
       </template>
252
+      <template v-if="this.template_id == 39">
253
+        <el-button
254
+          size="small"
255
+          icon="el-icon-printer"
256
+          :disabled="selecting_schs.length == 0"
257
+          @click="batchPrintAction"
258
+          type="primary"
259
+          >批量打印</el-button
260
+        >
261
+      </template>
252
     </div>
262
     </div>
253
     <div class="app-container">
263
     <div class="app-container">
254
       <!-- <div class="filter-container">
264
       <!-- <div class="filter-container">
827
         this.$router.push({ path: "/dialysis/print/batch/thirtyTwo" });
837
         this.$router.push({ path: "/dialysis/print/batch/thirtyTwo" });
828
       } else if (this.template_id == 33) {
838
       } else if (this.template_id == 33) {
829
         this.$router.push({ path: "/dialysis/print/batch/thirtyThree" });
839
         this.$router.push({ path: "/dialysis/print/batch/thirtyThree" });
840
+      } else if (this.template_id == 39) {
841
+        this.$router.push({ path: "/dialysis/print/batch/thirtyNine" });
830
       }
842
       }
831
     },
843
     },
832
     batchPrintActionOne: function() {
844
     batchPrintActionOne: function() {