|
@@ -464,6 +464,15 @@
|
464
|
464
|
type="primary"
|
465
|
465
|
>批量打印</el-button>
|
466
|
466
|
</template>
|
|
467
|
+ <template v-if="this.template_id == 74">
|
|
468
|
+ <el-button
|
|
469
|
+ size="small"
|
|
470
|
+ icon="el-icon-printer"
|
|
471
|
+ :disabled="selecting_schs.length == 0"
|
|
472
|
+ @click="batchPrintAction"
|
|
473
|
+ type="primary"
|
|
474
|
+ >批量打印</el-button>
|
|
475
|
+ </template>
|
467
|
476
|
<template v-if="this.template_id == 75">
|
468
|
477
|
<el-button
|
469
|
478
|
size="small"
|
|
@@ -2249,6 +2258,8 @@ export default {
|
2249
|
2258
|
this.$router.push({ path: "/dialysis/print/batch/seventytwo" });
|
2250
|
2259
|
}else if (this.template_id == 73) {
|
2251
|
2260
|
this.$router.push({ path: "/dialysis/print/batch/seventythree" });
|
|
2261
|
+ }else if (this.template_id == 74) {
|
|
2262
|
+ this.$router.push({ path: '/dialysis/print/batch/seventyfour' });
|
2252
|
2263
|
}else if (this.template_id == 75) {
|
2253
|
2264
|
this.$router.push({ path: "/dialysis/print/batch/seventyfive" });
|
2254
|
2265
|
}else if (this.template_id == 76) {
|