See999 4 years ago
parent
commit
db06a65446
1 changed files with 8 additions and 7 deletions
  1. 8 7
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue

+ 8 - 7
src/xt_pages/outpatientDoctorStation/doctorDesk.vue View File

@@ -67,14 +67,14 @@
67 67
         <!--<desk-prescription ref="prescriptions"   :prescriptions="prescriptions" :patientInfo="patientInfo" :hisPatientInfo="hisPatientInfo"-->
68 68
         <!--v-if="titleType == '处方'" style="flex:1;"></desk-prescription>-->
69 69
         <desk-prescription  :addtions_charge="addtions_charge" :diagnoses="diagnoses" :other_sick="other_sick" :record_date="record_date"
70
-                           ref="prescriptions" :prescriptions="prescriptions" :patientInfo="patientInfo"
71
-                           :hisPatientInfo="hisPatientInfo" @event1="changetwo($event)"
72
-                           v-show="titleType == '电子处方'" style="flex:1;"></desk-prescription>
70
+                          ref="prescriptions" :prescriptions="prescriptions" :patientInfo="patientInfo"
71
+                          :hisPatientInfo="hisPatientInfo" @event1="changetwo($event)"
72
+                          v-show="titleType == '电子处方'" style="flex:1;"></desk-prescription>
73 73
         <desk-record :record_date="record_date" :case_history="case_history" :patientInfo="patientInfo"
74
-                     :hisPatientInfo="hisPatientInfo"   v-show="titleType == '电子病历'" :detalid="detalid" ref="child"></desk-record>
74
+                    :hisPatientInfo="hisPatientInfo"   v-show="titleType == '电子病历'" :detalid="detalid" ref="child"></desk-record>
75 75
 
76
-         <medicalRecord ref='medicalRecord' @func="getMsgFormSon" ></medicalRecord>
77
-         <saveRecordTemplate ref='saveRecordTemplate'></saveRecordTemplate>
76
+        <medicalRecord ref='medicalRecord' @func="getMsgFormSon" ></medicalRecord>
77
+        <saveRecordTemplate ref='saveRecordTemplate'></saveRecordTemplate>
78 78
       </div>
79 79
 
80 80
     </div>
@@ -179,7 +179,7 @@
179 179
         centerDialogVisible:false,
180 180
         tableData:[],
181 181
         selecting_schs: [],
182
-        index:0
182
+        index:0,
183 183
       }
184 184
     },
185 185
     methods: {
@@ -241,6 +241,7 @@
241 241
         })
242 242
       },
243 243
       choosePatient(val) {
244
+        
244 245
         this.patientid = val.patients.id
245 246
         let params = {
246 247
           'record_date': this.record_date,