See999 il y a 4 ans
Parent
révision
73f259fff3

+ 12 - 0
src/router/modules/dialysis.js Voir le fichier

@@ -207,6 +207,18 @@ export default {
207 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 223
       path: "/dialysis/print/batch/otherone",
212 224
       component: () =>

Fichier diff supprimé car celui-ci est trop grand
+ 1497 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_fifteen.vue


+ 12 - 0
src/xt_pages/dialysis/bloodPresssWatch.vue Voir le fichier

@@ -150,6 +150,16 @@
150 150
           >批量打印</el-button
151 151
         >
152 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 163
     </div>
154 164
     <div class="app-container">
155 165
       <!-- <div class="filter-container">
@@ -655,6 +665,8 @@ export default {
655 665
         this.$router.push({ path: "/dialysis/print/batch/twelve" });
656 666
       } else if (this.template_id == 13) {
657 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 672
     batchPrintActionOne: function() {