20240508 共检通知单复制功能
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
<f:Toolbar ID="ToolSearch" Position="Top" runat="server" ToolbarAlign="Left">
|
||||
<Items>
|
||||
<f:DropDownList ID="drpZhType" runat="server" Label="类别" LabelAlign="Right" EnableEdit="true" LabelWidth="110px" AutoPostBack="true" OnSelectedIndexChanged="drpZhType_SelectedIndexChanged">
|
||||
<f:ListItem Value="1" Text="专业" Selected="true" />
|
||||
<f:ListItem Value="" Text="-请选择-" />
|
||||
<f:ListItem Value="1" Text="专业" />
|
||||
<f:ListItem Value="2" Text="单位名称" />
|
||||
</f:DropDownList>
|
||||
<f:DropDownList ID="drpCNProfessional" runat="server" Label="" LabelAlign="Right" EnableEdit="true">
|
||||
|
||||
Reference in New Issue
Block a user