1、开车附件保存问题处理

This commit is contained in:
2025-09-07 11:16:31 +08:00
parent 8335d9bf4b
commit 7590c490f4
4 changed files with 17 additions and 17 deletions
@@ -44,8 +44,8 @@
<table id="Table1" runat="server" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td style="width: 100%; background: url('../Images/bg-1.gif')">
<table id="tabbtn" runat="server" width="100%" style="background: url('../Images/bg-1.gif')"
<td style="width: 100%; background: url('../../Images/bg-1.gif')">
<table id="tabbtn" runat="server" width="100%" style="background: url('../../Images/bg-1.gif')"
cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="middle" style="width: 50%; font-size: 12pt; font-weight: bold">
@@ -71,8 +71,8 @@
<td align="center" style="width: 46%; height: 30px; vertical-align: middle; font-size: 12pt;">
<asp:Label ID="lblProjectName" runat="server"></asp:Label>
</td>
<td align="left" style="width: 30%; vertical-align: bottom;" onkeypress="keypress()"
rowspan="2">
<td align="left" style="width: 30%; vertical-align: bottom;"
rowspan="2"> <%--onkeypress="keypress()"--%>
<asp:Label ID="Label1" runat="server" Text="第("></asp:Label>
<asp:TextBox ID="txtPeriod" runat="server" Width="30px" CssClass="textboxStyleNone"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtPeriod"
@@ -423,7 +423,7 @@ namespace FineUIPro.Web.TestRun.DriverReport
Alert.ShowInTop("开始时间不能大于结束时间!", MessageBoxIcon.Warning);
return;
}
PageContext.RegisterStartupScript("refresh();");
//PageContext.RegisterStartupScript("refresh();");
}
}
#endregion