yq1 1 year ago
parent
commit
026e05989a
1 changed files with 11 additions and 0 deletions
  1. 11 0
      src/xt_pages/dialysis/bloodPresssWatch.vue

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

437
           type="primary"
437
           type="primary"
438
           >批量打印</el-button>
438
           >批量打印</el-button>
439
       </template>
439
       </template>
440
+      <template v-if="this.template_id == 71">
441
+        <el-button
442
+          size="small"
443
+          icon="el-icon-printer"
444
+          :disabled="selecting_schs.length == 0"
445
+          @click="batchPrintAction"
446
+          type="primary"
447
+          >批量打印71</el-button>
448
+      </template>
440
       <template v-if="this.template_id == 72">
449
       <template v-if="this.template_id == 72">
441
         <el-button
450
         <el-button
442
           size="small"
451
           size="small"
2205
         this.$router.push({ path: "/dialysis/print/batch/sixtyeight" });
2214
         this.$router.push({ path: "/dialysis/print/batch/sixtyeight" });
2206
       }else if (this.template_id == 70) {
2215
       }else if (this.template_id == 70) {
2207
         this.$router.push({ path: "/dialysis/print/batch/seventy" });
2216
         this.$router.push({ path: "/dialysis/print/batch/seventy" });
2217
+      }else if (this.template_id == 71) {
2218
+        this.$router.push({ path: "/dialysis/print/batch/seventyone" });
2208
       }else if (this.template_id == 72) {
2219
       }else if (this.template_id == 72) {
2209
         this.$router.push({ path: "/dialysis/print/batch/seventytwo" });
2220
         this.$router.push({ path: "/dialysis/print/batch/seventytwo" });
2210
       }
2221
       }