|
@@ -328,6 +328,24 @@
|
328
|
328
|
type="primary"
|
329
|
329
|
>批量打印</el-button
|
330
|
330
|
>
|
|
331
|
+ </template>
|
|
332
|
+ <template v-if="this.template_id == 51">
|
|
333
|
+ <el-button
|
|
334
|
+ size="small"
|
|
335
|
+ icon="el-icon-printer"
|
|
336
|
+ :disabled="selecting_schs.length == 0"
|
|
337
|
+ @click="batchPrintAction"
|
|
338
|
+ type="primary"
|
|
339
|
+ >批量打印</el-button>
|
|
340
|
+ </template>
|
|
341
|
+ <template v-if="this.template_id == 53">
|
|
342
|
+ <el-button
|
|
343
|
+ size="small"
|
|
344
|
+ icon="el-icon-printer"
|
|
345
|
+ :disabled="selecting_schs.length == 0"
|
|
346
|
+ @click="batchPrintAction"
|
|
347
|
+ type="primary"
|
|
348
|
+ >批量打印</el-button>
|
331
|
349
|
</template>
|
332
|
350
|
<template v-if="this.template_id == 59">
|
333
|
351
|
<el-button
|
|
@@ -356,6 +374,15 @@
|
356
|
374
|
type="primary"
|
357
|
375
|
>批量打印</el-button>
|
358
|
376
|
</template>
|
|
377
|
+ <template v-if="this.template_id == 62">
|
|
378
|
+ <el-button
|
|
379
|
+ size="small"
|
|
380
|
+ icon="el-icon-printer"
|
|
381
|
+ :disabled="selecting_schs.length == 0"
|
|
382
|
+ @click="batchPrintAction"
|
|
383
|
+ type="primary"
|
|
384
|
+ >批量打印</el-button>
|
|
385
|
+ </template>
|
359
|
386
|
|
360
|
387
|
|
361
|
388
|
</div>
|
|
@@ -1994,7 +2021,7 @@ export default {
|
1994
|
2021
|
} else if (this.template_id == 12) {
|
1995
|
2022
|
this.$router.push({ path: "/dialysis/print/batch/twelve" });
|
1996
|
2023
|
} else if (this.template_id == 13) {
|
1997
|
|
- this.$router.push({ path: "/dialysis/print/batch/thirteen" });
|
|
2024
|
+ this.$router.push({ path: "/dialysis/print/batch/fiftythree" });
|
1998
|
2025
|
} else if (this.template_id == 15) {
|
1999
|
2026
|
this.$router.push({ path: "/dialysis/print/batch/fifteen" });
|
2000
|
2027
|
} else if (this.template_id == 17) {
|
|
@@ -2031,12 +2058,18 @@ export default {
|
2031
|
2058
|
this.$router.push({ path: "/dialysis/print/batch/fortyThree" });
|
2032
|
2059
|
} else if (this.template_id == 48) {
|
2033
|
2060
|
this.$router.push({ path: "/dialysis/print/batch/six" });
|
|
2061
|
+ }else if (this.template_id == 51) {
|
|
2062
|
+ this.$router.push({ path: "/dialysis/print/batch/fiftyone" });
|
|
2063
|
+ }else if (this.template_id == 53) {
|
|
2064
|
+ this.$router.push({ path: "/dialysis/print/batch/fiftythree" });
|
2034
|
2065
|
}else if (this.template_id == 59) {
|
2035
|
2066
|
this.$router.push({ path: "/dialysis/print/batch/fiftynine" });
|
2036
|
2067
|
}else if (this.template_id == 60) {
|
2037
|
2068
|
this.$router.push({ path: "/dialysis/print/batch/sixty" });
|
2038
|
2069
|
}else if (this.template_id == 61) {
|
2039
|
2070
|
this.$router.push({ path: "/dialysis/print/batch/sixtyOne" });
|
|
2071
|
+ }else if (this.template_id == 62) {
|
|
2072
|
+ this.$router.push({ path: "/dialysis/print/batch/sixtyTwo" });
|
2040
|
2073
|
}
|
2041
|
2074
|
},
|
2042
|
2075
|
batchPrintActionOne: function() {
|