See999 4 年之前
父節點
當前提交
db06a65446
共有 1 個文件被更改,包括 8 次插入7 次删除
  1. 8 7
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue

+ 8 - 7
src/xt_pages/outpatientDoctorStation/doctorDesk.vue 查看文件

67
         <!--<desk-prescription ref="prescriptions"   :prescriptions="prescriptions" :patientInfo="patientInfo" :hisPatientInfo="hisPatientInfo"-->
67
         <!--<desk-prescription ref="prescriptions"   :prescriptions="prescriptions" :patientInfo="patientInfo" :hisPatientInfo="hisPatientInfo"-->
68
         <!--v-if="titleType == '处方'" style="flex:1;"></desk-prescription>-->
68
         <!--v-if="titleType == '处方'" style="flex:1;"></desk-prescription>-->
69
         <desk-prescription  :addtions_charge="addtions_charge" :diagnoses="diagnoses" :other_sick="other_sick" :record_date="record_date"
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
         <desk-record :record_date="record_date" :case_history="case_history" :patientInfo="patientInfo"
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
       </div>
78
       </div>
79
 
79
 
80
     </div>
80
     </div>
179
         centerDialogVisible:false,
179
         centerDialogVisible:false,
180
         tableData:[],
180
         tableData:[],
181
         selecting_schs: [],
181
         selecting_schs: [],
182
-        index:0
182
+        index:0,
183
       }
183
       }
184
     },
184
     },
185
     methods: {
185
     methods: {
241
         })
241
         })
242
       },
242
       },
243
       choosePatient(val) {
243
       choosePatient(val) {
244
+        
244
         this.patientid = val.patients.id
245
         this.patientid = val.patients.id
245
         let params = {
246
         let params = {
246
           'record_date': this.record_date,
247
           'record_date': this.record_date,