取消设备位号必填

This commit is contained in:
2023-02-24 16:02:54 +08:00
parent b55af0b059
commit 4e8dc60165
3 changed files with 6 additions and 6 deletions
@@ -36,7 +36,7 @@
<f:TextBox ID="txtSpecificationAndModel" runat="server" Label="规格型号"
MaxLength="70" LabelWidth="100px" >
</f:TextBox>
<f:TextBox ID="txtEquipmentCode" runat="server" Label="设备位号" ShowRedStar="true" Required="true"
<f:TextBox ID="txtEquipmentCode" runat="server" Label="设备位号"
MaxLength="70" LabelWidth="100px">
</f:TextBox>
</Items>