username@email.com
2026-02-25 b73be4c097b5e12c9534fbefd8df54b404c05cb0
CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsDetail.aspx
@@ -37,6 +37,18 @@
}
    </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">
@@ -150,7 +162,7 @@
                </HeaderTemplate>
                <ItemTemplate>
                    <tr>
                        <td rowspan="5" style="width:10px;">
                        <td rowspan="6" style="width:10px;">
                             <%# Container.ItemIndex + 1%>
                        </td>
                         <td>
@@ -239,6 +251,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">