See999 4 years ago
parent
commit
7a6f4381bf

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

189
         import("@/xt_pages/dialysis/batch_print/batch_print_order_twelve"),
189
         import("@/xt_pages/dialysis/batch_print/batch_print_order_twelve"),
190
       hidden: true,
190
       hidden: true,
191
       is_menu: false,
191
       is_menu: false,
192
-      name: "dialysis_batch_nine",
192
+      name: "dialysis_batch_twelve",
193
+      meta: {
194
+        title: "批量打印",
195
+        noCache: true
196
+      }
197
+    },
198
+    {
199
+      path: "/dialysis/print/batch/thirteen",
200
+      component: () =>
201
+        import("@/xt_pages/dialysis/batch_print/batch_print_order_thirteen"),
202
+      hidden: true,
203
+      is_menu: false,
204
+      name: "dialysis_batch_thirteen",
193
       meta: {
205
       meta: {
194
         title: "批量打印",
206
         title: "批量打印",
195
         noCache: true
207
         noCache: true

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


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

140
           >批量打印</el-button
140
           >批量打印</el-button
141
         >
141
         >
142
       </template>
142
       </template>
143
+      <template v-if="this.template_id == 13">
144
+        <el-button
145
+          size="small"
146
+          icon="el-icon-printer"
147
+          :disabled="selecting_schs.length == 0"
148
+          @click="batchPrintAction"
149
+          type="primary"
150
+          >批量打印</el-button
151
+        >
152
+      </template>
143
     </div>
153
     </div>
144
     <div class="app-container">
154
     <div class="app-container">
145
       <!-- <div class="filter-container">
155
       <!-- <div class="filter-container">
643
         this.$router.push({ path: "/dialysis/print/batch/nine" });
653
         this.$router.push({ path: "/dialysis/print/batch/nine" });
644
       } else if (this.template_id == 12) {
654
       } else if (this.template_id == 12) {
645
         this.$router.push({ path: "/dialysis/print/batch/twelve" });
655
         this.$router.push({ path: "/dialysis/print/batch/twelve" });
656
+      } else if (this.template_id == 13) {
657
+        this.$router.push({ path: "/dialysis/print/batch/thirteen" });
646
       }
658
       }
647
     },
659
     },
648
     batchPrintActionOne: function() {
660
     batchPrintActionOne: function() {