修改进度报表

This commit is contained in:
2023-05-22 14:22:53 +08:00
parent b91ffeebd3
commit 4306825193
56 changed files with 818 additions and 217 deletions
+1 -2
View File
@@ -46,8 +46,7 @@
<f:SimpleForm ID="SimpleForm1" runat="server" ShowBorder="true" ShowHeader="false"
LabelWidth="80px" BodyPadding="5px" Width="350px">
<Items>
<f:HiddenField ID="hfFormID" runat="server">
</f:HiddenField>
<f:TextBox ID="hfFormID" runat="server" Hidden="true"></f:TextBox>
<f:TextBox ID="txtTrainLevelCode" Label="编号" ShowRedStar="true" Required="true" runat="server" LabelWidth="110px"
LabelAlign="right" AutoPostBack="true" OnTextChanged="TextBox_TextChanged">
</f:TextBox>