This commit is contained in:
gaofei
2021-08-13 11:15:59 +08:00
parent 43acc57060
commit d8dff88c39
320 changed files with 37219 additions and 4678 deletions
+1 -12
View File
@@ -15,7 +15,7 @@
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtCode" runat="server" Label="编号" LabelWidth="150px" Required="true" ShowRedStar="true" FocusOnPageLoad="true"></f:TextBox>
<f:TextBox ID="txtCode" runat="server" Label="编号" Readonly="true" 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>
@@ -25,17 +25,6 @@
<f:DatePicker runat="server" Label="进度计划结束日期" ID="txtEndDate" Required="true" ShowRedStar="true" LabelWidth="150px"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow runat="server" ID="trWbsSet1" Hidden="true">
<Items>
<f:DropDownList ID="drpControlPoint" runat="server" Label="等级" LabelWidth="150px" >
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow runat="server" ID="trWbsSet2" Hidden="true">
<Items>
<f:TextArea ID="txtControlItemDef" runat="server" MaxLength="500" Label="内容" LabelWidth="150px" ></f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtSortIndex" runat="server" Label="排序" NoDecimal="true" LabelWidth="150px" ></f:NumberBox>