|
@@ -1664,7 +1664,7 @@ export default {
|
1664
|
1664
|
) {
|
1665
|
1665
|
const obj14 ='预透时间'
|
1666
|
1666
|
checkDate.push(obj14)
|
1667
|
|
- } if (this.prescription.dialyzer_perfusion_apparatus == '' &&
|
|
1667
|
+ } if (this.prescription.dialyzer_perfusion_apparatus == '' &&
|
1668
|
1668
|
this.prescription.dialysis_dialyszers ==''
|
1669
|
1669
|
) {
|
1670
|
1670
|
const obj15 ='透析(滤)器'
|
|
@@ -1707,17 +1707,17 @@ export default {
|
1707
|
1707
|
) {
|
1708
|
1708
|
const obj27 ='首剂'
|
1709
|
1709
|
checkDate.push(obj27)
|
1710
|
|
- } if (this.prescription.anticoagulant_zongliang == 0 && this.prescription.anticoagulant !=1
|
|
1710
|
+ } if (this.prescription.anticoagulant_zongliang == 0 && this.prescription.anticoagulant !=1
|
1711
|
1711
|
&& this.prescription.anticoagulant !='' && this.prescription.anticoagulant != 5
|
1712
|
1712
|
) {
|
1713
|
1713
|
const obj28 ='总量'
|
1714
|
1714
|
checkDate.push(obj28)
|
1715
|
|
- } if (this.dialysisOrder.DeviceNumber.number == 0 &&
|
|
1715
|
+ } if (this.dialysisOrder.DeviceNumber.number == 0 &&
|
1716
|
1716
|
this.patientInfo.DialysisSchedule.device_number.number ==''
|
1717
|
1717
|
) {
|
1718
|
1718
|
const obj29 ='透析机号'
|
1719
|
1719
|
checkDate.push(obj29)
|
1720
|
|
- } if (this.patientInfo.DialysisSchedule.bed_id == 0 &&
|
|
1720
|
+ } if (this.patientInfo.DialysisSchedule.bed_id == 0 &&
|
1721
|
1721
|
this.dialysisOrder && this.dialysisOrder.bed_id ==0
|
1722
|
1722
|
) {
|
1723
|
1723
|
const obj30 ='型号'
|
|
@@ -1849,14 +1849,14 @@ export default {
|
1849
|
1849
|
){
|
1850
|
1850
|
const obj58 = '监测第'+((i*1)+1)+'行置换率'
|
1851
|
1851
|
monearr.push(obj58)
|
1852
|
|
- }
|
|
1852
|
+ }
|
1853
|
1853
|
// if(this.monitors[i].displacement_quantity == 0 && this.prescription.mode =='HDF'&& i !=0){
|
1854
|
1854
|
// const obj54 = '监测第'+((i*1)+1)+'行置换量'
|
1855
|
1855
|
// monearr.push(obj54)
|
1856
|
|
- // }
|
|
1856
|
+ // }
|
1857
|
1857
|
if(this.monitors[i].sodium_concentration ==0 ){
|
1858
|
1858
|
// this.monitors[i].temperature == 0
|
1859
|
|
- const obj59 = '监测第'+((i*1)+1)+'行钠浓度/温度'
|
|
1859
|
+ const obj59 = '监测第'+((i*1)+1)+'行钠浓度'
|
1860
|
1860
|
monearr.push(obj59)
|
1861
|
1861
|
} if(this.monitors[i].pulse_frequency ==0){
|
1862
|
1862
|
const obj60 = '监测第'+((i*1)+1)+'行脉搏'
|