|
@@ -150,6 +150,16 @@
|
150
|
150
|
>批量打印</el-button
|
151
|
151
|
>
|
152
|
152
|
</template>
|
|
153
|
+ <template v-if="this.template_id == 15">
|
|
154
|
+ <el-button
|
|
155
|
+ size="small"
|
|
156
|
+ icon="el-icon-printer"
|
|
157
|
+ :disabled="selecting_schs.length == 0"
|
|
158
|
+ @click="batchPrintAction"
|
|
159
|
+ type="primary"
|
|
160
|
+ >批量打印</el-button
|
|
161
|
+ >
|
|
162
|
+ </template>
|
153
|
163
|
</div>
|
154
|
164
|
<div class="app-container">
|
155
|
165
|
<!-- <div class="filter-container">
|
|
@@ -655,6 +665,8 @@ export default {
|
655
|
665
|
this.$router.push({ path: "/dialysis/print/batch/twelve" });
|
656
|
666
|
} else if (this.template_id == 13) {
|
657
|
667
|
this.$router.push({ path: "/dialysis/print/batch/thirteen" });
|
|
668
|
+ } else if (this.template_id == 15) {
|
|
669
|
+ this.$router.push({ path: "/dialysis/print/batch/fifteen" });
|
658
|
670
|
}
|
659
|
671
|
},
|
660
|
672
|
batchPrintActionOne: function() {
|