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

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

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