|
|
@ -96,15 +96,15 @@ |
|
|
|
<Items> |
|
|
|
<f:NumberBox ID="InvLimt" runat="server" Label="发票限额" MinValue="100000" Hidden="true"/> |
|
|
|
<f:DropDownList runat="server" Label="收货月份" ID="DropDownList1" AutoPostBack="true" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged"> |
|
|
|
<f:ListItem Text="1月" Value="01" /> |
|
|
|
<f:ListItem Text="2月" Value="02" /> |
|
|
|
<f:ListItem Text="3月" Value="03" /> |
|
|
|
<f:ListItem Text="4月" Value="04" /> |
|
|
|
<f:ListItem Text="5月" Value="05" /> |
|
|
|
<f:ListItem Text="6月" Value="06" /> |
|
|
|
<f:ListItem Text="7月" Value="07" /> |
|
|
|
<f:ListItem Text="8月" Value="08" /> |
|
|
|
<f:ListItem Text="9月" Value="09" /> |
|
|
|
<f:ListItem Text="1月" Value="1" /> |
|
|
|
<f:ListItem Text="2月" Value="2" /> |
|
|
|
<f:ListItem Text="3月" Value="3" /> |
|
|
|
<f:ListItem Text="4月" Value="4" /> |
|
|
|
<f:ListItem Text="5月" Value="5" /> |
|
|
|
<f:ListItem Text="6月" Value="6" /> |
|
|
|
<f:ListItem Text="7月" Value="7" /> |
|
|
|
<f:ListItem Text="8月" Value="8" /> |
|
|
|
<f:ListItem Text="9月" Value="9" /> |
|
|
|
<f:ListItem Text="10月" Value="10" /> |
|
|
|
<f:ListItem Text="11月" Value="11" /> |
|
|
|
<f:ListItem Text="12月" Value="12" /> |
|
|
|