焊口导入增加焊点坐标
This commit is contained in:
@@ -629,10 +629,10 @@ namespace FineUIPro.Web.Person
|
||||
/// <param name="e"></param>
|
||||
protected void drpRole_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (this.drpRole.SelectedItemArray.Count() > 4)
|
||||
if (this.drpRole.SelectedItemArray.Count() > 5)
|
||||
{
|
||||
this.drpRole.SelectedValueArray = null;
|
||||
Alert.ShowInParent("最多可选择4个角色!", MessageBoxIcon.Warning);
|
||||
Alert.ShowInParent("最多可选择5个角色!", MessageBoxIcon.Warning);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user