see999 3 anos atrás
pai
commit
b955627990

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

435
         noCache: true
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
       path: '/dialysis/print/batch/thirtyThree_one',
451
       path: '/dialysis/print/batch/thirtyThree_one',
440
       component: () =>
452
       component: () =>

Diferenças do arquivo suprimidas por serem muito extensas
+ 1863 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_fortyOne.vue


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

279
           >批量打印</el-button
279
           >批量打印</el-button
280
         >
280
         >
281
       </template>
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
     </div>
292
     </div>
283
     <div class="app-container">
293
     <div class="app-container">
284
       <!-- <div class="filter-container">
294
       <!-- <div class="filter-container">
869
         this.$router.push({ path: "/dialysis/print/batch/thirtyNine" });
879
         this.$router.push({ path: "/dialysis/print/batch/thirtyNine" });
870
       } else if (this.template_id == 40) {
880
       } else if (this.template_id == 40) {
871
         this.$router.push({ path: "/dialysis/print/batch/forty" });
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
     batchPrintActionOne: function() {
886
     batchPrintActionOne: function() {

+ 1 - 1
src/xt_pages/dialysis/details/dialog/DoctorAdviceDialog.vue Ver arquivo

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

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderFortyTwo.vue Ver arquivo

185
             </span>
185
             </span>
186
           </td>
186
           </td>
187
           <td style="text-align:left;" colspan="1">
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
                 <span style="height: 30px;display: inline-block;" v-if="setAdminUserES(prescription.creater) == ''">
190
                 <span style="height: 30px;display: inline-block;" v-if="setAdminUserES(prescription.creater) == ''">
191
                 {{ getAdminUser(prescription.creater) }}
191
                 {{ getAdminUser(prescription.creater) }}

+ 1 - 1
src/xt_pages/user/templateSummaryPrint.vue Ver arquivo

6
   <div id="dialysis-print-box">
6
   <div id="dialysis-print-box">
7
     <div class="dialysis-print-order">
7
     <div class="dialysis-print-order">
8
       <div class="order-yy-name"></div>
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
       <div style="padding-bottom:20px;border-bottom:1px solid #000;margin-top:40px;">
11
       <div style="padding-bottom:20px;border-bottom:1px solid #000;margin-top:40px;">
12
          <span>姓名:{{patientList.patient.name}}</span>  
12
          <span>姓名:{{patientList.patient.name}}</span>