|
@@ -259,6 +259,16 @@
|
259
|
259
|
>批量打印</el-button
|
260
|
260
|
>
|
261
|
261
|
</template>
|
|
262
|
+ <template v-if="this.template_id == 40">
|
|
263
|
+ <el-button
|
|
264
|
+ size="small"
|
|
265
|
+ icon="el-icon-printer"
|
|
266
|
+ :disabled="selecting_schs.length == 0"
|
|
267
|
+ @click="batchPrintAction"
|
|
268
|
+ type="primary"
|
|
269
|
+ >批量打印</el-button
|
|
270
|
+ >
|
|
271
|
+ </template>
|
262
|
272
|
</div>
|
263
|
273
|
<div class="app-container">
|
264
|
274
|
<!-- <div class="filter-container">
|
|
@@ -839,6 +849,8 @@ export default {
|
839
|
849
|
this.$router.push({ path: "/dialysis/print/batch/thirtyThree" });
|
840
|
850
|
} else if (this.template_id == 39) {
|
841
|
851
|
this.$router.push({ path: "/dialysis/print/batch/thirtyNine" });
|
|
852
|
+ } else if (this.template_id == 40) {
|
|
853
|
+ this.$router.push({ path: "/dialysis/print/batch/forty" });
|
842
|
854
|
}
|
843
|
855
|
},
|
844
|
856
|
batchPrintActionOne: function() {
|