修改进度报表

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
@@ -57,8 +57,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="txtGoodsCategoryCode" Label="编号" ShowRedStar="true" Required="true" runat="server"
LabelAlign="right" AutoPostBack="true" OnTextChanged="TextBox_TextChanged" FocusOnPageLoad="true">
</f:TextBox>