2022-10-10 材料编码新增修改

This commit is contained in:
2022-10-10 10:49:52 +08:00
parent a49871c8bd
commit e4052c419f
3 changed files with 11 additions and 8 deletions
@@ -22,7 +22,7 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtMaterialName" runat="server" Label="材料类型"
<f:TextBox ID="txtMaterialName" runat="server" Label="类型"
Required="true" MaxLength="50" ShowRedStar="true" LabelWidth="100px">
</f:TextBox>
</Items>
@@ -36,7 +36,7 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtMaterialMade" runat="server" Label="材质"
<f:TextBox ID="txtMaterialMade" runat="server" Label="材质" Hidden="true"
LabelWidth="100px">
</f:TextBox>
</Items>