|
@@ -519,7 +519,7 @@
|
519
|
519
|
<td width="30"></td>
|
520
|
520
|
<td width='70'>上次透后:</td>
|
521
|
521
|
<td width="50">
|
522
|
|
- <div class="under-line"> {{ assessmentafter ? (assessmentafter.weight_after ? assessmentafter.weight_after : "/") : '/' }}</div>
|
|
522
|
+ <div class="under-line"> {{ lastWeight.weight_after ? lastWeight.weight_after : '/' }}</div>
|
523
|
523
|
</td>
|
524
|
524
|
<td width="10">Kg</td>
|
525
|
525
|
<td width="30"></td>
|
|
@@ -1383,7 +1383,8 @@ export default {
|
1383
|
1383
|
url: ''
|
1384
|
1384
|
},
|
1385
|
1385
|
displaceLiquiPartOptions: [],
|
1386
|
|
- last_order:{}
|
|
1386
|
+ last_order:{},
|
|
1387
|
+ lastWeight:{}
|
1387
|
1388
|
}
|
1388
|
1389
|
},
|
1389
|
1390
|
methods: {
|
|
@@ -1729,7 +1730,7 @@ export default {
|
1729
|
1730
|
if (response.data.state == 1) {
|
1730
|
1731
|
var dialysisorder = response.data.data.dialysisOrder
|
1731
|
1732
|
this.dialysisorder = dialysisorder
|
1732
|
|
- // console.log('上机', dialysisorder)
|
|
1733
|
+ console.log('response.data.data111111', response.data.data)
|
1733
|
1734
|
var check = response.data.data.check
|
1734
|
1735
|
this.check = check
|
1735
|
1736
|
console.log('核对这', check)
|
|
@@ -1941,6 +1942,7 @@ export default {
|
1941
|
1942
|
|
1942
|
1943
|
this.tableAdvice = tableAdvice
|
1943
|
1944
|
}
|
|
1945
|
+ this.lastWeight = response.data.data.lastWeight
|
1944
|
1946
|
this.assessmentafter = response.data.data.assessmentAfterDislysis
|
1945
|
1947
|
this.lastpredialysis = response.data.data.lastPredialysisEvaluation
|
1946
|
1948
|
this.predialysis = response.data.data.PredialysisEvaluation
|