20230630人员自定义卡号验证
This commit is contained in:
@@ -752,7 +752,16 @@ namespace FineUIPro.Web.Person
|
||||
}
|
||||
else
|
||||
{
|
||||
Alert.ShowInParent(personInfo ?? "" + projectPersonInfo ?? "", MessageBoxIcon.Warning);
|
||||
string info="提示:";
|
||||
if (!string.IsNullOrEmpty(personInfo))
|
||||
{
|
||||
info += personInfo;
|
||||
}
|
||||
if (!string.IsNullOrEmpty(projectPersonInfo))
|
||||
{
|
||||
info += projectPersonInfo;
|
||||
}
|
||||
Alert.ShowInParent(info, MessageBoxIcon.Warning);
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user