This commit is contained in:
2026-06-23 17:04:43 +08:00
parent 78ef18b383
commit 1ed9fec5e3
9 changed files with 65 additions and 72 deletions
@@ -22,14 +22,14 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtHeatNo" runat="server" Label="炉号"
<f:TextBox ID="txtHeatNo" runat="server" Label="炉号" Hidden="true"
Required="true" MaxLength="50" ShowRedStar="true" LabelWidth="100px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtBatchNo" runat="server" Label="批号"
<f:TextBox ID="txtBatchNo" runat="server" Label="批号" Hidden="true"
Required="true" MaxLength="50" ShowRedStar="true" LabelWidth="100px">
</f:TextBox>
</Items>