See999 преди 4 години
родител
ревизия
3b2b422c59
променени са 3 файла, в които са добавени 1484 реда и са изтрити 1 реда
  1. 13 1
      src/router/modules/dialysis.js
  2. 1459 0
      src/xt_pages/dialysis/batch_print/batch_print_order_thirteen.vue
  3. 12 0
      src/xt_pages/dialysis/bloodPresssWatch.vue

+ 13 - 1
src/router/modules/dialysis.js Целия файл

@@ -189,7 +189,19 @@ export default {
189 189
         import("@/xt_pages/dialysis/batch_print/batch_print_order_twelve"),
190 190
       hidden: true,
191 191
       is_menu: false,
192
-      name: "dialysis_batch_nine",
192
+      name: "dialysis_batch_twelve",
193
+      meta: {
194
+        title: "批量打印",
195
+        noCache: true
196
+      }
197
+    },
198
+    {
199
+      path: "/dialysis/print/batch/thirteen",
200
+      component: () =>
201
+        import("@/xt_pages/dialysis/batch_print/batch_print_order_thirteen"),
202
+      hidden: true,
203
+      is_menu: false,
204
+      name: "dialysis_batch_thirteen",
193 205
       meta: {
194 206
         title: "批量打印",
195 207
         noCache: true

Файловите разлики са ограничени, защото са твърде много
+ 1459 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_thirteen.vue


+ 12 - 0
src/xt_pages/dialysis/bloodPresssWatch.vue Целия файл

@@ -140,6 +140,16 @@
140 140
           >批量打印</el-button
141 141
         >
142 142
       </template>
143
+      <template v-if="this.template_id == 13">
144
+        <el-button
145
+          size="small"
146
+          icon="el-icon-printer"
147
+          :disabled="selecting_schs.length == 0"
148
+          @click="batchPrintAction"
149
+          type="primary"
150
+          >批量打印</el-button
151
+        >
152
+      </template>
143 153
     </div>
144 154
     <div class="app-container">
145 155
       <!-- <div class="filter-container">
@@ -643,6 +653,8 @@ export default {
643 653
         this.$router.push({ path: "/dialysis/print/batch/nine" });
644 654
       } else if (this.template_id == 12) {
645 655
         this.$router.push({ path: "/dialysis/print/batch/twelve" });
656
+      } else if (this.template_id == 13) {
657
+        this.$router.push({ path: "/dialysis/print/batch/thirteen" });
646 658
       }
647 659
     },
648 660
     batchPrintActionOne: function() {