📄 contractcount.aspx
字号:
<%@ Page language="c#" Codebehind="ContractCount.aspx.cs" AutoEventWireup="false" Inherits="TMS.ContractCount" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>ContractCount</title>
<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="ContractCount" method="post" runat="server">
<TABLE height="60%" cellSpacing="0" borderColorDark="#cccccc" cellPadding="5" width="100%" align="center" borderColorLight="#000000" border="1">
<TR bgColor="#cccccc">
<TD vAlign="center" align="left" bgColor="#cccccc" colSpan="2" height="2">
<DIV align="center"><FONT size="5">合同管理</FONT><FONT size="4">--合同信息统计</FONT></DIV>
</TD>
</TR>
<TR vAlign="center" align="left" bgColor="#ffffff">
<TD style="HEIGHT: 430px" vAlign="top" width="17%" height="430">
<DIV align="center"></DIV>
<DIV align="center"></DIV>
<DIV align="center"></DIV>
<DIV align="left">
<P>
<TABLE id="Table1" style="WIDTH: 62px; HEIGHT: 152px" height="152" cellSpacing="0" cellPadding="0" width="62" border="0">
<TR>
<TD align="middle" width="48%" height="3"><asp:hyperlink id="hlk_goodsmanage" runat="server" Width="102px" NavigateUrl="usermanage.aspx">员工信息维护</asp:hyperlink> </TD>
</TR>
<TR>
<TD align="middle" width="48%" height="2"><FONT face="宋体"><asp:hyperlink id="hlk_clientsmanage" runat="server" NavigateUrl="clientsmanage.aspx">客户信息维护</asp:hyperlink></FONT></TD>
</TR>
<TR>
<TD width="48%" height="2"><FONT face="宋体"> </FONT></TD>
</TR>
<TR>
<TD align="middle" width="48%" height="2"><FONT face="宋体"><asp:hyperlink id="hlk_projectsmanage" runat="server" NavigateUrl="projectsmanage.aspx">项目信息维护</asp:hyperlink></FONT></TD>
</TR>
<TR>
<TD align="middle" width="48%" bgColor="#ffffff" height="2"><FONT face="宋体"> </FONT> </TD>
</TR>
<TR>
<TD align="middle" width="48%" height="2"><FONT face="宋体"><asp:hyperlink id="hlk_contractmanage" runat="server" NavigateUrl="contractmanage.aspx">合同信息维护</asp:hyperlink></FONT></TD>
</TR>
<TR>
<TD align="middle" width="48%" bgColor="#ffffff" height="2"><FONT face="宋体"> </FONT> </TD>
</TR>
<TR>
<TD align="middle" width="48%" height="2"><FONT face="宋体"><asp:hyperlink id="hlk_contractcontrol" runat="server" NavigateUrl="contractlist.aspx">合同执行控制</asp:hyperlink></FONT></TD>
</TR>
<TR>
<TD align="middle" width="48%" bgColor="#ffffff" height="2"><FONT face="宋体"> </FONT> </TD>
</TR>
<TR>
<TD align="middle" width="48%" bgColor="#ffffff" height="2"><FONT face="宋体"><asp:hyperlink id="hlk_contractcount" runat="server" NavigateUrl="contractcount.aspx">合同信息统计</asp:hyperlink></FONT></TD>
</TR>
<TR>
<TD width="48%" bgColor="#ffffff" height="2"> <FONT face="宋体"> </FONT>
</TD>
</TR>
<TR>
<TD align="middle" width="48%" bgColor="#ffffff" height="2"><asp:hyperlink id="hlk_passwordmodifyforadmin" runat="server" NavigateUrl="PasswordModifyForAdmin.aspx">个人密码修改</asp:hyperlink></TD>
</TR>
<TR>
<TD width="48%" bgColor="#ffffff" height="2"> </TD>
</TR>
</TABLE>
</P>
</DIV>
<DIV align="center"><FONT face="宋体"></FONT> </DIV>
</TD>
<TD style="HEIGHT: 430px" vAlign="top" width="83%" height="430">
<TABLE height="117" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR bgColor="#cccccc">
<TD vAlign="center" align="left" bgColor="#ffffff" height="3">
<DIV align="center">
<TABLE id="Table2" height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR bgColor="#cccccc">
<TD style="HEIGHT: 10px" colSpan="4">
<DIV align="left"><FONT color="#000000" size="3">统计条件:</FONT></DIV>
</TD>
</TR>
<TR>
<TD style="HEIGHT: 25px" width="27%">
<DIV align="right"><FONT face="宋体">客户名称:</FONT></DIV>
</TD>
<TD style="HEIGHT: 25px" width="23%" colSpan="3">
<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%">
<DIV align="right">
<DIV align="right">项目名称:</DIV>
</DIV>
</TD>
<TD style="HEIGHT: 25px" width="23%" colSpan="3">
<asp:dropdownlist id="ddl_tpid" runat="server" Width="211px">
<asp:ListItem Value="0" Selected="True">所有</asp:ListItem>
</asp:dropdownlist><FONT face="宋体"></FONT>
</TD>
</TR>
<TR>
<TD style="HEIGHT: 28px" width="27%">
<DIV align="right">
<DIV align="right">当前状态:</DIV>
</DIV>
</TD>
<TD style="HEIGHT: 28px" width="23%">
<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">
<DIV align="right"><FONT face="宋体"></FONT> </DIV>
</TD>
<TD style="HEIGHT: 28px" width="26%"><FONT face="宋体"></FONT></TD>
</TR>
<TR>
<TD style="HEIGHT: 18px" align="middle" width="27%" colSpan="4">
<DIV align="center"><FONT face="宋体"><asp:button id="btn_search" runat="server" Text="开始统计"></asp:button></FONT></DIV>
</TD>
</TR>
</TABLE>
</DIV>
</TD>
</TR>
<TR>
<TD style="HEIGHT: 194px" vAlign="top" align="middle" height="194"><FONT face="宋体">
<DIV align="center"><FONT face="宋体">
<DIV align="center">
<TABLE id="Table3" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD style="HEIGHT: 1px" bgColor="#cccccc"><FONT color="#000000">统计结果:</FONT></TD>
</TR>
<TR>
<TD vAlign="top" height="175" style="HEIGHT: 175px">
<DIV align="center"><asp:datagrid id="dgd_contractlist" runat="server" Width="100%" AllowPaging="True" PageSize="5" AutoGenerateColumns="False" DataKeyField="TID" OnPageIndexChanged="DataGrid_Page">
<EditItemStyle Width="3px" BackColor="#FFFF80"></EditItemStyle>
<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 Target="_blank" DataNavigateUrlField="tid" DataNavigateUrlFormatString="contractdetailforcount.aspx?tid={0}" DataTextField="tid" HeaderText="历史详单" DataTextFormatString="查看">
<HeaderStyle ForeColor="#FF0066"></HeaderStyle>
</asp:HyperLinkColumn>
</Columns>
<PagerStyle NextPageText="上一页" PrevPageText="下一页" Mode="NumericPages"></PagerStyle>
</asp:datagrid><FONT face="宋体"></FONT></DIV>
</TD>
</TR>
</TABLE>
</FONT>
</FONT><FONT face="宋体" color="#ff0033" size="2">状态:1-生效中;2-已完成;3-被终止</FONT></DIV></DIV></TD>
</TR>
<tr>
<td align="middle" height="22">
<P align="left"><FONT face="宋体" color="#ff0000"><EM><STRONG>共选中合同数(条):
<asp:label id="lbl_tcount" runat="server"></asp:label></STRONG></EM></FONT></P>
</td>
</tr>
<tr>
<td align="middle" height="22">
<P align="left"><FONT face="宋体" color="#ff0000"><EM><STRONG>总计合同金额(万元):
<asp:Label id="lbl_totalmoney" runat="server"></asp:Label></STRONG></EM></FONT></P>
</td>
</tr>
<tr>
<td height="22"><FONT face="宋体" color="#ff0000"><EM><STRONG>实际收入金额(万元):
<asp:Label id="lbl_readymoney" runat="server"></asp:Label></STRONG></EM></FONT></td>
</tr>
</TABLE>
</TD>
</TR>
<tr vAlign="center" align="middle" bgColor="#eeeeee">
<td bgColor="#eeeeee" colSpan="2" height="11">
<div align="center"><FONT face="宋体"><asp:hyperlink id="hlk_default" runat="server" NavigateUrl="default.aspx">注销</asp:hyperlink></FONT></div>
</td>
</tr>
</TABLE>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -