see999 3 år sedan
förälder
incheckning
b955627990

+ 12 - 0
src/router/modules/dialysis.js Visa fil

@@ -435,6 +435,18 @@ export default {
435 435
         noCache: true
436 436
       }
437 437
     },
438
+    {
439
+      path: '/dialysis/print/batch/fortyOne',
440
+      component: () =>
441
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_fortyOne'),
442
+      hidden: true,
443
+      is_menu: false,
444
+      name: 'batch_print_order_fortyOne',
445
+      meta: {
446
+        title: '批量打印',
447
+        noCache: true
448
+      }
449
+    },
438 450
     {
439 451
       path: '/dialysis/print/batch/thirtyThree_one',
440 452
       component: () =>

Filskillnaden har hållits tillbaka eftersom den är för stor
+ 1863 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_fortyOne.vue


+ 12 - 0
src/xt_pages/dialysis/bloodPresssWatch.vue Visa fil

@@ -279,6 +279,16 @@
279 279
           >批量打印</el-button
280 280
         >
281 281
       </template>
282
+      <template v-if="this.template_id == 41">
283
+        <el-button
284
+          size="small"
285
+          icon="el-icon-printer"
286
+          :disabled="selecting_schs.length == 0"
287
+          @click="batchPrintAction"
288
+          type="primary"
289
+          >批量打印</el-button
290
+        >
291
+      </template>
282 292
     </div>
283 293
     <div class="app-container">
284 294
       <!-- <div class="filter-container">
@@ -869,6 +879,8 @@ export default {
869 879
         this.$router.push({ path: "/dialysis/print/batch/thirtyNine" });
870 880
       } else if (this.template_id == 40) {
871 881
         this.$router.push({ path: "/dialysis/print/batch/forty" });
882
+      } else if (this.template_id == 41) {
883
+        this.$router.push({ path: "/dialysis/print/batch/fortyOne" });
872 884
       }
873 885
     },
874 886
     batchPrintActionOne: function() {

+ 1 - 1
src/xt_pages/dialysis/details/dialog/DoctorAdviceDialog.vue Visa fil

@@ -2549,7 +2549,7 @@
2549 2549
       this.getSelfMedicalList()
2550 2550
     },mounted(){
2551 2551
       console.log("~~~~~")
2552
-      console.log(this.doctor_advices)
2552
+      console.log(this.his_is_open)
2553 2553
       console.log("~~~~~")
2554 2554
 
2555 2555
 

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderFortyTwo.vue Visa fil

@@ -185,7 +185,7 @@
185 185
             </span>
186 186
           </td>
187 187
           <td style="text-align:left;" colspan="1">
188
-            <span style="display:inline-block;margin-left:15px;">
188
+            <span style="display:inline-block;margin-left:15px; display: flex;align-items: center;">
189 189
                 医生签名:
190 190
                 <span style="height: 30px;display: inline-block;" v-if="setAdminUserES(prescription.creater) == ''">
191 191
                 {{ getAdminUser(prescription.creater) }}

+ 1 - 1
src/xt_pages/user/templateSummaryPrint.vue Visa fil

@@ -6,7 +6,7 @@
6 6
   <div id="dialysis-print-box">
7 7
     <div class="dialysis-print-order">
8 8
       <div class="order-yy-name"></div>
9
-      <div class="order-title">{{ orgname }}&nbsp;&nbsp;&nbsp;血液透析患者诊疗阶段小结</div>
9
+      <div class="order-title">{{ orgname }}血液透析患者诊疗阶段小结</div>
10 10
       
11 11
       <div style="padding-bottom:20px;border-bottom:1px solid #000;margin-top:40px;">
12 12
          <span>姓名:{{patientList.patient.name}}</span>