|
@@ -160,6 +160,16 @@
|
160
|
160
|
>批量打印</el-button
|
161
|
161
|
>
|
162
|
162
|
</template>
|
|
163
|
+ <template v-if="this.template_id == 17">
|
|
164
|
+ <el-button
|
|
165
|
+ size="small"
|
|
166
|
+ icon="el-icon-printer"
|
|
167
|
+ :disabled="selecting_schs.length == 0"
|
|
168
|
+ @click="batchPrintAction"
|
|
169
|
+ type="primary"
|
|
170
|
+ >批量打印</el-button
|
|
171
|
+ >
|
|
172
|
+ </template>
|
163
|
173
|
<template v-if="this.template_id == 20">
|
164
|
174
|
<el-button
|
165
|
175
|
size="small"
|
|
@@ -801,6 +811,8 @@ export default {
|
801
|
811
|
this.$router.push({ path: "/dialysis/print/batch/thirteen" });
|
802
|
812
|
} else if (this.template_id == 15) {
|
803
|
813
|
this.$router.push({ path: "/dialysis/print/batch/fifteen" });
|
|
814
|
+ } else if (this.template_id == 17) {
|
|
815
|
+ this.$router.push({ path: "/dialysis/print/batch/seventeen" });
|
804
|
816
|
} else if (this.template_id == 20) {
|
805
|
817
|
this.$router.push({ path: "/dialysis/print/batch/twenty" });
|
806
|
818
|
} else if (this.template_id == 22) {
|