提交集团数据穿透修改

This commit is contained in:
2023-06-19 09:04:34 +08:00
parent efed3c7f6f
commit 1e709abb1a
184 changed files with 10777 additions and 3631 deletions
@@ -54,9 +54,9 @@
<f:FormRow>
<Items>
<f:DropDownList runat="server" Label="问题级别" ID="dpRiskLevel" LabelAlign="Right">
<f:ListItem Text="一般" Value="1" Selected="true" />
<f:ListItem Text="较大" Value="2" />
<f:ListItem Text="重大" Value="3" />
<f:ListItem Text="一般" Value="一般" Selected="true" />
<f:ListItem Text="较大" Value="较大" />
<f:ListItem Text="重大" Value="重大" />
</f:DropDownList>
<f:DatePicker ID="txtRectificationPeriod" runat="server" Label="整改期限"
LabelAlign="Right" Required="True" ShowRedStar="true">