Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 years ago
parent
commit
8035b78414

+ 6 - 6
src/xt_pages/dialysis/template/DialysisPrintOrderFortyOne.vue View File

@@ -51,7 +51,7 @@
51 51
             {{ dialysisOrder && dialysisOrder.DeviceNumber && dialysisOrder.DeviceNumber.number.length > 0 ? dialysisOrder.DeviceNumber.number : patientInfo.DialysisSchedule.device_number.number }}
52 52
           </div>
53 53
         </div>
54
-        
54
+
55 55
         <div class="inline_block">
56 56
           透析次数:
57 57
           <div class="under_line" style="width: 50px;text-align: left">
@@ -73,7 +73,7 @@
73 73
             {{ patientInfo.DialysisSchedule.device_zone.name ? patientInfo.DialysisSchedule.device_zone.name : '' }}
74 74
           </div>
75 75
         </div>
76
-        
76
+
77 77
       </div> -->
78 78
 
79 79
       <div class="row">
@@ -570,7 +570,7 @@
570 570
                         <span v-if="setAdminUserES(advice.advice_doctor) == ''">{{ getAdminUser(advice.advice_doctor) }}</span>
571 571
                         <img style="height:30px" :src="setAdminUserES(advice.advice_doctor)" alt="" srcset="" v-else />
572 572
                       </td>
573
-                      
573
+
574 574
                       <td height="30px" style="padding:4px 5px;">
575 575
                         <span v-if="advice.execution_time">{{ getTime(advice.execution_time, "{h}:{i}") }}</span>
576 576
                       </td>
@@ -588,7 +588,7 @@
588 588
                 </table>
589 589
               </td>
590 590
             </tr>
591
-            
591
+
592 592
             <tr>
593 593
               <td style="padding: 0; position: relative;" colspan="2">
594 594
                 <table class="inside_table">
@@ -637,7 +637,7 @@
637 637
                         <div style="min-height:20px;line-height:20px; overflow:hidden;">
638 638
                           <span v-if="getTime(monitor.operate_time, '{h}:{i}')" style="word-break: break-all;margin:0;line-height:16px;-webkit-line-clamp:3;overflow:visible;display:inline-block;vertical-align:middle;height:auto;">
639 639
                             <template v-if="(dialysisOrder && monitor.operate_time == dialysisOrder.start_time)">【开始透析】引血100ml/min</template>
640
-                            <span v-if="dialysisOrder && monitor.operate_time == dialysisOrder.end_time">{{ monitor.end }}</span> 
640
+                            <span v-if="dialysisOrder && monitor.operate_time == dialysisOrder.end_time">{{ monitor.end }}</span>
641 641
                             {{ monitor.symptom }} &nbsp;{{ monitor.dispose }} &nbsp;{{ monitor.result }}
642 642
                           </span>
643 643
                         </div>
@@ -1059,7 +1059,7 @@ export default {
1059 1059
         this.check = response.data.data.check
1060 1060
         this.xtdate = response.data.data.xtdate
1061 1061
         this.predialysis = response.data.data.PredialysisEvaluation
1062
-        console.log("透前评估",this.predialysis)
1062
+        // console.log("透前评估",this.predialysis)
1063 1063
         this.predialysis.blood_access_part_opera_name = this.bloodAccessParOperaName(
1064 1064
           this.predialysis.blood_access_part_opera_id
1065 1065
         )

+ 2 - 3
src/xt_pages/hospitalStation/doctorDesk.vue View File

@@ -127,7 +127,6 @@
127 127
                 <desk-record :record_date="record_date" :case_history="case_history" :patientInfo="patientInfo"
128 128
                              :hisPatientInfo="hisPatientInfo" v-if="titleType == '电子病历'" :detalid="detalid"
129 129
                              ref="child"></desk-record>
130
-                c
131 130
                 <medicalRecord ref='medicalRecord' @func="getMsgFormSon"></medicalRecord>
132 131
                 <saveRecordTemplate ref='saveRecordTemplate'></saveRecordTemplate>
133 132
                 <!--<dialysis-index v-if="titleType == '透析记录'" :record_date="record_date" :patientid='patientid'></dialysis-index>-->
@@ -4179,7 +4178,7 @@
4179 4178
 
4180 4179
       // this.diagnoses = this.getDictionaryDataConfig('system', 'diagnose')
4181 4180
       // this.other_sick = this.getDictionaryDataConfig('system', 'other_sick_history')
4182
-      let tableHeight = document.body.clientHeight - 263
4181
+      let tableHeight = document.body.clientHeight - 323
4183 4182
       this.tableHeight = tableHeight
4184 4183
 
4185 4184
     },
@@ -4197,7 +4196,7 @@
4197 4196
       fullHeight(val) {
4198 4197
         if (!this.timer) {
4199 4198
           this.fullHeight = val
4200
-          let tableHeight = val - 263
4199
+          let tableHeight = val - 323
4201 4200
           this.tableHeight = tableHeight
4202 4201
           this.timer = true
4203 4202
           let that = this