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

feat:投保修改提示语调整

parent e9900eb9
...@@ -154,9 +154,9 @@ public class InsurancesConstants { ...@@ -154,9 +154,9 @@ public class InsurancesConstants {
*/ */
public static final String REPLACE_IS_EXIST = "替换员工投保记录已存在"; public static final String REPLACE_IS_EXIST = "替换员工投保记录已存在";
/** /**
* 替换类型不能修改 * 替换投保不允许变更投保类型
*/ */
public static final String REPLACE_NOT_ALLOW = "替换类型不能修改"; public static final String REPLACE_NOT_ALLOW = "替换投保不允许变更投保类型";
/** /**
* 当前记录是待投保,无法替换 * 当前记录是待投保,无法替换
*/ */
...@@ -426,9 +426,9 @@ public class InsurancesConstants { ...@@ -426,9 +426,9 @@ public class InsurancesConstants {
*/ */
public static final String BUY_TYPE_FOUR_NOT_REGISTERED= "替换类型无法登记保单保费"; public static final String BUY_TYPE_FOUR_NOT_REGISTERED= "替换类型无法登记保单保费";
/** /**
* 变更后投保类型错误 * 变更后投保类型只能填写新增、批增
*/ */
public static final String BUY_TYPE_ERROR_NEW = "变更后投保类型错误"; public static final String BUY_TYPE_ERROR_NEW = "变更后投保类型只能填写新增、批增";
/** /**
* 商险待投保,无法登记保单保费 * 商险待投保,无法登记保单保费
*/ */
......
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