You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
5.2 KiB
Plaintext
89 lines
5.2 KiB
Plaintext
10 months ago
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CRMClientSaleIndex.aspx.cs" Inherits="DSWeb.CRM.CRMClientSaleIndex" %>
|
||
|
|
||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml" >
|
||
|
<head runat="server">
|
||
|
<title>crm销售平台</title>
|
||
|
<link rel="STYLESHEET" type="text/css" href="../theme/button/default/Fee.css"/>
|
||
|
<link href="../theme/crmstyle.css" type="text/css" rel="Stylesheet" media="screen"/>
|
||
|
<script src="../js/jsGridCRMClientSaleIndex.js" type="text/javascript"></script>
|
||
|
<script src="../js/dhtmlxcommon.js" type="text/javascript"></script>
|
||
|
<script src="../js/dhtmlxcombo.js" type="text/javascript"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<form id="form1" runat="server">
|
||
|
<div align=center style="width:100%; height:100%;margin-top:10px;">
|
||
|
<table width=800px style="border-style: none;">
|
||
|
<tr>
|
||
|
<td height=400px>
|
||
|
<table height=100% align=center style="width: 90%;border-style: none;">
|
||
|
<tr>
|
||
|
<td width=25% align=left>
|
||
|
<img id=img6 onclick="getimg6();" alt="客户跟踪" src="../images/客户跟踪.ico" style="height: 80px; width: 80px" onmouseover="if(true) this.style.cursor='hand';" />
|
||
|
</td>
|
||
|
<td width=25% align=left>
|
||
|
<img id=img2 onclick="getimg2();" alt="拜访计划" src="../images/拜访计划.ico" style="height: 80px; width: 80px" onmouseover="if(true) this.style.cursor='hand';" />
|
||
|
</td>
|
||
|
<td width=25% align=left>
|
||
|
<img id=img3 onclick="getimg3();" alt="询价" src="../images/询价.ico" style="height: 80px; width: 80px" onmouseover="if(true) this.style.cursor='hand';" />
|
||
|
</td>
|
||
|
<td width=25% align=left>
|
||
|
<img id=img4" onclick="getimg4();" alt="报价" src="../images/报价.ico" style="height: 80px; width: 80px" onmouseover="if(true) this.style.cursor='hand';" />
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td width=25%>
|
||
|
<div class="xbtn-img" style=" width:80px; text-align:center;margin-top:0px;" onclick="getimg6();" onmouseover="if(true) this.style.cursor='hand';">
|
||
|
客户跟踪
|
||
|
</div>
|
||
|
</td>
|
||
|
<td width=25%>
|
||
|
<div class="xbtn-img" style=" width:80px; text-align:center;margin-top:0px;" onclick="getimg2();" onmouseover="if(true) this.style.cursor='hand';">
|
||
|
拜访计划
|
||
|
</div>
|
||
|
</td>
|
||
|
<td width=25%>
|
||
|
<div class="xbtn-img" style=" width:80px; text-align:center;margin-top:0px;" onclick="getimg3();" onmouseover="if(true) this.style.cursor='hand';">
|
||
|
询价
|
||
|
</div>
|
||
|
</td>
|
||
|
<td width=25%>
|
||
|
<div class="xbtn-img" style=" width:80px; text-align:center;margin-top:0px;" onclick="getimg4();" onmouseover="if(true) this.style.cursor='hand';">
|
||
|
报价
|
||
|
</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td width=25% align=left>
|
||
|
<img id=img5 onclick="getimg5();" alt="提醒" src="../images/提醒.ico" style="height: 80px; width: 80px" onmouseover="if(true) this.style.cursor='hand';" />
|
||
|
</td>
|
||
|
<td width=25% align=left>
|
||
|
<img id=img1 alt="销售业绩" src="../images/销售业绩.ico" style="height: 80px; width: 80px" onmouseover="if(true) this.style.cursor='hand';" />
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td width=25%>
|
||
|
<div class="xbtn-img" style=" width:80px; text-align:center;margin-top:0px;" onclick="getimg5();" onmouseover="if(true) this.style.cursor='hand';">
|
||
|
提醒
|
||
|
</div>
|
||
|
</td>
|
||
|
<td width=25%>
|
||
|
<div class="xbtn-img" style=" width:80px; text-align:center;margin-top:0px;" onmouseover="if(true) this.style.cursor='hand';">
|
||
|
销售业绩
|
||
|
</div>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr height=100px><td></td></tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
<div>
|
||
|
<input id="hdUserID" type="hidden" runat=server />
|
||
|
</div>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|