This commit is contained in:
2026-06-24 10:00:03 +08:00
9 changed files with 67 additions and 72 deletions
@@ -22,15 +22,15 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtHeatNo" runat="server" Label="炉号"
Required="true" MaxLength="50" ShowRedStar="true" LabelWidth="100px">
<f:TextBox ID="txtHeatNo" runat="server" Label="炉号"
MaxLength="50" LabelWidth="100px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtBatchNo" runat="server" Label="批号"
Required="true" MaxLength="50" ShowRedStar="true" LabelWidth="100px">
<f:TextBox ID="txtBatchNo" runat="server" Label="批号"
MaxLength="50" LabelWidth="100px">
</f:TextBox>
</Items>
</f:FormRow>