|
@@ -263,6 +263,8 @@
|
263
|
263
|
</el-tab-pane>
|
264
|
264
|
<prescription-table ref="prescription_tables"
|
265
|
265
|
:prescription="items.curPrescriptions"
|
|
266
|
+ :schedule="schedule"
|
|
267
|
+ :his_patient="hisPatientInfo"
|
266
|
268
|
:manufacturers="manufacturers"></prescription-table>
|
267
|
269
|
|
268
|
270
|
</el-tabs>
|
|
@@ -1202,6 +1204,7 @@ export default {
|
1202
|
1204
|
}],
|
1203
|
1205
|
tabIndex: 1,
|
1204
|
1206
|
hisPatientInfo: {},
|
|
1207
|
+ schedule:{},
|
1205
|
1208
|
loadingtwo: false,
|
1206
|
1209
|
patientTableData: [{}],
|
1207
|
1210
|
patientInfo: { id: 0 },
|
|
@@ -1968,6 +1971,8 @@ export default {
|
1968
|
1971
|
this.hisPatientInfo = response.data.data.his_info
|
1969
|
1972
|
this.info = response.data.data.info
|
1970
|
1973
|
this.order = response.data.data.order
|
|
1974
|
+ this.schedule = response.data.data.sch
|
|
1975
|
+
|
1971
|
1976
|
|
1972
|
1977
|
this.addtions_charge = response.data.data.addtions_charge
|
1973
|
1978
|
|
|
@@ -2810,10 +2815,10 @@ export default {
|
2810
|
2815
|
this.big_month_prescriptions[b].curMonthPrescriptions = temp
|
2811
|
2816
|
this.big_month_prescriptions[b].month_total = this.getMonthTotalTwo(temp)
|
2812
|
2817
|
}
|
2813
|
|
-
|
|
2818
|
+
|
2814
|
2819
|
}
|
2815
|
2820
|
}
|
2816
|
|
-
|
|
2821
|
+
|
2817
|
2822
|
},
|
2818
|
2823
|
tabclickEventThree(val) {
|
2819
|
2824
|
for (let i = 0; i < this.big_prescriptions_two.length; i++) {
|
|
@@ -5333,8 +5338,8 @@ export default {
|
5333
|
5338
|
for(let j in month_prescriptions[i].advices){
|
5334
|
5339
|
const obj ={
|
5335
|
5340
|
drug_id: month_prescriptions[i].advices[j].drug_id,
|
5336
|
|
- spec:month_prescriptions[i].advices[j].drug.dose + month_prescriptions[i].advices[j].drug.dose_unit + '*' +
|
5337
|
|
- month_prescriptions[i].advices[j].drug.min_number + month_prescriptions[i].advices[j].drug.min_unit + '/' +
|
|
5341
|
+ spec:month_prescriptions[i].advices[j].drug.dose + month_prescriptions[i].advices[j].drug.dose_unit + '*' +
|
|
5342
|
+ month_prescriptions[i].advices[j].drug.min_number + month_prescriptions[i].advices[j].drug.min_unit + '/' +
|
5338
|
5343
|
month_prescriptions[i].advices[j].drug.max_unit
|
5339
|
5344
|
}
|
5340
|
5345
|
advices2.push(obj)
|
|
@@ -5552,8 +5557,8 @@ export default {
|
5552
|
5557
|
}
|
5553
|
5558
|
}
|
5554
|
5559
|
}
|
5555
|
|
-
|
5556
|
|
-
|
|
5560
|
+
|
|
5561
|
+
|
5557
|
5562
|
console.log('kkkkk',big_prescriptions[0].curMonthPrescriptions);
|
5558
|
5563
|
if (this.big_month_prescriptions.length > 0) {
|
5559
|
5564
|
this.editableTabsValue = this.big_month_prescriptions[0].curMonthPrescriptions.name
|
|
@@ -5785,6 +5790,7 @@ export default {
|
5785
|
5790
|
this.hisPatientInfo = response.data.data.his_info
|
5786
|
5791
|
this.info = response.data.data.info
|
5787
|
5792
|
this.order = response.data.data.order
|
|
5793
|
+ this.schedule = response.data.data.sch
|
5788
|
5794
|
this.p_type = ''
|
5789
|
5795
|
this.sick_type = ''
|
5790
|
5796
|
this.diagnosis = []
|