This commit is contained in:
高飞 2025-08-17 09:31:55 +08:00
parent 65a90cfc05
commit ebff3b731a
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ namespace FineUIPro.Web.WeldMat.UsingPlan
Alert.ShowInTop("请选择使用位置!", MessageBoxIcon.Warning);
return;
}
if (this.drpUsingUnit.SelectedValue == BLL.Const._Null)
if (this.drpUsingUnit.SelectedValue == BLL.Const._Null && this.CurrUser.UserId != BLL.Const.GlyId)
{
Alert.ShowInTop("请选择使用单位!", MessageBoxIcon.Warning);
return;