This commit is contained in:
2024-05-14 10:52:21 +08:00
parent 67d2f019d4
commit 331172c12b
4 changed files with 34 additions and 9 deletions
@@ -21,11 +21,9 @@
<f:DropDownList ID="drpType" runat="server" Label="类别" LabelAlign="Right" AutoPostBack="true" OnSelectedIndexChanged ="drpType_SelectedIndexChanged"
LabelWidth="80px">
<f:ListItem Value="1" Text="分包方" Selected="true"/>
<f:ListItem Value="2" Text="个人" />
<f:ListItem Value="3" Text="项目管理人员" />
</f:DropDownList>
<f:ListItem Value="2" Text="项目组管理人员" />
<f:ListItem Value="3" Text="分包方主要负责人" />
</f:DropDownList>
</Items>
</f:Toolbar>
</Toolbars>