This commit is contained in:
gaofei
2022-04-20 17:24:24 +08:00
parent 182a5e60d5
commit da4ee22341
6 changed files with 935 additions and 618 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtCode" runat="server" Label="编号" Readonly="true" LabelWidth="150px" Required="true" ShowRedStar="true" ></f:TextBox>
<f:TextBox ID="txtCode" runat="server" Label="编号" LabelWidth="150px" Required="true" ShowRedStar="true" ></f:TextBox>
<f:TextBox ID="txtName" runat="server" Label="名称" LabelWidth="150px" Required="true" ShowRedStar="true"></f:TextBox>
</Items>
</f:FormRow>