This commit is contained in:
夏菊 2025-10-31 16:34:39 +08:00
parent 8fbffb0a26
commit 67a20340da
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<Rows> <Rows>
<f:FormRow> <f:FormRow>
<Items> <Items>
<f:DropDownBox runat="server" ID="drpUnitBox" AutoPostBack="true" OnTextChanged="TextBox_TextChanged" Label="合并后的单位" EmptyText="请从下拉表格中选择合并后的单位" DataControlID="Grid1" <f:DropDownBox runat="server" ID="drpUnitBox" AutoPostBack="true" OnTextChanged="MergeTextBox_TextChanged" Label="合并后的单位" EmptyText="请从下拉表格中选择合并后的单位" DataControlID="Grid1"
EnableMultiSelect="false" MatchFieldWidth="false" Required="true" ShowRedStar="true"> EnableMultiSelect="false" MatchFieldWidth="false" Required="true" ShowRedStar="true">
<PopPanel> <PopPanel>
<f:Panel ID="Panel1" runat="server" BodyPadding="10px" Width="820px" Height="420px" Hidden="true" <f:Panel ID="Panel1" runat="server" BodyPadding="10px" Width="820px" Height="420px" Hidden="true"