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

📄 contractjbinfo.aspx

📁 IntCRM客户管理系统是为网络公司量身定制的一套crm系统:强大的客户跟踪功能、完美的解决了销售人员撞单问题、优秀的合同预领功能及合同管理功能
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
<%@ page language="C#" autoeventwireup="true" inherits="general_Contract_ContractJbInfo, CrmCommand" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>单个合同的基本信息</title>
<script language="javascript">
function SetHeight()
{
if(parent.document.getElementById('IFR')!=null)
{
parent.document.all('IFR').style.height=document.body.scrollHeight+20;
}
if(parent.document.getElementById('menu_main')!=null)
{
parent.document.all('menu_main').style.height=document.body.scrollHeight+20;
}
else
{
}
}
</script>
	<style type="text/css">
.style1 {
	font-size: x-small;
}
</style>
</head>
<body class ="bodycolor" leftmargin="0" topmargin="0" onload="SetHeight()">
    <form id="form1" runat="server">
        <table align="center" cellpadding="5" cellspacing="0" class="small" style="border-right: #000000 1px groove;
            border-top: #000000 1px groove; border-left: #000000 1px groove; width: 790px;
            border-bottom: #000000 1px groove">
            <tr>
                <td colspan="2" style="height: 75px">
                    <fieldset name="Group1">
                        <legend class="style1" >基本信息</legend>
                        <table cellpadding="0" cellspacing="0" style="width: 100%; height: 65px">
                            <tr>
                                <td style="width: 98px" class="style1">
                                    合同类型:</td>
                                <td colspan="2">
                                    <asp:TextBox ID="TxtType" runat="server" CssClass="BigInput" ReadOnly="True"
                                        Width="200px" Font-Size="X-Small"></asp:TextBox></td>
                            </tr>
                            <tr>
                                <td style="width: 98px; height: 24px;" class="style1">
                                    合同编号:</td>
                                <td colspan="2" style="height: 24px">
                                    <asp:TextBox ID="TxtContractNo" runat="server" CssClass="BigInput" ReadOnly="True"
                                        Width="200px" Font-Size="X-Small"></asp:TextBox></td>
                            </tr>
                            <tr>
                                <td style="width: 98px" class="style1">
                                    合同状态:</td>
                                <td colspan="2">
                                    <asp:TextBox ID="TxtState" runat="server" CssClass="BigInput" ReadOnly="True"
                                        Width="200px" Font-Size="X-Small"></asp:TextBox></td>
                            </tr>
                            <tr>
                                <td style="width: 98px;" class="style1">
                                    签约日期:</td>
                                <td colspan="2">
                                        <asp:TextBox
                                        ID="TxtCheckInData" runat="server" CssClass="BigInput" ReadOnly="True" Width="200px" Font-Size="X-Small"></asp:TextBox>
                                    </td>
                            </tr>
                            <tr>
                                <td style="width: 98px" class="style1">
                                    结束日期:</td>
                                <td colspan="2">
                                    <asp:TextBox
                                        ID="TxtEnddata" runat="server" CssClass="BigInput" ReadOnly="True" Width="200px" Font-Size="X-Small"></asp:TextBox></td>
                            </tr>
                            <tr>
                                <td style="width: 98px" class="style1">
                                    付款方式:</td>
                                <td colspan="2">
                                    <asp:TextBox ID="TxtMethod" runat="server" CssClass="BigInput" ReadOnly="True" Width="200px" Font-Size="X-Small"></asp:TextBox>
									<span class="style1">&nbsp;</span></td>
                            </tr>
                        </table>
                    </fieldset><span class="style1"> </span>
                    </td>
            </tr>
            <tr>
                <td style="width: 404px; height: 123px" valign="top">
                    <fieldset name="Group1">
                        <legend class="style1" >买方(乙方)</legend>
                        <table cellpadding="0" cellspacing="0">
                            <tr>
                                <td style="width: 80px" class="style1">
                                    公司名称</td>
                                <td>
                                    <asp:TextBox ID="TxtClientName" runat="server" CssClass="BigInput" ReadOnly="True"
                                        Width="280px" Font-Size="X-Small"></asp:TextBox>
                                </td>
                            </tr>
                            <tr>
                                <td style="width: 72px" class="style1">
                                    公司地址</td>
                                <td>
                                    <asp:TextBox ID="TxtAddr" runat="server" CssClass="BigInput" ReadOnly="True" Width="280px" Font-Size="X-Small"></asp:TextBox>
                                </td>
                            </tr>
                            <tr>
                                <td style="width: 72px" class="style1">
                                    联系电话</td>
                                <td>
                                    <asp:TextBox ID="TxtClientComTel" runat="server" CssClass="BigInput" ReadOnly="True"
                                        Width="174px" Font-Size="X-Small"></asp:TextBox>
                                </td>
                            </tr>
                            <tr>
                                <td style="width: 72px" class="style1">
                                    公司传真</td>
                                <td >
                                    <asp:TextBox ID="TxtClientFax" runat="server" CssClass="BigInput" ReadOnly="True"
                                        Width="174px" Font-Size="X-Small"></asp:TextBox>
                                </td>
                            </tr>
                            <tr>
                                <td style="width: 72px" class="style1">
                                    联系人</td>
                                <td>
                                    <asp:TextBox ID="TxtClientContact" runat="server" CssClass="BigInput" ReadOnly="True"
                                        Width="174px" Font-Size="X-Small"></asp:TextBox>
                                </td>
                            </tr>
                            <tr>
                                <td style="width: 72px" class="style1">
                                    签约人</td>
                                <td>
                                    <asp:TextBox ID="TxtBuyCheckPeo" runat="server" CssClass="BigInput" ReadOnly="True"
                                        Width="174px" Font-Size="X-Small"></asp:TextBox>
                                </td>
                            </tr>
                            <tr>
                                <td style="width: 72px" class="style1">
                                    联系手机</td>
                                <td>
                                    <asp:TextBox ID="TxtClientMobile" runat="server" CssClass="BigInput" ReadOnly="True"
                                        Width="174px" Font-Size="X-Small"></asp:TextBox>
                                </td>
                            </tr>
                        </table>
                    </fieldset><span class="style1"> </span>
                  </td>
                <td style="height: 123px" valign="top">
                    <fieldset name="Group1" style="width: 380px">
                        <legend class="style1" >卖方(甲方)</legend>
                        <table cellpadding="0" cellspacing="0" style="width: 388px">
                            <tr>
                                <td style="width: 80px" class="style1">
                                    公司名称</td>
                                <td>
                                    <asp:TextBox ID="TxtMyComName" runat="server" CssClass="BigInput" ReadOnly="True"
                                        Width="280px" Font-Size="X-Small"></asp:TextBox>
                                </td>
                            </tr>
                            <tr>
                                <td style="width: 72px" class="style1">
                                    公司地址</td>
                                <td>
                                    <asp:TextBox ID="TxtMyAddr0" runat="server" CssClass="BigInput" ReadOnly="True" Width="280px" Font-Size="X-Small"></asp:TextBox>
                                </td>
                            </tr>
                            <tr>
                                <td style="width: 72px" class="style1">
                                    联系电话</td>
                                <td>
                                    <asp:TextBox ID="TxtMyTel" runat="server" CssClass="BigInput" ReadOnly="True" Width="174px" Font-Size="X-Small"></asp:TextBox>
                                </td>
                            </tr>
                            <tr>
                                <td style="width: 72px" class="style1">
                                    公司传真</td>
                                <td>
                                    <asp:TextBox ID="MyClientFax0" runat="server" CssClass="BigInput" ReadOnly="True"
                                        Width="174px" Font-Size="X-Small"></asp:TextBox>
                                </td>

⌨️ 快捷键说明

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