|
@@ -209,6 +209,16 @@
|
209
|
209
|
>批量打印</el-button
|
210
|
210
|
>
|
211
|
211
|
</template>
|
|
212
|
+ <template v-if="this.template_id == 28">
|
|
213
|
+ <el-button
|
|
214
|
+ size="small"
|
|
215
|
+ icon="el-icon-printer"
|
|
216
|
+ :disabled="selecting_schs.length == 0"
|
|
217
|
+ @click="batchPrintAction"
|
|
218
|
+ type="primary"
|
|
219
|
+ >批量打印</el-button
|
|
220
|
+ >
|
|
221
|
+ </template>
|
212
|
222
|
<template v-if="this.template_id == 30">
|
213
|
223
|
<el-button
|
214
|
224
|
size="small"
|
|
@@ -797,6 +807,8 @@ export default {
|
797
|
807
|
this.$router.push({ path: "/dialysis/print/batch/twentyTwo" });
|
798
|
808
|
} else if (this.template_id == 25) {
|
799
|
809
|
this.$router.push({ path: "/dialysis/print/batch/twentyFive" });
|
|
810
|
+ }else if(this.template_id == 28){
|
|
811
|
+ this.$router.push({path:"/dialysis/print/batch/twentyEight"})
|
800
|
812
|
} else if (this.template_id == 30) {
|
801
|
813
|
this.$router.push({ path: "/dialysis/print/batch/thirty" });
|
802
|
814
|
} else if (this.template_id == 32) {
|