See999 4 years ago
parent
commit
73f259fff3

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

207
         noCache: true
207
         noCache: true
208
       }
208
       }
209
     },
209
     },
210
+    {
211
+      path: "/dialysis/print/batch/fifteen",
212
+      component: () =>
213
+        import("@/xt_pages/dialysis/batch_print/batch_print_order_fifteen"),
214
+      hidden: true,
215
+      is_menu: false,
216
+      name: "dialysis_batch_fifteen",
217
+      meta: {
218
+        title: "批量打印",
219
+        noCache: true
220
+      }
221
+    },
210
     {
222
     {
211
       path: "/dialysis/print/batch/otherone",
223
       path: "/dialysis/print/batch/otherone",
212
       component: () =>
224
       component: () =>

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


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

150
           >批量打印</el-button
150
           >批量打印</el-button
151
         >
151
         >
152
       </template>
152
       </template>
153
+      <template v-if="this.template_id == 15">
154
+        <el-button
155
+          size="small"
156
+          icon="el-icon-printer"
157
+          :disabled="selecting_schs.length == 0"
158
+          @click="batchPrintAction"
159
+          type="primary"
160
+          >批量打印</el-button
161
+        >
162
+      </template>
153
     </div>
163
     </div>
154
     <div class="app-container">
164
     <div class="app-container">
155
       <!-- <div class="filter-container">
165
       <!-- <div class="filter-container">
655
         this.$router.push({ path: "/dialysis/print/batch/twelve" });
665
         this.$router.push({ path: "/dialysis/print/batch/twelve" });
656
       } else if (this.template_id == 13) {
666
       } else if (this.template_id == 13) {
657
         this.$router.push({ path: "/dialysis/print/batch/thirteen" });
667
         this.$router.push({ path: "/dialysis/print/batch/thirteen" });
668
+      } else if (this.template_id == 15) {
669
+        this.$router.push({ path: "/dialysis/print/batch/fifteen" });
658
       }
670
       }
659
     },
671
     },
660
     batchPrintActionOne: function() {
672
     batchPrintActionOne: function() {