|
@@ -199,6 +199,16 @@
|
199
|
199
|
>
|
200
|
200
|
</div>
|
201
|
201
|
</template>
|
|
202
|
+ <template v-if="this.template_id == 30">
|
|
203
|
+ <el-button
|
|
204
|
+ size="small"
|
|
205
|
+ icon="el-icon-printer"
|
|
206
|
+ :disabled="selecting_schs.length == 0"
|
|
207
|
+ @click="batchPrintAction"
|
|
208
|
+ type="primary"
|
|
209
|
+ >批量打印</el-button
|
|
210
|
+ >
|
|
211
|
+ </template>
|
202
|
212
|
</div>
|
203
|
213
|
<div class="app-container">
|
204
|
214
|
<!-- <div class="filter-container">
|
|
@@ -717,6 +727,8 @@ export default {
|
717
|
727
|
this.$router.push({ path: "/dialysis/print/batch/twenty" });
|
718
|
728
|
} else if (this.template_id == 22) {
|
719
|
729
|
this.$router.push({ path: "/dialysis/print/batch/twentyTwo" });
|
|
730
|
+ }else if (this.template_id == 30) {
|
|
731
|
+ this.$router.push({ path: "/dialysis/print/batch/thirty" });
|
720
|
732
|
}
|
721
|
733
|
},
|
722
|
734
|
batchPrintActionOne: function() {
|