📄 returnmoney.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ReturnMoney.aspx.cs" Inherits="CRM.WEB.Bussiness.adcontract.ReturnMoney" %>
<%@ Register Assembly="PowerEasy.Controls" Namespace="PowerEasy.Controls" TagPrefix="cc1" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>合同回款</title>
<link href="../../Css/TabPage.css" rel="stylesheet" type="text/css" />
<link href="../../Css/Common.css" type="text/css" rel="stylesheet" />
<script language="javascript" type="text/javascript">
function ShowTabs(ID){
for (i=0;i< 5;i++){
if(i == ID){
document.getElementById("TabTitle" + i).className="titlemouseover";
document.getElementById("Tabs" + i).style.display="";
}
else{
document.getElementById("TabTitle" + i).className="tabtitle";
document.getElementById("Tabs" + i).style.display="none";
}
}
}
</script>
</head>
<body runat="server" id="MasterPagebody">
<form id="form1" runat="server">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr align="center">
<td id="TabTitle0" class="titlemouseover" onclick="ShowTabs(0)">
回款计划</td>
<td id="TabTitle1" class="tabtitle" onclick="ShowTabs(1)">
回款记录</td>
<td id="TabTitle2" class="tabtitle" onclick="ShowTabs(2)">
开票</td>
<td>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="5" cellspacing="1" class="border">
<tbody id="Tabs0">
<tr align="center">
<td class="spacingtitle" colspan="4">
<strong>
回款计划</strong></td>
</tr>
<tr class="tdbg">
<td class="tdbgleft" style="text-align: right; width: 15%;">
回款计划:</td>
<td style="width: 35%">
<input type ="button" id="btnaddplan" value="新增计划" onclick="window.open('LittlePlanMoney.aspx?c_contractId=<%=c_contractId%>','' ,'width=600,height=400,top=40, left=200,toolbar=0, menubar=0, scrollbars=auto, resizable=1, location=0, status=0');" class="button" /></td>
<td class="tdbgleft" style="text-align: right; width: 15%;">
</td>
<td style="width: 35%">
</td>
</tr>
<tr class="tdbg">
<td colspan="4">
<cc1:ExtendedGridView ID="EgvPlanMoney" runat="server" AutoGenerateColumns="False" CheckBoxFieldHeaderWidth="3%" HeaderStyle-CssClass="gridtitle" IsHoldState="True"
SerialText="" DataKeyNames="c_planId"
Width="100%">
<HeaderStyle CssClass="gridtitle" />
<Columns>
<asp:BoundField DataField="c_planTitle" HeaderText="计划标题">
</asp:BoundField>
<asp:BoundField DataField="c_planNo" HeaderText="计划编号">
</asp:BoundField>
<asp:BoundField DataField="c_count" HeaderText="回款总期数">
</asp:BoundField>
<asp:BoundField DataField="c_stage" HeaderText="执行状态">
</asp:BoundField>
<asp:BoundField DataField="c_planMan" HeaderText="联系人">
</asp:BoundField>
<cc1:TemplateField HeaderText="操作">
<itemtemplate>
<a href="#" onclick="javascript:window.open('ChildPlanList.aspx?planid=<%#Eval("c_planId")%>','' ,'width=600,height=400,top=40, left=200,toolbar=0, menubar=0, scrollbars=auto, resizable=1, location=0, status=0')">执行计划</a>
</itemtemplate>
</cc1:TemplateField>
</Columns>
</cc1:ExtendedGridView>
</td>
</tr>
</tbody>
<tbody id="Tabs1" runat="server" style="display: none">
<tr align="center">
<td class="spacingtitle" colspan="4">
<strong>
回款记录</strong>
</td>
</tr>
<tr class="tdbg">
<td class="tdbgleft" style="width: 15%;" align="right">
回款记录:</td>
<td style="width: 35%;" align="left"><input type ="button" id="btnaddlog" value="新增回款" onclick="window.open('addNoteMoney.aspx?c_contractId=<%=c_contractId%>','' ,'width=600,height=500,top=40, left=200,toolbar=0, menubar=0, scrollbars=auto, resizable=1, location=0, status=0');" class="button" /></td>
<td style="width: 15%;">
</td>
<td style="width: 35%;"></td>
</tr>
<tr class="tdbg">
<td align="right" class="tdbgleft" colspan="4">
<cc1:ExtendedGridView ID="EgvNote" runat="server" AutoGenerateColumns="False" CheckBoxFieldHeaderWidth="3%" HeaderStyle-CssClass="gridtitle" IsHoldState="True"
SerialText="" DataKeyNames="c_noteId"
Width="100%">
<HeaderStyle CssClass="gridtitle" />
<Columns>
<asp:BoundField DataField="c_noteTitle" HeaderText="回款标题">
</asp:BoundField>
<asp:BoundField DataField="c_noteDate" DataFormatString="{0:yyyy-MM-dd}" HeaderText="回款日期"
HtmlEncode="False">
</asp:BoundField>
<asp:BoundField DataField="c_nowCount" HeaderText="当前期数">
</asp:BoundField>
<asp:BoundField DataField="c_needMoney" HeaderText="回款金额">
</asp:BoundField>
<asp:BoundField DataField="c_giveMoney" HeaderText="实回金额">
</asp:BoundField>
<asp:BoundField DataField="c_noGiveMoney" HeaderText="未回金额">
</asp:BoundField>
<cc1:TemplateField HeaderText="操作">
<itemtemplate>
<a href="javascript:alert('已发送审批请求给财务,请稍后查询!')">开票</a>
</itemtemplate>
</cc1:TemplateField>
</Columns>
</cc1:ExtendedGridView>
</td>
</tr>
</tbody>
<tbody id="Tabs2" style="display: none">
<tr align="center">
<td class="spacingtitle" colspan="4">
<strong>
开票记录</strong></td>
</tr>
<tr class="tdbg">
<td class="tdbgleft" style="width: 15%; text-align: right; ">
开票:</td>
<td style="width: 35%;"></td>
<td style="width: 15%;">
</td>
<td style="width: 35%;"></td>
</tr>
<tr class="tdbg">
<td colspan="4">
<cc1:ExtendedGridView ID="EgvReceipt" runat="server" AutoGenerateColumns="False"
CheckBoxFieldHeaderWidth="3%" DataKeyNames="c_noteId" HeaderStyle-CssClass="gridtitle"
IsHoldState="True" SerialText="" Width="100%">
<HeaderStyle CssClass="gridtitle" />
<Columns>
<asp:BoundField DataField="c_receiptNo" HeaderText="开票编号" />
<asp:BoundField DataField="c_receiptMoney" HeaderText="开票金额" />
<asp:BoundField DataField="c_receiptContent" HeaderText="开票内容" />
<asp:BoundField DataField="c_receiptMan" HeaderText="经手人" />
<asp:BoundField DataField="c_receiptDate" DataFormatString="{0:yyyy-MM-dd}" HeaderText="开票日期"
HtmlEncode="False" />
<asp:BoundField DataField="c_receiptType" HeaderText="票据类型" />
</Columns>
</cc1:ExtendedGridView>
</td>
</tr>
</tbody>
</table>
<asp:HiddenField ID="hd" runat="server"/>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -