|
@@ -249,6 +249,16 @@
|
249
|
249
|
>批量打印</el-button
|
250
|
250
|
>
|
251
|
251
|
</template>
|
|
252
|
+ <template v-if="this.template_id == 39">
|
|
253
|
+ <el-button
|
|
254
|
+ size="small"
|
|
255
|
+ icon="el-icon-printer"
|
|
256
|
+ :disabled="selecting_schs.length == 0"
|
|
257
|
+ @click="batchPrintAction"
|
|
258
|
+ type="primary"
|
|
259
|
+ >批量打印</el-button
|
|
260
|
+ >
|
|
261
|
+ </template>
|
252
|
262
|
</div>
|
253
|
263
|
<div class="app-container">
|
254
|
264
|
<!-- <div class="filter-container">
|
|
@@ -827,6 +837,8 @@ export default {
|
827
|
837
|
this.$router.push({ path: "/dialysis/print/batch/thirtyTwo" });
|
828
|
838
|
} else if (this.template_id == 33) {
|
829
|
839
|
this.$router.push({ path: "/dialysis/print/batch/thirtyThree" });
|
|
840
|
+ } else if (this.template_id == 39) {
|
|
841
|
+ this.$router.push({ path: "/dialysis/print/batch/thirtyNine" });
|
830
|
842
|
}
|
831
|
843
|
},
|
832
|
844
|
batchPrintActionOne: function() {
|