This commit is contained in:
parent
8fbffb0a26
commit
67a20340da
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue