|
@@ -386,7 +386,8 @@
|
386
|
386
|
<div class="inline_block" style="flex:1;">
|
387
|
387
|
上次透后体重:
|
388
|
388
|
<div class="under_line" style="width: 100px;text-align: center">
|
389
|
|
- {{predialysis.weight_after_last_transparency?predialysis.weight_after_last_transparency:'未称重'}}
|
|
389
|
+ <span v-if="org_id == 10290">{{lastafterdialysis.weight_after}}</span>
|
|
390
|
+ <span v-else>{{predialysis.weight_after_last_transparency?predialysis.weight_after_last_transparency:'未称重'}}</span>
|
390
|
391
|
<!-- {{ predialysis.weight_after_last_transparency ? parseFloat(lastafterdialysis.weight_after - lastafterdialysis.additional_weight).toFixed(1) : "未称重" }} -->
|
391
|
392
|
</div>
|
392
|
393
|
kg
|
|
@@ -1595,6 +1596,7 @@ export default {
|
1595
|
1596
|
this.afterdialysis = response.data.data.AssessmentAfterDislysis
|
1596
|
1597
|
// console.log('透后体重', this.afterdialysis)
|
1597
|
1598
|
this.lastafterdialysis = response.data.data.assessmentAfterDislysis
|
|
1599
|
+ console.log("上次透后体重",this.lastafterdialysis.weight_after)
|
1598
|
1600
|
this.operators = response.data.data.operators
|
1599
|
1601
|
console.log('operators', this.operators)
|
1600
|
1602
|
this.dialysisOrder =
|
|
@@ -2039,7 +2041,7 @@ export default {
|
2039
|
2041
|
'vascular_access_desc'
|
2040
|
2042
|
)
|
2041
|
2043
|
this.org_id = this.$store.getters.xt_user.org.id
|
2042
|
|
- console.log('=====', this.org_id)
|
|
2044
|
+
|
2043
|
2045
|
// this.bloodAccessParOpera = getDataConfig('hemodialysis', 'vascular_access_desc')
|
2044
|
2046
|
|
2045
|
2047
|
var bloodAccessParOpera = getDataConfig(
|