取消项目编码必填
This commit is contained in:
parent
6ce7440549
commit
ef21f58a61
|
|
@ -128,8 +128,8 @@
|
|||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtProjectRealCode" runat="server" Label="项目编码" Required="true" MaxLength="50"
|
||||
ShowRedStar="true"></f:TextBox>
|
||||
<f:TextBox ID="txtProjectRealCode" runat="server" Label="项目编码" MaxLength="50"
|
||||
></f:TextBox>
|
||||
</Items>
|
||||
<Items>
|
||||
<f:TextBox ID="TextBox2" runat="server" Label="" LabelWidth="150px" Hidden="true"
|
||||
|
|
|
|||
|
|
@ -102,8 +102,8 @@
|
|||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtProjectRealCode" runat="server" Label="项目编码" Required="true" MaxLength="50" Readonly="true" LabelWidth="150px"
|
||||
ShowRedStar="true"></f:TextBox>
|
||||
<f:TextBox ID="txtProjectRealCode" runat="server" Label="项目编码" MaxLength="50" Readonly="true" LabelWidth="150px"
|
||||
></f:TextBox>
|
||||
</Items>
|
||||
<Items>
|
||||
<f:TextBox ID="TextBox2" runat="server" Label="" LabelWidth="150px" Hidden="true"
|
||||
|
|
|
|||
Loading…
Reference in New Issue