|
@@ -160,7 +160,7 @@
|
160
|
160
|
|
161
|
161
|
<van-popup title="透析下机" v-model="menuList[7].showPopup" :overlay="true" :close-on-click-overlay="false">
|
162
|
162
|
<plane-dialog :patient_prop="patient" :record="dialysis_order" :last_monitor_record="last_monitor_record" :admins="admin_users" :admin_map="admin_user_map"
|
163
|
|
- :special_premission="special_premission"
|
|
163
|
+ :special_premission="special_premission"
|
164
|
164
|
@did_off="closeDialysisOff" @close="closeDialysisOff" ref="plane_dialog"></plane-dialog>
|
165
|
165
|
</van-popup>
|
166
|
166
|
|
|
@@ -347,7 +347,7 @@
|
347
|
347
|
) {
|
348
|
348
|
steps[2].value = 1
|
349
|
349
|
}
|
350
|
|
- if (this.doctor_advices.length > 0) {
|
|
350
|
+ if (this.advice_groups.length > 0) {
|
351
|
351
|
steps[3].value = 1
|
352
|
352
|
}
|
353
|
353
|
|
|
@@ -753,6 +753,8 @@
|
753
|
753
|
patient_id: this.patient_id,
|
754
|
754
|
date: dateStr
|
755
|
755
|
}
|
|
756
|
+ this.advice_groups = []
|
|
757
|
+
|
756
|
758
|
getDialysisRecord(params).then(rs => {
|
757
|
759
|
var resp = rs.data
|
758
|
760
|
console.log(resp)
|
|
@@ -1021,16 +1023,7 @@
|
1021
|
1023
|
|
1022
|
1024
|
},
|
1023
|
1025
|
prescriptionFunc: function (val) {
|
1024
|
|
- if (this.status == 2) {
|
1025
|
|
- if (val.creater > 0 && val.modifier == 0) {
|
1026
|
|
- this.requestDialysisRecord()
|
1027
|
|
- }
|
1028
|
|
-
|
1029
|
|
- } else if (this.status == 3) {
|
1030
|
|
- if (val.creater > 0 && val.modifier == 0) {
|
1031
|
|
- this.requestDialysisRecord()
|
1032
|
|
- }
|
1033
|
|
- }
|
|
1026
|
+ this.requestDialysisRecord()
|
1034
|
1027
|
|
1035
|
1028
|
this.prescription = val
|
1036
|
1029
|
|
|
@@ -1038,16 +1031,7 @@
|
1038
|
1031
|
,
|
1039
|
1032
|
longSolutionFunc: function (val) {
|
1040
|
1033
|
this.solution = val
|
1041
|
|
- if (this.status == 2) {
|
1042
|
|
- if (val.creater > 0 && val.modifier == 0) {
|
1043
|
|
- this.requestDialysisRecord()
|
1044
|
|
- }
|
1045
|
|
-
|
1046
|
|
- } else if (this.status == 3) {
|
1047
|
|
- if (val.creater > 0 && val.modifier == 0) {
|
1048
|
|
- this.requestDialysisRecord()
|
1049
|
|
- }
|
1050
|
|
- }
|
|
1034
|
+ this.requestDialysisRecord()
|
1051
|
1035
|
|
1052
|
1036
|
}
|
1053
|
1037
|
,
|
|
@@ -1072,9 +1056,9 @@
|
1072
|
1056
|
}
|
1073
|
1057
|
,
|
1074
|
1058
|
closeStatOrder: function () {
|
|
1059
|
+
|
1075
|
1060
|
this.closeDialog(4)
|
1076
|
|
- this.doctor_advices.push([])
|
1077
|
|
- // this.scrollToView('stat_order')
|
|
1061
|
+ this.scrollToView('stat_order')
|
1078
|
1062
|
}
|
1079
|
1063
|
,
|
1080
|
1064
|
closeDialysisComputer: function (dialysis_order) {
|