2024-04-1

This commit is contained in:
李鹏飞 2024-04-01 18:06:18 +08:00
parent cb86e6e805
commit 251422813e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -902,7 +902,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage
{
if (BLL.CommonService.GetAllButtonPowerList(this.CurrUser.LoginProjectId, this.CurrUser.PersonId, BLL.Const.HJGL_WeldJointMenuId, BLL.Const.BtnModify))
{
if (BLL.WeldTaskService.GetWeldTaskByWeldJointId(Grid1.SelectedRowID) != null) //已下任务单,不可修改数据
if (BLL.WeldTaskService.GetWeldTaskByWeldJointId(Grid3.SelectedRowID) != null) //已下任务单,不可修改数据
{
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("WeldJointView.aspx?WeldJointId={0}", Grid3.SelectedRowID, "编辑 - ")));
}