⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 advancedsearch.aspx

📁 本文件夹中的Model目录下包含了系统的数据库模型图和系统建模图
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
																						<TR bgColor="#cccccc">
																							<TD style="HEIGHT: 10px" colSpan="4" bgColor="#999933">
																								<DIV align="left"><FONT color="#000000">&nbsp;</FONT> <FONT face="幼圆" color="#ffffff">搜索选项:</FONT></DIV>
																							</TD>
																						</TR>
																						<TR>
																							<TD style="HEIGHT: 25px" width="27%" bgColor="#ffffcc">
																								<DIV align="right"><FONT face="幼圆">客户名称:</FONT></DIV>
																							</TD>
																							<TD style="HEIGHT: 25px" width="23%" colSpan="3" bgColor="#ffffcc"><FONT face="幼圆">&nbsp;
																								</FONT>
																								<asp:DropDownList id="ddl_tcid" runat="server" Width="211px">
																									<asp:ListItem Value="0" Selected="True">所有</asp:ListItem>
																								</asp:DropDownList></TD>
																						</TR>
																						<TR>
																							<TD style="HEIGHT: 25px" width="27%" bgColor="#ffffcc">
																								<DIV align="right">
																									<DIV align="right"><FONT face="幼圆">项目名称:</FONT></DIV>
																								</DIV>
																							</TD>
																							<TD style="HEIGHT: 25px" width="23%" colSpan="3" bgColor="#ffffcc"><FONT face="幼圆">&nbsp;
																								</FONT>
																								<asp:DropDownList id="ddl_tpid" runat="server" Width="211px">
																									<asp:ListItem Value="0" Selected="True">所有</asp:ListItem>
																								</asp:DropDownList><FONT face="幼圆">&nbsp; </FONT>
																							</TD>
																						</TR>
																						<TR>
																							<TD style="HEIGHT: 28px" width="27%" bgColor="#ffffcc">
																								<DIV align="right">
																									<DIV align="right"><FONT face="幼圆">当前状态:</FONT></DIV>
																								</DIV>
																							</TD>
																							<TD style="HEIGHT: 28px" width="23%" bgColor="#ffffcc"><FONT face="幼圆">&nbsp; </FONT>
																								<asp:DropDownList id="ddl_tstate" runat="server">
																									<asp:ListItem Value="0" Selected="True">所有</asp:ListItem>
																									<asp:ListItem Value="1">生效中</asp:ListItem>
																									<asp:ListItem Value="2">已完成</asp:ListItem>
																									<asp:ListItem Value="3">被终止</asp:ListItem>
																								</asp:DropDownList></TD>
																							<TD style="WIDTH: 135px; HEIGHT: 28px" align="right" width="135" bgColor="#ffffcc">
																								<DIV align="right"><FONT face="幼圆"></FONT>&nbsp;</DIV>
																							</TD>
																							<TD style="HEIGHT: 28px" width="26%" bgColor="#ffffcc"><FONT face="幼圆"></FONT></TD>
																						</TR>
																						<TR>
																							<TD style="HEIGHT: 18px" align="left" width="27%" colSpan="4" bgColor="#ffffcc">
																								<DIV align="center">
																									<asp:Button id="btn_search" runat="server" Text="高级搜索" BackColor="Olive" BorderStyle="Groove"
																										ForeColor="White" Font-Bold="True"></asp:Button><FONT face="幼圆"></FONT></DIV>
																							</TD>
																						</TR>
																					</TABLE>
																				</DIV>
																			</TD>
																		</TR>
																		<TR>
																			<TD style="HEIGHT: 192px" vAlign="top" align="center" height="192"><FONT face="宋体">
																					<DIV align="center"><FONT face="宋体">
																							<DIV align="center">
																								<TABLE id="Table3" style="HEIGHT: 223px" height="223" cellSpacing="0" cellPadding="0" width="100%"
																									border="0">
																									<TR>
																										<TD style="HEIGHT: 1px" bgColor="#999933"><FONT face="幼圆" color="#000000">&nbsp; <FONT color="#ffffff">
																													搜索结</FONT><FONT color="#ffffff">果:</FONT></FONT></TD>
																									</TR>
																									<TR>
																										<TD vAlign="top" height="206"><FONT face="幼圆">&nbsp; </FONT>
																											<DIV align="center">
																												<asp:datagrid id="dgd_contractlist" runat="server" Width="658px" AllowPaging="True" PageSize="5"
																													AutoGenerateColumns="False" DataKeyField="TID" OnPageIndexChanged="DataGrid_Page" BorderColor="#CCCC33"
																													BorderWidth="2pt">
																													<EditItemStyle Width="3px" BackColor="#FFFF80"></EditItemStyle>
																													<ItemStyle Font-Names="幼圆"></ItemStyle>
																													<HeaderStyle Font-Names="华文行楷" ForeColor="#FFFFFF" BackColor="#999933"></HeaderStyle>
																													<Columns>
																														<asp:BoundColumn DataField="tid" SortExpression="0" ReadOnly="True" HeaderText="合同号"></asp:BoundColumn>
																														<asp:BoundColumn DataField="cname" SortExpression="2" ReadOnly="True" HeaderText="客户名称"></asp:BoundColumn>
																														<asp:BoundColumn DataField="pname" HeaderText="项目名称"></asp:BoundColumn>
																														<asp:BoundColumn DataField="tbegindate" ReadOnly="True" HeaderText="开始日期"></asp:BoundColumn>
																														<asp:BoundColumn DataField="tenddate" HeaderText="结束日期"></asp:BoundColumn>
																														<asp:BoundColumn DataField="ttotalmoney" HeaderText="金额"></asp:BoundColumn>
																														<asp:BoundColumn DataField="tstate" HeaderText="状态">
																															<ItemStyle ForeColor="Red"></ItemStyle>
																														</asp:BoundColumn>
																														<asp:HyperLinkColumn DataNavigateUrlField="tid" DataNavigateUrlFormatString="contractcontrol.aspx?tid={0}"
																															DataTextField="tid" HeaderText="控制" DataTextFormatString="详单">
																															<HeaderStyle ForeColor="#FF0066"></HeaderStyle>
																														</asp:HyperLinkColumn>
																													</Columns>
																													<PagerStyle NextPageText="上一页" PrevPageText="下一页" Mode="NumericPages"></PagerStyle>
																												</asp:datagrid></DIV>
																										</TD>
																									</TR>
																								</TABLE>
																						</FONT>
																				</FONT></DIV></DIV></TD>
																		</TR>
																		<TR>
																			<TD align="center" height="22">
																				<P><FONT face="宋体" color="#ff0033" size="2">状态:1-生效中;2-已完成;3-被终止</FONT></P>
																			</TD>
																		</TR>
																	</TABLE>
																</TD>
															</TR>
														</TABLE>
													</TD>
												</TR>
											</TABLE>
										</FONT>
									</TD>
								</TR>
							</TABLE>
						</FONT>
					</TD>
				</TR>
			</TABLE>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -