|
@@ -1881,10 +1881,12 @@ export default {
|
1881
|
1881
|
} if (this.afterdialysis.weight_after == 0) {
|
1882
|
1882
|
const obj20 = "透后体重"
|
1883
|
1883
|
checkDate.push(obj20)
|
1884
|
|
- } if (this.afterdialysis.weight_loss == 0) {
|
|
1884
|
+ }
|
|
1885
|
+ if (this.afterdialysis.weight_loss == 0) {
|
1885
|
1886
|
const obj21 = "体重减少"
|
1886
|
1887
|
checkDate.push(obj21)
|
1887
|
|
- } if (this.prescription.target_ultrafiltration == 0) {
|
|
1888
|
+ }
|
|
1889
|
+ if (this.prescription.target_ultrafiltration == 0) {
|
1888
|
1890
|
const obj22 = "处方脱水量"
|
1889
|
1891
|
checkDate.push(obj22)
|
1890
|
1892
|
} if (this.afterdialysis.actual_ultrafiltration == 0) {
|
|
@@ -2807,6 +2809,8 @@ export default {
|
2807
|
2809
|
console.log('a',a);
|
2808
|
2810
|
this.$message.error(a +" 未填");
|
2809
|
2811
|
return a
|
|
2812
|
+ }else{
|
|
2813
|
+ this.$message.success('核对完成')
|
2810
|
2814
|
}
|
2811
|
2815
|
}
|
2812
|
2816
|
},
|