代码无效引用清理,试压包资料界面看板修改

This commit is contained in:
2025-10-10 14:33:21 +08:00
parent 87fb529521
commit 55b798135c
933 changed files with 5897 additions and 7541 deletions
@@ -58,9 +58,9 @@ namespace FineUIPro.Web.CQMS.Comprehensive
this.drpUnitWorkIds.SelectedValueArray = model.UnitWorkId.Split(',');
}
this.txtDraCode.Text = model.DraCode;
this.txtReviewDate.Text = model.ReviewDate.HasValue ? string.Format("{0:yyyy-MM-dd}", model.ReviewDate) : "";
if (!string.IsNullOrEmpty(model.ReceiveUnits))
{
this.drpUnitIds.SelectedValueArray = model.ReceiveUnits.Split(',');
@@ -99,8 +99,8 @@ namespace FineUIPro.Web.CQMS.Comprehensive
}
//else
//{
//this.btnSave.Hidden = false;
//this.btnSubmit.Hidden = false;
//this.btnSave.Hidden = false;
//this.btnSubmit.Hidden = false;
//}
}
}
@@ -192,7 +192,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
//}
//else
//{
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../../AttachFile/webuploader.aspx?type=0&toKeyId={0}&path=FileUpload/CQMS/designDrawings&menuId={1}", this.hdAttachUrl.Text, BLL.Const.ReviewDrawingsMenuId)));
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../../AttachFile/webuploader.aspx?type=0&toKeyId={0}&path=FileUpload/CQMS/designDrawings&menuId={1}", this.hdAttachUrl.Text, BLL.Const.ReviewDrawingsMenuId)));
//}
}
#endregion