Commit 1ff70da6 by Sweet Zhang
parents 69dce9e7 24376b26
......@@ -322,6 +322,7 @@
yearWithdrawalAmount:null}]);
}else if(e=='1'){
this.irrAndSimpleCalcuteParam.allFirstPayment = null;
this.yearWithdrawalInfos = [];
}
this.resultShowFlag = false;
}
......@@ -522,8 +523,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