username@email.com
2024-09-25 6442fbe375c6b7abdc4b4b1dda7b990685bd02db
CY_ECommercePlatform/CY.WebForm/Pages/business/CorporateClientsList.aspx
@@ -22,16 +22,16 @@
        //查看
        function onView(keyid) {
            top.Dialog.open({ URL: "/Pages/business/CorporateClientsDetail.aspx?Keyid=" + keyid, Title: "查看客户", Width: 900, Height: 750 });
            top.Dialog.open({ URL: "/Pages/business/CorporateClientsDetail.aspx?Keyid=" + keyid, Title: "查看客户", Width: 1200, Height: 900 });
        }
        //查看
        function onViewWeihu(keyid) {
            top.Dialog.open({ URL: "/Pages/business/CorporateClientsVisit.aspx?Keyid=" + keyid, Title: "查看客户维护记录", Width: 900, Height: 750 });
            top.Dialog.open({ URL: "/Pages/business/CorporateClientsVisit.aspx?Keyid=" + keyid, Title: "查看客户维护记录", Width: 1200, Height: 900 });
        }
        //修改
        function onEdit(keyid) {
            top.Dialog.open({ URL: "/Pages/business/CorporateClientsEdit.aspx?Keyid=" + keyid, Title: "修改客户", Width: 900, Height: 750 });
            top.Dialog.open({ URL: "/Pages/business/CorporateClientsEdit.aspx?Keyid=" + keyid, Title: "修改客户", Width: 1200, Height: 900 });
        }
        //删除
@@ -358,7 +358,7 @@
                                <span menu_member_case_id="case_orderapplyCorporateClients" menu_member_case_name="订单关联" onclick="onChange('<%#Eval("Keyid")%>')" title="线下客户转换为线上客户" style="display: <%#Eval("Keyid").ToString() == Eval("MemberId").ToString() ? "inline" : "none"%>;">订单关联</span>
                                <span onclick="onViewWeihu('<%#Eval("Keyid")%>')">维护记录</span>
                               
                                <span onclick="onViewuplod('<%#Eval("Keyid")%>')"  <%#Eval("ContractCount").ToString() == "0" ? "hidden" : ""%>>查看合同</span>
                                <span onclick="onViewuplod('<%#Eval("Keyid")%>')" > <%#Eval("ContractCount").ToString() == "0" ? "上传合同" : "查看合同"%></span>
                                
                            </td>
                        </tr>