This commit is contained in:
2026-06-23 17:08:03 +08:00
parent 1ed9fec5e3
commit 0e407259de
2 changed files with 6 additions and 6 deletions
@@ -22,15 +22,15 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtHeatNo" runat="server" Label="炉号" Hidden="true"
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="批号" Hidden="true"
Required="true" MaxLength="50" ShowRedStar="true" LabelWidth="100px">
<f:TextBox ID="txtBatchNo" runat="server" Label="批号"
MaxLength="50" LabelWidth="100px">
</f:TextBox>
</Items>
</f:FormRow>