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

📄 childplanlist.aspx

📁 CRM系统源码
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ChildPlanList.aspx.cs" Inherits="CRM.WEB.Bussiness.adcontract.ChildPlanList" %>
<%@ 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" />
</head>

<body runat="server" id="MasterPagebody">
 <form id="form1" runat="server">

<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 colspan="4">
                <cc1:ExtendedGridView ID="EgvPlanMoney" runat="server" AutoGenerateColumns="False" CheckBoxFieldHeaderWidth="3%" HeaderStyle-CssClass="gridtitle" IsHoldState="True"
                        SerialText="" DataKeyNames="c_childPlanId"
                        Width="100%">
                        <HeaderStyle CssClass="gridtitle" />
                        <Columns>
                            <asp:BoundField DataField="c_childDate" HeaderText="回款日期">
                            </asp:BoundField>
                            <asp:BoundField DataField="c_childMoney" HeaderText="回款金额">
                            </asp:BoundField>
                            <asp:BoundField DataField="c_nowCount" HeaderText="当前期数">
                            </asp:BoundField>
                            <asp:BoundField DataField="c_contractMan" HeaderText="联系人">
                            </asp:BoundField> 
                            <asp:BoundField DataField="c_remark" HeaderText="备注">
                            </asp:BoundField>  
                           <cc1:TemplateField HeaderText="操作">
                                <itemtemplate>
                                    <a href="#" onclick="javascript:window.open('addNoteMoney.aspx?childPlanId=<%#Eval("c_childPlanId")%>&planID=<%=planID%>>','' ,'width=600,height=430,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">
        </tbody>
        
      <tbody id="Tabs2" style="display: none">
            <tr class="tdbg">
            </tr>
            <tr class="tdbg">
            </tr>
            <tr class="tdbg">
            </tr>
            <tr class="tdbg">
            </tr>
        </tbody>
    </table> 
    </form>
</body>
</html>

⌨️ 快捷键说明

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