Commit 24376b26 by Chao Sun

现金价值未填报错

parent 27b18981
......@@ -317,6 +317,7 @@
yearWithdrawalAmount:null}]);
}else if(e=='1'){
this.irrAndSimpleCalcuteParam.allFirstPayment = null;
this.yearWithdrawalInfos = [];
}
this.resultShowFlag = false;
}
......@@ -517,8 +518,8 @@
return false;
}
}
if(!this.irrAndSimple.cashValue){
this.errorDialog(1,`${irrAndSimpleCalcuteParam.allFirstPayment > 0} ? '总生存利益(万能账户现价+现金价值)' :'现金价值'未输入!`);
if(!this.irrAndSimple.cashValue || this.irrAndSimple.cashValue<0){
this.errorDialog(1,'请输入现金价值且现金价值只能大于或等于0!');
return false;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment