2、五环,预试车管理,生成工作包检查表和检查表会签逻辑优化;
3、五环,项目级补充待办
This commit is contained in:
@@ -891,5 +891,15 @@ namespace FineUIPro.Web
|
||||
protected void btnPhoneClick(object sender, EventArgs e) {
|
||||
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("~/ProjectData/ProjectUserContact.aspx")));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 待办
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnTodo_OnClick(object sender, EventArgs e)
|
||||
{
|
||||
PageContext.RegisterStartupScript(Window2.GetShowReference(String.Format("~/Work/ToDoList.aspx")));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user