修改人员考核查看报错

This commit is contained in:
高飞 2022-11-20 17:01:17 +08:00
parent 7e46e75428
commit 037798f67e
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@
return; return;
} }
string Id = Grid1.SelectedRowID; string Id = Grid1.SelectedRowID;
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../Person/PersonCheckingView.aspx?QuarterCheckId={0}", Id, "编辑 - "))); PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../Person/DepartPersonCheckingView.aspx?QuarterCheckId={0}", Id, "编辑 - ")));
} }
protected void Window1_Close(object sender, WindowCloseEventArgs e) protected void Window1_Close(object sender, WindowCloseEventArgs e)
{ {

View File

@ -14,7 +14,7 @@
<rows> <rows>
<f:FormRow> <f:FormRow>
<Items> <Items>
<f:TextBox ID="txtProjectName" runat="server" Label="项目名称" Required="true" MaxLength="100" <f:TextBox ID="txtProjectName" runat="server" Label="项目名称" Required="true" MaxLength="200"
ShowRedStar="true" AutoPostBack="true" OnTextChanged="TextBox_TextChanged" FocusOnPageLoad="true" ></f:TextBox> ShowRedStar="true" AutoPostBack="true" OnTextChanged="TextBox_TextChanged" FocusOnPageLoad="true" ></f:TextBox>
</Items> </Items>
</f:FormRow> </f:FormRow>