理财赎回优化
This commit is contained in:
parent
96e325cc48
commit
38e2721ee4
|
|
@ -51,8 +51,8 @@ public class RedeemFormPlugin extends AbstractFormPlugin {
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (!isExist) {
|
||||
boolean renewal =(boolean)this.getModel().getValue("isrenewal");
|
||||
if (!isExist && !renewal) {
|
||||
this.getView().showErrorNotification("该日期不存在估值信息,请前往理财申购列表进行估值。");
|
||||
this.getView().getModel().setValue("redeemdate",null);
|
||||
this.getView().updateView("redeemdate");
|
||||
|
|
|
|||
Loading…
Reference in New Issue