|
@@ -279,6 +279,16 @@
|
279
|
279
|
>批量打印</el-button
|
280
|
280
|
>
|
281
|
281
|
</template>
|
|
282
|
+ <template v-if="this.template_id == 41">
|
|
283
|
+ <el-button
|
|
284
|
+ size="small"
|
|
285
|
+ icon="el-icon-printer"
|
|
286
|
+ :disabled="selecting_schs.length == 0"
|
|
287
|
+ @click="batchPrintAction"
|
|
288
|
+ type="primary"
|
|
289
|
+ >批量打印</el-button
|
|
290
|
+ >
|
|
291
|
+ </template>
|
282
|
292
|
</div>
|
283
|
293
|
<div class="app-container">
|
284
|
294
|
<!-- <div class="filter-container">
|
|
@@ -869,6 +879,8 @@ export default {
|
869
|
879
|
this.$router.push({ path: "/dialysis/print/batch/thirtyNine" });
|
870
|
880
|
} else if (this.template_id == 40) {
|
871
|
881
|
this.$router.push({ path: "/dialysis/print/batch/forty" });
|
|
882
|
+ } else if (this.template_id == 41) {
|
|
883
|
+ this.$router.push({ path: "/dialysis/print/batch/fortyOne" });
|
872
|
884
|
}
|
873
|
885
|
},
|
874
|
886
|
batchPrintActionOne: function() {
|