质量月报修改

This commit is contained in:
2024-04-18 10:00:35 +08:00
parent 1c14fbc61b
commit d1e5badc5b
8 changed files with 18 additions and 11 deletions
@@ -42,7 +42,12 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtImplementationFrontState" runat="server" Label="执行情况" MaxLength="50" LabelAlign="right"></f:TextBox>
<%--<f:TextBox ID="txtImplementationFrontState" runat="server" Label="执行情况" MaxLength="50" LabelAlign="right"></f:TextBox>--%>
<f:DropDownList ID="drpImplementationFrontState" runat="server" Label="执行情况" LabelAlign="right">
<f:ListItem Value="实施中" Text="实施中" Selected="true"/>
<f:ListItem Value="已完成" Text="已完成"/>
</f:DropDownList>
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd" Label="施工完成日期" ID="txtCompleteDate" LabelWidth="120px"
LabelAlign="right">
</f:DatePicker>