see999 před 3 roky
rodič
revize
2abed96b03

+ 12 - 0
src/router/modules/dialysis.js Zobrazit soubor

@@ -399,6 +399,18 @@ export default {
399 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 415
       path: '/dialysis/print/batch/thirtyThree_one',
404 416
       component: () =>

Diff nebyl zobrazen, protože je příliš veliký
+ 1526 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_thirtyNine.vue


+ 12 - 0
src/xt_pages/dialysis/bloodPresssWatch.vue Zobrazit soubor

@@ -249,6 +249,16 @@
249 249
           >批量打印</el-button
250 250
         >
251 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 262
     </div>
253 263
     <div class="app-container">
254 264
       <!-- <div class="filter-container">
@@ -827,6 +837,8 @@ export default {
827 837
         this.$router.push({ path: "/dialysis/print/batch/thirtyTwo" });
828 838
       } else if (this.template_id == 33) {
829 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 844
     batchPrintActionOne: function() {