Commit d4d9f40f authored by 李灿灿's avatar 李灿灿

商险提示语优化

parent 7c956570
...@@ -146,9 +146,9 @@ public class InsurancesConstants { ...@@ -146,9 +146,9 @@ public class InsurancesConstants {
*/ */
public static final String REDUCE_ROLLBACK_IS_NOT_ALLOW = "投保状态不是待投保、投保中、已投保,无法退回"; public static final String REDUCE_ROLLBACK_IS_NOT_ALLOW = "投保状态不是待投保、投保中、已投保,无法退回";
/** /**
* 减员中,无法退回 * 商险减员中,无法退回
*/ */
public static final String REDUCE_ROLLBACK_REDUCE_IS_NOT_ALLOW = "减员中,无法退回"; public static final String REDUCE_ROLLBACK_REDUCE_IS_NOT_ALLOW = "商险减员中,无法退回";
/** /**
* 员工姓名不能为空 * 员工姓名不能为空
*/ */
...@@ -326,9 +326,9 @@ public class InsurancesConstants { ...@@ -326,9 +326,9 @@ public class InsurancesConstants {
*/ */
public static final String ACTUAL_PREMIUM_EMPTY = "保费不能为空"; public static final String ACTUAL_PREMIUM_EMPTY = "保费不能为空";
/** /**
* 保费金额格式错误 * 保费金额需要填写不大于9999999.99的正数,最多支持两位小数
*/ */
public static final String ACTUAL_PREMIUM_PARSE_ERROR= "保费金额格式错误"; public static final String ACTUAL_PREMIUM_PARSE_ERROR= "保费金额需要填写不大于9999999.99的正数,最多支持两位小数";
/** /**
* 替换类型无法登记保单保费 * 替换类型无法登记保单保费
*/ */
......
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