20220905
This commit is contained in:
@@ -120,7 +120,8 @@ namespace FineUIPro.Web.CQMS.PersonManage
|
||||
{
|
||||
edit = "1";
|
||||
}
|
||||
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../../AttachFile/webuploader.aspx?toKeyId={0}&path=FileUpload/WelderManage&menuId={1}&edit={2}&strParam=4", PersonId, BLL.Const.WelderManageMenuId, edit)));
|
||||
Model.SitePerson_Person Checker = BLL.CheckerService.GetCheckerById(PersonId);
|
||||
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../../AttachFile/webuploader.aspx?toKeyId={0}&path=FileUpload/WelderManage&menuId={1}&edit={2}&strParam=4", Checker.SitePersonId, BLL.Const.WelderManageMenuId, edit)));
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
||||
@@ -109,7 +109,7 @@ namespace FineUIPro.Web.CQMS.PersonManage
|
||||
// this.txtCertificateLimitTime.Text = string.Format("{0:yyyy-MM-dd}", welder.CertificateLimitTime);
|
||||
//}
|
||||
this.txtWelderLevel.Text = welder.WelderLevel;
|
||||
if (welder.States == Const.State_1)
|
||||
if (welder.States == Const.ProjectPersonStates_1)
|
||||
{
|
||||
cbIsUsed.Checked = true;
|
||||
}
|
||||
@@ -244,7 +244,8 @@ namespace FineUIPro.Web.CQMS.PersonManage
|
||||
{
|
||||
edit = "1";
|
||||
}
|
||||
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../../AttachFile/webuploader.aspx?toKeyId={0}&path=FileUpload/WelderManage&menuId={1}&edit={2}&strParam=4", PersonId, BLL.Const.WelderManageMenuId, edit)));
|
||||
var welder = BLL.SitePerson_PersonService.GetSitePersonByProjectIdPersonId(this.CurrUser.LoginProjectId, PersonId);
|
||||
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../../AttachFile/webuploader.aspx?toKeyId={0}&path=FileUpload/WelderManage&menuId={1}&edit={2}&strParam=4", welder.SitePersonId, BLL.Const.WelderManageMenuId, edit)));
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user