|
@@ -160,6 +160,16 @@
|
160
|
160
|
>批量打印</el-button
|
161
|
161
|
>
|
162
|
162
|
</template>
|
|
163
|
+ <template v-if="this.template_id == 20">
|
|
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
|
</div>
|
164
|
174
|
<div class="app-container">
|
165
|
175
|
<!-- <div class="filter-container">
|
|
@@ -667,6 +677,8 @@ export default {
|
667
|
677
|
this.$router.push({ path: "/dialysis/print/batch/thirteen" });
|
668
|
678
|
} else if (this.template_id == 15) {
|
669
|
679
|
this.$router.push({ path: "/dialysis/print/batch/fifteen" });
|
|
680
|
+ } else if (this.template_id == 20) {
|
|
681
|
+ this.$router.push({ path: "/dialysis/print/batch/twenty" });
|
670
|
682
|
}
|
671
|
683
|
},
|
672
|
684
|
batchPrintActionOne: function() {
|