|
@@ -32,7 +32,7 @@
|
32
|
32
|
</td>
|
33
|
33
|
<td style="text-align:center;">
|
34
|
34
|
住院号:<span style="display:inline-block;margin-left:10px;">
|
35
|
|
- {{patientInfo.admission_number?patientInfo.admission_number:"/"}}</span>
|
|
35
|
+ {{receiverTreatmentAccess.admission_number?receiverTreatmentAccess.admission_number:"/"}}</span>
|
36
|
36
|
</td>
|
37
|
37
|
<td style="text-align:center;">
|
38
|
38
|
机器号:<span style="display:inline-block;margin-left:10px;"
|
|
@@ -105,7 +105,7 @@
|
105
|
105
|
}}kg</span>
|
106
|
106
|
</td>
|
107
|
107
|
<td style="text-align:left;" colspan="2">
|
108
|
|
- <span style="display:inline-block;margin-left:15px;">电导率:{{predialysis.conductivity?predialysis.conductivity:"0"}}mmol/L</span>
|
|
108
|
+ <span style="display:inline-block;margin-left:15px;">电导率:{{prescription.conductivity?prescription.conductivity:"0"}}(mS/cm)</span>
|
109
|
109
|
</td>
|
110
|
110
|
<td style="text-align:left;" colspan="2">
|
111
|
111
|
<span style="display:inline-block;margin-left:15px;">钙:
|
|
@@ -233,9 +233,9 @@
|
233
|
233
|
</td>
|
234
|
234
|
</tr>
|
235
|
235
|
<tr>
|
236
|
|
- <td style="text-align:left;" colspan="4">
|
237
|
|
- 透前评估:
|
|
236
|
+ <td style="text-align:left;" colspan="4">
|
238
|
237
|
<span style="display:inline-block;margin-left:15px;">
|
|
238
|
+ 透前评估:
|
239
|
239
|
入科方式:
|
240
|
240
|
<label-box
|
241
|
241
|
:isChecked="receiverTreatmentAccess.way == 1 ? true : false"
|
|
@@ -287,7 +287,7 @@
|
287
|
287
|
</tr>
|
288
|
288
|
<tr>
|
289
|
289
|
<td colspan="2" style="text-align:left;" >
|
290
|
|
- 食欲:
|
|
290
|
+ <span style="display:inline-block;margin-left:15px;">食欲:</span>
|
291
|
291
|
<label-box
|
292
|
292
|
:isChecked="receiverTreatmentAccess.appetite == 1 ? true : false"
|
293
|
293
|
showValue="正常"
|
|
@@ -318,7 +318,7 @@
|
318
|
318
|
<span>体温:{{predialysis.temperature?predialysis.temperature:'/'}} ℃</span>
|
319
|
319
|
</td>
|
320
|
320
|
<td colspan="3" style="text-align:left;">
|
321
|
|
- <span>体位:
|
|
321
|
+ <span style="display:inline-block;margin-left:15px;">体位:
|
322
|
322
|
<label-box v-for="(item, index) in posture_arr" :key="index" :isChecked='receiverTreatmentAccess.posture==item.id?true:false' :showValue='item.name'></label-box>
|
323
|
323
|
<label-box :isChecked='receiverTreatmentAccess.posture==1?true:false'
|
324
|
324
|
showValue='自动体位'></label-box>
|
|
@@ -1004,8 +1004,6 @@ export default {
|
1004
|
1004
|
var afterdialysis = response.data.data.AssessmentAfterDislysis
|
1005
|
1005
|
// eslint-disable-next-line no-undef
|
1006
|
1006
|
console.log('透后评估', afterdialysis)
|
1007
|
|
- this.weight_after = afterdialysis.weight_after
|
1008
|
|
- this.weightloss_after = afterdialysis.weight_after
|
1009
|
1007
|
this.temperature = afterdialysis.temperature
|
1010
|
1008
|
this.actual_ultrafiltration = afterdialysis.actual_ultrafiltration
|
1011
|
1009
|
this.actual_treatment_hour = afterdialysis.actual_treatment_hour
|
|
@@ -1192,7 +1190,7 @@ export default {
|
1192
|
1190
|
this.schedule = schedule
|
1193
|
1191
|
var receiverTreatmentAccess =
|
1194
|
1192
|
response.data.data.receiverTreatmentAccess
|
1195
|
|
- // console.log('接诊评估', receiverTreatmentAccess)
|
|
1193
|
+ console.log('接诊评估', receiverTreatmentAccess)
|
1196
|
1194
|
this.receiverTreatmentAccess = receiverTreatmentAccess
|
1197
|
1195
|
var dialysisway = response.data.data.dialysisway
|
1198
|
1196
|
console.log('透析处方', dialysisway)
|
|
@@ -1229,22 +1227,12 @@ export default {
|
1229
|
1227
|
this.sodium = dialysisway.sodium
|
1230
|
1228
|
this.calcium = dialysisway.calcium
|
1231
|
1229
|
this.anticoagulant_weichi = dialysisway.anticoagulant_weichi
|
1232
|
|
- var afterWeightLast = response.data.data.assessmentAfterDislysis
|
1233
|
|
- // console.log('上次透后体重', afterWeightLast.weight_after)
|
1234
|
|
- this.afterWeightLast = afterWeightLast.weight_after
|
|
1230
|
+ // var afterWeightLast = response.data.data.assessmentAfterDislysis
|
|
1231
|
+ // this.afterWeightLast = afterWeightLast.weight_after
|
1235
|
1232
|
// eslint-disable-next-line no-undef
|
1236
|
1233
|
// console.log('透前体重', this.weight_before)
|
1237
|
1234
|
// console.log('干体中', this.dry_weight)
|
1238
|
1235
|
// console.log('什么体重', predialysis.additional_weight)
|
1239
|
|
- var dryWeight_add =
|
1240
|
|
- this.weight_before -
|
1241
|
|
- this.dry_weight -
|
1242
|
|
- predialysis.additional_weight
|
1243
|
|
- if (this.afterWeightLast === 0) {
|
1244
|
|
- this.dryWeight_add = 0
|
1245
|
|
- } else {
|
1246
|
|
- this.dryWeight_add = dryWeight_add
|
1247
|
|
- }
|
1248
|
1236
|
// console.log('较干体中增加量', this.dryWeight_add)
|
1249
|
1237
|
// this.afterWeightLast = afterWeightLast.weight_after
|
1250
|
1238
|
this.prescription.mode = this.modeName(this.prescription.mode_id)
|
|
@@ -1295,7 +1283,7 @@ export default {
|
1295
|
1283
|
this.advices = response.data.data.advices
|
1296
|
1284
|
// console.log('医嘱', this.advices)
|
1297
|
1285
|
var monitor = response.data.data.monitor
|
1298
|
|
- // console.log('透析监测', monitor)
|
|
1286
|
+ // console.log('透析监测', monitor)
|
1299
|
1287
|
this.monitor = monitor
|
1300
|
1288
|
// console.log('monitor', monitor)
|
1301
|
1289
|
this.monitors = response.data.data.monitors
|