|
@@ -11,7 +11,7 @@
|
11
|
11
|
<el-button v-if="activeName == 'second'" @click="open(2)" type="primary">打印</el-button>
|
12
|
12
|
</div>
|
13
|
13
|
<el-tabs v-model="activeName">
|
14
|
|
-
|
|
14
|
+
|
15
|
15
|
<el-tab-pane label="处方详情" name="first">
|
16
|
16
|
<el-tabs class="preTabs" v-model="editableTabsValue" type="card" @tab-click="tabclickEvent">
|
17
|
17
|
<el-tab-pane
|
|
@@ -42,7 +42,7 @@
|
42
|
42
|
<span style="width:240px;">创建时间: {{getTimes(order.ctime,"{y}-{m}-{d} {h}:{i}")}}</span>
|
43
|
43
|
<!-- <span style="width:180px;">疾病名称:{{case_history.diagnostic}}</span>
|
44
|
44
|
<span style="width:180px;">症状:{{case_history.diagnostic}}</span> -->
|
45
|
|
-
|
|
45
|
+
|
46
|
46
|
|
47
|
47
|
</div>
|
48
|
48
|
</div>
|
|
@@ -156,7 +156,7 @@ import moment from 'moment';
|
156
|
156
|
|
157
|
157
|
// /outpatientDoctorStation/print?record=2020-12-11&prescription_id=157&ids=157,159&patient_id=1064
|
158
|
158
|
}else if(index == 2){
|
159
|
|
- var record_date = this.format(this.case_history.sick_date)
|
|
159
|
+ var record_date = this.format(this.case_history.sick_date)
|
160
|
160
|
this.$router.push("/outpatientDoctorStation/recordPrint?record="+record_date+"&patient_id="+this.case_history.patient_id)
|
161
|
161
|
}
|
162
|
162
|
},
|
|
@@ -214,9 +214,9 @@ import moment from 'moment';
|
214
|
214
|
this.patientInfo = response.data.data.order.patient
|
215
|
215
|
this.hisPatientInfo = response.data.data.order.his_patient
|
216
|
216
|
this.case_history = response.data.data.order.case_history
|
217
|
|
- console.log("历史详情",this.case_history)
|
|
217
|
+ // console.log("历史详情",this.case_history)
|
218
|
218
|
this.order = response.data.data.order
|
219
|
|
- console.log('this.order',this.order)
|
|
219
|
+ // console.log('this.order',this.order)
|
220
|
220
|
|
221
|
221
|
|
222
|
222
|
this.prescriptions = []
|
|
@@ -287,13 +287,13 @@ import moment from 'moment';
|
287
|
287
|
getAllDoctorList(){
|
288
|
288
|
getAllDoctorList().then(response=>{
|
289
|
289
|
if(response.data.state == 1){
|
290
|
|
- var doctor = response.data.data.doctor
|
|
290
|
+ var doctor = response.data.data.doctor
|
291
|
291
|
this.doctorList = doctor
|
292
|
292
|
var department = response.data.data.department
|
293
|
293
|
console.log("department",department)
|
294
|
294
|
this.departmentList = department
|
295
|
295
|
}
|
296
|
|
- })
|
|
296
|
+ })
|
297
|
297
|
},
|
298
|
298
|
getDepartMent(id){
|
299
|
299
|
var name = ""
|