|
@@ -1774,13 +1774,13 @@ export default {
|
1774
|
1774
|
) {
|
1775
|
1775
|
const obj28 ='总量'
|
1776
|
1776
|
checkDate.push(obj28)
|
1777
|
|
- } if (this.dialysisOrder.DeviceNumber.number == 0 &&
|
1778
|
|
- this.patientInfo.DialysisSchedule.device_number.number ==''
|
|
1777
|
+ } if (( this.dialysisOrder !=undefined && this.dialysisOrder.DeviceNumber.number == 0 &&
|
|
1778
|
+ this.patientInfo.DialysisSchedule.device_number.number =='')|| this.dialysisOrder ==undefined
|
1779
|
1779
|
) {
|
1780
|
1780
|
const obj29 ='透析机号'
|
1781
|
1781
|
checkDate.push(obj29)
|
1782
|
|
- } if (this.patientInfo.DialysisSchedule.bed_id == 0 &&
|
1783
|
|
- this.dialysisOrder && this.dialysisOrder.bed_id ==0
|
|
1782
|
+ } if (( this.dialysisOrder != undefined && this.patientInfo.DialysisSchedule.bed_id == 0 &&
|
|
1783
|
+ this.dialysisOrder.bed_id ==0) || this.dialysisOrder ==undefined
|
1784
|
1784
|
) {
|
1785
|
1785
|
const obj30 ='型号'
|
1786
|
1786
|
checkDate.push(obj30)
|
|
@@ -1839,45 +1839,46 @@ export default {
|
1839
|
1839
|
const obj44 ='宣教知识'
|
1840
|
1840
|
checkDate.push(obj44)
|
1841
|
1841
|
} if (
|
1842
|
|
- this.dialysisOrder == null ||
|
1843
|
|
- this.dialysisOrder.puncture_nurse == 0
|
|
1842
|
+ (this.dialysisOrder == null ||
|
|
1843
|
+ this.dialysisOrder.puncture_nurse == 0)|| this.dialysisOrder ==undefined
|
1844
|
1844
|
) {
|
1845
|
1845
|
const obj45 ='穿刺护士'
|
1846
|
1846
|
checkDate.push(obj45)
|
1847
|
1847
|
} if (
|
1848
|
|
- this.dialysisOrder == null ||
|
1849
|
|
- this.dialysisOrder.start_nurse == 0
|
|
1848
|
+ (this.dialysisOrder == null ||
|
|
1849
|
+ this.dialysisOrder.start_nurse == 0) || this.dialysisOrder ==undefined
|
1850
|
1850
|
) {
|
1851
|
1851
|
const obj46 ='治疗护士'
|
1852
|
1852
|
checkDate.push(obj46)
|
1853
|
|
- } if (this.dialysisOrder == null && this.check.creater == 0) {
|
|
1853
|
+ } if ((this.dialysisOrder == null && this.check.creater == 0) || this.dialysisOrder ==undefined
|
|
1854
|
+ ) {
|
1854
|
1855
|
const obj47 ='核对护士'
|
1855
|
1856
|
checkDate.push(obj47)
|
1856
|
1857
|
} else if (
|
1857
|
|
- this.dialysisOrder != null &&
|
|
1858
|
+ (this.dialysisOrder != null &&
|
1858
|
1859
|
this.dialysisOrder.start_nurse == this.check.modifier &&
|
1859
|
|
- this.check.creater == 0
|
|
1860
|
+ this.check.creater == 0) || this.dialysisOrder ==undefined
|
1860
|
1861
|
) {
|
1861
|
1862
|
const obj47 ='核对护士'
|
1862
|
1863
|
checkDate.push(obj47)
|
1863
|
1864
|
} else if (
|
1864
|
|
- this.dialysisOrder != null &&
|
|
1865
|
+ (this.dialysisOrder != null &&
|
1865
|
1866
|
this.dialysisOrder.start_nurse == this.check.creater &&
|
1866
|
|
- this.check.modifier == 0
|
|
1867
|
+ this.check.modifier == 0)|| this.dialysisOrder ==undefined
|
1867
|
1868
|
) {
|
1868
|
1869
|
const obj47 ='核对护士'
|
1869
|
1870
|
checkDate.push(obj47)
|
1870
|
1871
|
} else if (
|
1871
|
|
- this.dialysisOrder != null &&
|
|
1872
|
+ (this.dialysisOrder != null &&
|
1872
|
1873
|
this.dialysisOrder.start_nurse != this.check.creater &&
|
1873
|
1874
|
this.dialysisOrder.start_nurse != this.check.modifier &&
|
1874
|
|
- this.check.creater == 0
|
|
1875
|
+ this.check.creater == 0)|| this.dialysisOrder ==undefined
|
1875
|
1876
|
) {
|
1876
|
1877
|
const obj47 ='核对护士'
|
1877
|
1878
|
checkDate.push(obj47)
|
1878
|
1879
|
} if (
|
1879
|
|
- this.dialysisOrder == null ||
|
1880
|
|
- this.dialysisOrder.finish_nurse == 0
|
|
1880
|
+ ( this.dialysisOrder == null ||
|
|
1881
|
+ this.dialysisOrder.finish_nurse == 0)|| this.dialysisOrder ==undefined
|
1881
|
1882
|
) {
|
1882
|
1883
|
const obj48 ='下机护士'
|
1883
|
1884
|
checkDate.push(obj48)
|