|
@@ -34,7 +34,7 @@
|
34
|
34
|
<td style="text-align:center;" colspan="2">
|
35
|
35
|
透析年限:
|
36
|
36
|
<span style="display:inline-block;margin-left:10px;">
|
37
|
|
- {{ patientInfo.first_dialysis_date ? getMonths(patientInfo.first_dialysis_date) : '/' }}月
|
|
37
|
+ {{ patientInfo.first_dialysis_date ? getMonths(patientInfo.first_dialysis_date) : '/' }}
|
38
|
38
|
</span>
|
39
|
39
|
</td>
|
40
|
40
|
</tr>
|
|
@@ -53,16 +53,16 @@
|
53
|
53
|
<tr>
|
54
|
54
|
<td style="text-align:left;" colspan="5">
|
55
|
55
|
<span style="display:inline-block;margin-left:15px;">血管通路类型:</span>
|
56
|
|
- <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('自体内瘘')>-1?true:false"
|
|
56
|
+ <label-box :isChecked="prescription.blood_access_part_opera_name ? prescription.blood_access_part_opera_name.indexOf('自体内瘘')>-1?true:false : false"
|
57
|
57
|
showValue='自体内瘘'></label-box>
|
58
|
58
|
|
59
|
|
- <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('移植物内瘘')>-1?true:false"
|
|
59
|
+ <label-box :isChecked="prescription.blood_access_part_opera_name ? prescription.blood_access_part_opera_name.indexOf('移植物内瘘')>-1?true:false : false"
|
60
|
60
|
showValue='移植物内瘘'></label-box>
|
61
|
61
|
|
62
|
|
- <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('临时插管')>-1?true:false"
|
|
62
|
+ <label-box :isChecked="prescription.blood_access_part_opera_name ? prescription.blood_access_part_opera_name.indexOf('临时插管')>-1?true:false : false"
|
63
|
63
|
showValue='临时插管'></label-box>
|
64
|
64
|
|
65
|
|
- <label-box :isChecked="predialysis.blood_access_part_opera_name.indexOf('长期插管')>-1?true:false"
|
|
65
|
+ <label-box :isChecked="prescription.blood_access_part_opera_name ? prescription.blood_access_part_opera_name.indexOf('长期插管')>-1?true:false : false"
|
66
|
66
|
showValue='长期插管'></label-box>
|
67
|
67
|
|
68
|
68
|
</td>
|
|
@@ -127,7 +127,7 @@
|
127
|
127
|
<td style="text-align:left;" colspan="1">
|
128
|
128
|
<span style="display:inline-block;margin-left:15px;">
|
129
|
129
|
净脱水:
|
130
|
|
- {{ predialysis.dry_weight ? predialysis.dry_weight : "/" }}kg
|
|
130
|
+ {{ afterdialysis.weight_loss ? afterdialysis.weight_loss : "/" }}kg
|
131
|
131
|
</span>
|
132
|
132
|
</td>
|
133
|
133
|
</tr>
|
|
@@ -181,16 +181,16 @@
|
181
|
181
|
<tr>
|
182
|
182
|
<td style="text-align:left;" colspan="5">
|
183
|
183
|
<span style="display:inline-block;margin-left:15px;">
|
184
|
|
- 总结:{{ summary.dialysis_summary ? summary.dialysis_summary : "/" }}
|
|
184
|
+ 总结:{{ dialysis_summary ? dialysis_summary : "/" }}
|
185
|
185
|
</span>
|
186
|
186
|
</td>
|
187
|
187
|
<td style="text-align:left;" colspan="1">
|
188
|
188
|
<span style="display:inline-block;margin-left:15px;">
|
189
|
189
|
医生签名:
|
190
|
|
- <span style="height: 30px;display: inline-block;" v-if="setAdminUserES(prescription.prescription_doctor) == ''">
|
191
|
|
- {{ getAdminUser(prescription.prescription_doctor) }}
|
|
190
|
+ <span style="height: 30px;display: inline-block;" v-if="setAdminUserES(prescription.creater) == ''">
|
|
191
|
+ {{ getAdminUser(prescription.creater) }}
|
192
|
192
|
</span>
|
193
|
|
- <img style="height:30px;" :src="setAdminUserES(prescription.prescription_doctor)" alt="" srcset="" v-else />
|
|
193
|
+ <img style="height:30px;" :src="setAdminUserES(prescription.creater)" alt="" srcset="" v-else />
|
194
|
194
|
</span>
|
195
|
195
|
</td>
|
196
|
196
|
</tr>
|
|
@@ -246,7 +246,7 @@
|
246
|
246
|
</span>
|
247
|
247
|
</td>
|
248
|
248
|
|
249
|
|
- <td>{{ getTime(advice.execution_time, "{y}-{m}-{d} {h}:{i}") }}</td>
|
|
249
|
+ <td>{{ getTime(advice.execution_time, "{h}:{i}") }}</td>
|
250
|
250
|
<td>
|
251
|
251
|
<span v-if="setAdminUserES(advice.execution_staff) == ''">
|
252
|
252
|
{{
|
|
@@ -365,15 +365,9 @@
|
365
|
365
|
</td>
|
366
|
366
|
</tr>
|
367
|
367
|
<tr>
|
368
|
|
- <td style="text-align:left;" colspan="4">
|
369
|
|
- <span style="display:inline-block;margin-left:15px;">
|
370
|
|
- 导管功能评估:
|
371
|
|
- {{ afterdialysis.catheter ? afterdialysis.catheter : "/" }}
|
372
|
|
- </span>
|
373
|
|
- </td>
|
374
|
|
- <td style="text-align:left;" colspan="4">
|
|
368
|
+ <td style="text-align:left;" colspan="8">
|
375
|
369
|
<span style="display:inline-block;margin-left:15px;">
|
376
|
|
- 导管隧道评估:
|
|
370
|
+ 导管评估:
|
377
|
371
|
{{ afterdialysis.catheter ? afterdialysis.catheter : "/" }}
|
378
|
372
|
</span>
|
379
|
373
|
</td>
|
|
@@ -399,25 +393,25 @@
|
399
|
393
|
<td style="text-align:left;" colspan="4">
|
400
|
394
|
<span style="margin-left:15px;align-items: center;display: flex;">
|
401
|
395
|
核对护士:
|
402
|
|
- <span style="width: 80px;text-align: center" v-if="dialysisOrder == null">
|
|
396
|
+ <span style="width: 80px;text-align: center;display: flex;align-items: center;" v-if="dialysisOrder == null">
|
403
|
397
|
<span style="height: 30px;display: inline-block;" v-if="setAdminUserES(check == null ? 0 : check.creater) == ''">
|
404
|
398
|
{{ getAdminUser(check == null ? 0 : check.creater) }}
|
405
|
399
|
</span>
|
406
|
400
|
<img style="height:30px;" :src="setAdminUserES(check == null ? 0 : check.creater)" alt="" srcset="" v-else />
|
407
|
401
|
</span>
|
408
|
|
- <span style="width: 80px;text-align: center" v-if="dialysisOrder != null && dialysisOrder.start_nurse == check.modifier">
|
|
402
|
+ <span style="width: 80px;text-align: center;display: flex;align-items: center;" v-if="dialysisOrder != null && dialysisOrder.start_nurse == check.modifier">
|
409
|
403
|
<span style="height: 30px;display: inline-block;" v-if="setAdminUserES(check == null ? 0 : check.creater) == ''">
|
410
|
404
|
{{ getAdminUser(check == null ? 0 : check.creater) }}
|
411
|
405
|
</span>
|
412
|
406
|
<img style="height:30px;" :src="setAdminUserES(check == null ? 0 : check.creater)" alt="" srcset="" v-else />
|
413
|
407
|
</span>
|
414
|
|
- <span style="width: 80px;text-align: center" v-if="dialysisOrder != null && dialysisOrder.start_nurse == check.creater">
|
|
408
|
+ <span style="width: 80px;text-align: center;display: flex;align-items: center;" v-if="dialysisOrder != null && dialysisOrder.start_nurse == check.creater">
|
415
|
409
|
<span style="height: 30px;display: inline-block;" v-if="setAdminUserES(check == null ? 0 : check.modifier) == ''">
|
416
|
410
|
{{ getAdminUser(check == null ? 0 : check.modifier) }}
|
417
|
411
|
</span>
|
418
|
412
|
<img style="height:30px;" :src="setAdminUserES(check == null ? 0 : check.modifier)" alt="" srcset="" v-else />
|
419
|
413
|
</span>
|
420
|
|
- <span style="width: 80px;text-align: center" v-if="dialysisOrder != null && dialysisOrder.start_nurse != check.creater && dialysisOrder.start_nurse != check.modifier">
|
|
414
|
+ <span style="width: 80px;text-align: center;display: flex;align-items: center;" v-if="dialysisOrder != null && dialysisOrder.start_nurse != check.creater && dialysisOrder.start_nurse != check.modifier">
|
421
|
415
|
<span style="height: 30px;display: inline-block;" v-if="setAdminUserES(check == null ? 0 : check.creater) == ''">
|
422
|
416
|
{{ getAdminUser(check == null ? 0 : check.creater) }}
|
423
|
417
|
</span>
|
|
@@ -733,7 +727,12 @@ export default {
|
733
|
727
|
var ty=tt.getFullYear(); //今天年
|
734
|
728
|
var tm=tt.getMonth()+1; //今天月
|
735
|
729
|
var gm=(ty-oy)*12+(tm-om); //距今月数
|
736
|
|
- return gm
|
|
730
|
+ if(gm < 12){
|
|
731
|
+ return gm + '个月'
|
|
732
|
+ }else{
|
|
733
|
+ return parseInt(gm / 12) + '年' + gm % 12 + '个月'
|
|
734
|
+ }
|
|
735
|
+
|
737
|
736
|
},
|
738
|
737
|
getCruor(cruor){
|
739
|
738
|
if(cruor.indexOf(',') == -1){
|
|
@@ -923,6 +922,7 @@ export default {
|
923
|
922
|
this.predialysis.blood_access_part_opera_name = this.bloodAccessParOperaName(
|
924
|
923
|
this.predialysis.blood_access_part_opera_id
|
925
|
924
|
)
|
|
925
|
+
|
926
|
926
|
var afterdialysis = response.data.data.AssessmentAfterDislysis
|
927
|
927
|
// eslint-disable-next-line no-undef
|
928
|
928
|
console.log('透后评估', afterdialysis)
|
|
@@ -1192,6 +1192,9 @@ export default {
|
1192
|
1192
|
this.prescription.dialysate_formulation_name = this.dialysateFormulationName(
|
1193
|
1193
|
this.prescription.dialysate_formulation
|
1194
|
1194
|
)
|
|
1195
|
+ this.prescription.blood_access_part_opera_name = this.bloodAccessParOperaName(
|
|
1196
|
+ this.prescription.blood_access
|
|
1197
|
+ );
|
1195
|
1198
|
|
1196
|
1199
|
var paLen = this.perfusionApparatus.length
|
1197
|
1200
|
this.prescription.perfusion_apparatus_name = ''
|