|
@@ -900,7 +900,7 @@ export default {
|
900
|
900
|
epo:"",
|
901
|
901
|
epo_count:"",
|
902
|
902
|
max_ultrafiltration_rate:"",
|
903
|
|
-
|
|
903
|
+
|
904
|
904
|
},
|
905
|
905
|
childPlan: {
|
906
|
906
|
mode: '',
|
|
@@ -1586,6 +1586,14 @@ export default {
|
1586
|
1586
|
this.addPlan.hemodialysis_machine = row.hemodialysis_machine + ''
|
1587
|
1587
|
this.addPlan.perfusion_apparatus = row.perfusion_apparatus + ''
|
1588
|
1588
|
this.addPlan.max_ultrafiltration_rate = row.max_ultrafiltration_rate
|
|
1589
|
+
|
|
1590
|
+ // this.addPlan.oxygen_uptake = row.oxygen_uptake
|
|
1591
|
+ // this.addPlan.hemodialysis_pipelines = row.hemodialysis_pipelines
|
|
1592
|
+ // this.addPlan.hemodialysis_pipelines_count = row.hemodialysis_pipelines_count
|
|
1593
|
+ // this.addPlan.puncture_needle = row.puncture_needle
|
|
1594
|
+ // this.addPlan.puncture_needle_count = row.puncture_needle_count
|
|
1595
|
+ // this.addPlan.epo = row.epo
|
|
1596
|
+ // this.addPlan.epo_count = row.epo_count
|
1589
|
1597
|
if(row.blood_flow_volume!="" || row.blood_flow_volume!=undefined){
|
1590
|
1598
|
this.addPlan.blood_flow_volume = row.blood_flow_volume.toString()
|
1591
|
1599
|
}
|
|
@@ -1658,23 +1666,23 @@ export default {
|
1658
|
1666
|
|
1659
|
1667
|
this.addPlan.remark = row.remark
|
1660
|
1668
|
|
1661
|
|
- // this.addPlan.hemodialysis_pipelines = row.hemodialysis_pipelines
|
|
1669
|
+ this.addPlan.hemodialysis_pipelines = row.hemodialysis_pipelines
|
1662
|
1670
|
|
1663
|
|
- // if(row.hemodialysis_pipelines_count!="" || row.hemodialysis_pipelines_count!=undefined){
|
1664
|
|
- // this.addPlan.hemodialysis_pipelines_count = row.hemodialysis_pipelines_count.toString()
|
1665
|
|
- // }
|
|
1671
|
+ if(row.hemodialysis_pipelines_count!="" || row.hemodialysis_pipelines_count!=undefined){
|
|
1672
|
+ this.addPlan.hemodialysis_pipelines_count = row.hemodialysis_pipelines_count.toString()
|
|
1673
|
+ }
|
1666
|
1674
|
|
1667
|
|
- // this.addPlan.puncture_needle = row.puncture_needle
|
|
1675
|
+ this.addPlan.puncture_needle = row.puncture_needle
|
1668
|
1676
|
|
1669
|
|
- // if(row.puncture_needle_count!=null || row.puncture_needle_count!=undefined){
|
1670
|
|
- // this.addPlan.puncture_needle_count = row.puncture_needle_count.toString()
|
1671
|
|
- // }
|
|
1677
|
+ if(row.puncture_needle_count!=null || row.puncture_needle_count!=undefined){
|
|
1678
|
+ this.addPlan.puncture_needle_count = row.puncture_needle_count.toString()
|
|
1679
|
+ }
|
1672
|
1680
|
|
1673
|
|
- // this.addPlan.epo = row.epo
|
|
1681
|
+ this.addPlan.epo = row.epo
|
1674
|
1682
|
|
1675
|
|
- // if(row.epo_count!="" || row.epo_count!=undefined){
|
1676
|
|
- // this.addPlan.epo_count = row.epo_count.toString()
|
1677
|
|
- // }
|
|
1683
|
+ if(row.epo_count!="" || row.epo_count!=undefined){
|
|
1684
|
+ this.addPlan.epo_count = row.epo_count.toString()
|
|
1685
|
+ }
|
1678
|
1686
|
|
1679
|
1687
|
if(row.dialyzer_perfusion_apparatus!="" || row.dialyzer_perfusion_apparatus!=undefined){
|
1680
|
1688
|
this.addPlan.dialyzer_perfusion_apparatus = row.dialyzer_perfusion_apparatus.toString()
|
|
@@ -1693,6 +1701,8 @@ export default {
|
1693
|
1701
|
this.dialysis_dialyszers = row.dialysis_dialyszers
|
1694
|
1702
|
this.addPlan.oxygen_uptake = row.oxygen_uptake
|
1695
|
1703
|
this.addPlan.max_ultrafiltration_rate = row.max_ultrafiltration_rate
|
|
1704
|
+ this.addPlan.oxygen_flow = row.oxygen_flow
|
|
1705
|
+ this.addPlan.oxygen_time = row.oxygen_time
|
1696
|
1706
|
if(row.oxygen_uptake == 1){
|
1697
|
1707
|
this.oxygenShow = true
|
1698
|
1708
|
}
|