From ebff3b731a76c67918ea33383d8adea8311fec60 Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Sun, 17 Aug 2025 09:31:55 +0800 Subject: [PATCH] 1 --- HJGL_DS/FineUIPro.Web/WeldMat/UsingPlan/UsingPlanEdit.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HJGL_DS/FineUIPro.Web/WeldMat/UsingPlan/UsingPlanEdit.aspx.cs b/HJGL_DS/FineUIPro.Web/WeldMat/UsingPlan/UsingPlanEdit.aspx.cs index 69d189f..421f946 100644 --- a/HJGL_DS/FineUIPro.Web/WeldMat/UsingPlan/UsingPlanEdit.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/WeldMat/UsingPlan/UsingPlanEdit.aspx.cs @@ -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;