see999 hace 3 años
padre
commit
da4184f294

+ 12 - 0
src/router/modules/dialysis.js Ver fichero

@@ -411,6 +411,18 @@ export default {
411 411
         noCache: true
412 412
       }
413 413
     },
414
+    {
415
+      path: '/dialysis/print/batch/forty',
416
+      component: () =>
417
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_forty'),
418
+      hidden: true,
419
+      is_menu: false,
420
+      name: 'batch_print_order_forty',
421
+      meta: {
422
+        title: '批量打印',
423
+        noCache: true
424
+      }
425
+    },
414 426
     {
415 427
       path: '/dialysis/print/batch/thirtyThree_one',
416 428
       component: () =>

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 2010 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_forty.vue


+ 12 - 0
src/xt_pages/dialysis/bloodPresssWatch.vue Ver fichero

@@ -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() {

+ 3 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderForty.vue Ver fichero

@@ -542,7 +542,7 @@
542 542
                 </td>
543 543
                 <td width="10">(</td>
544 544
                 <td width="35">首剂</td>
545
-                <td width="40">
545
+                <td width="50">
546 546
                     <div class="under-line">&nbsp;
547 547
                     <span v-if="prescription.anticoagulant==2">{{prescription.anticoagulant_shouji}}</span>
548 548
                     </div>
@@ -550,14 +550,14 @@
550 550
                 <td width="20">mg</td>
551 551
                 <td width="10"></td>
552 552
                 <td width="35">追加</td>
553
-                <td width="40">
553
+                <td width="50">
554 554
                     <div class="under-line">&nbsp;
555 555
                     <span v-if="prescription.anticoagulant==2">{{prescription.anticoagulant_weichi}}</span>
556 556
                     </div>
557 557
                 </td>
558 558
                 <td width="40">mg/h</td>
559 559
                 <td width="35">总量</td>
560
-                <td width="40">
560
+                <td width="50">
561 561
                     <div class="under-line">&nbsp;
562 562
                     <span v-if="prescription.anticoagulant==2">{{prescription.anticoagulant_zongliang}}</span>
563 563
                     </div>