代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user