焊口导入增加焊点坐标

This commit is contained in:
2026-03-02 20:03:07 +08:00
parent bc2427b335
commit 39a7bc2f6c
8 changed files with 469 additions and 189 deletions
+2 -2
View File
@@ -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
{