|
@@ -437,6 +437,15 @@
|
437
|
437
|
type="primary"
|
438
|
438
|
>批量打印</el-button>
|
439
|
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
|
449
|
<template v-if="this.template_id == 72">
|
441
|
450
|
<el-button
|
442
|
451
|
size="small"
|
|
@@ -2205,6 +2214,8 @@ export default {
|
2205
|
2214
|
this.$router.push({ path: "/dialysis/print/batch/sixtyeight" });
|
2206
|
2215
|
}else if (this.template_id == 70) {
|
2207
|
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
|
2219
|
}else if (this.template_id == 72) {
|
2209
|
2220
|
this.$router.push({ path: "/dialysis/print/batch/seventytwo" });
|
2210
|
2221
|
}
|