CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsDetail.aspx
@@ -11,12 +11,50 @@
        
        
      </script>
     <style type="text/css">
        /*基本表格样式*/
.tableStyle1{
    border-collapse: collapse;
   border: 1px solid #bbb;
   width: 100%;
   background-color: White;
}
.tableStyle1 td{
   border-left: 1.0pt solid windowtext;
   border-right: 1.0pt solid windowtext;
   border-bottom: 1.0pt solid windowtext;
   border-color: #bbb;
   height:24px;
   padding: 1px 2px 1px 4px;
}
.tableStyle1 tr{
   color:#000;
}
    </style>
     <script type="text/javascript">
     //查看
         function onViewWeihu(keyid) {
             top.Dialog.open({ URL: "/Pages/business/CorporateClientsVisit.aspx?Keyid=" + keyid, Title: "查看客户维护记录", Width: 1200, Height: 900 });
         }
         //查看
         function onViewSheji(keyid) {
             top.Dialog.open({ URL: "/Pages/business/CorporateClientsSheji.aspx?Keyid=" + keyid, Title: "查看客户设计沟通", Width: 1200, Height: 900 });
         }
     </script>
</head>
<body>
    <form runat="server" id="form1" class="form">
        <fieldset>
            <legend>基本信息</legend>
            <table class="tableStyle">
            <table class="tableStyle" style="width:98%;">
              <tr>
                    <td class="ali03 w150px">客户来源:</td><td><span  id="spanSourcesInfoId" runat="server" ></span></td>
                    <td class="ali03 ">所属行业:</td><td><span  id="spanCustomerIndustriesId" runat="server" ></span></td>
@@ -37,7 +75,7 @@
        </fieldset>
                <fieldset>
            <legend>客户资料</legend>
            <table class="tableStyle">
            <table  class="tableStyle1">
              <tr>
                    <td class="ali03 w150px">客户名称:</td><td colspan="3"><span  id="spanCompanyName" runat="server" ></span></td>
                    <td class="ali03 ">客户信誉:</td><td ><span  id="spanCreditId" runat="server" ></span></td>
@@ -110,7 +148,7 @@
                    <td class="ali03 ">注意事项:</td><td colspan="5" runat="server" id="spanNote"></td>
                </tr>
                <tr>
                    <td class="ali03 ">备注:</td><td colspan="5" runat="server" id="spanRemark"></td>
                    <td class="ali03 ">备注:</td><td colspan="5" runat="server" id="spanRemark" ></td>
                </tr>
                 <tr>                     <td class="ali03 ">完结状态:</td>                     <td   ><span  id="spanShifouwanjieName" runat="server" ></span></td>                      <td class="ali03 "></td>                     <td   ></td>                       <td class="ali03 "></td>                     <td   ></td>                   </tr>   
             </table>
@@ -123,28 +161,40 @@
                       
                </HeaderTemplate>
                <ItemTemplate>
                    <tr>
                        <td rowspan="5" style="width:10px;">
                     <tr>
                           <td rowspan="6" style="width:3%;">
                             <%# Container.ItemIndex + 1%>
                        </td>
                         <td>
                         <td style="width:15%;" >
                           印件名称
                        </td>
                        <td colspan="5" style="width:82%;">
                            <%#Eval("DocumentName")%>
                        </td>
                         </tr>
                    <tr>
                         <td style="width:15%;">
                            业务经办人
                        </td>
                        <td>
                        <td style="width:15%;">
                             <%#Eval("BusinessManagers")%>
                        </td>
                         <td>
                         <td style="width:15%;">
                            手机
                        </td>
                         <td>
                         <td style="width:15%;">
                           
                            <%#Eval("ManagersMobile")%>
                                   
                        </td>
                         <td>
                         <td style="width:15%;">
                           微信
                        </td>
                        <td>
                        <td style="width:15%;">
                          
                                <%#Eval("ManagersQQ")%></a>
                        </td>
@@ -157,15 +207,7 @@
                             <%#Eval("Xinge")%>
                        </td>
                         </tr>
                     <tr>
                         <td>
                           印件名称
                        </td>
                        <td colspan="5">
                            <%#Eval("DocumentName")%>
                        </td>
                         </tr>
                      <tr>
                        
                         <td>
                            印件数量
@@ -213,6 +255,14 @@
            </asp:Repeater>
             
          </fieldset>
         <fieldset>
               <legend>维护记录</legend>
              <button id="Button4"   onclick="onViewWeihu('<%=CorporateClientsid%>')" >查看维护记录</button>
 </fieldset>
        <fieldset>
               <legend>设计沟通</legend>
              <button id="Button5"   onclick="onViewSheji('<%=CorporateClientsid%>')" >查看设计沟通</button>
 </fieldset>
         <%-- <fieldset>
                <legend>维护记录</legend>
            <asp:Repeater ID="RepClientList" runat="server">