63 lines
3.9 KiB
Plaintext
63 lines
3.9 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CustomerTransfer.aspx.cs" Inherits="CustomerTransfer" %>
|
|
|
|
<!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">
|
|
<link href="../Css/index.css" rel="stylesheet" type="text/css" />
|
|
<link href="../Css/edit.css" rel="stylesheet" type="text/css" />
|
|
<script src="../Js/jquery-1.4.1.js" type="text/javascript"></script>
|
|
<script src="../Jquery-ui/js/jquery-1.10.2.js" type="text/javascript"></script>
|
|
<script src="../Jquery-ui/js/jquery-ui-1.10.4.custom.js" type="text/javascript"></script>
|
|
<link rel="stylesheet" href="../Css/gh-buttons.css" type="text/css"/>
|
|
<link rel="stylesheet" href="../Css/prettify.css"/>
|
|
<script src="../Js/prettify.js" type="text/javascript"></script>
|
|
<title></title>
|
|
<script type="text/javascript">
|
|
//调用添加方法
|
|
function setbcbd() {
|
|
$("#<%=severbc.ClientID%>").click();
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<form id="form" runat="server">
|
|
<div class="rtbjdiv" >
|
|
<div class="add-top" >
|
|
<div class="add-top-dh" id="div_listdaohang"><h4>客户档案转交页   </h4> <a href="Customer_list.aspx" id="bt_fhlb" runat="server" style=" width:65px" class="button icon pin">回到列表</a></div>
|
|
<div class="add-top-cz" >
|
|
|
|
<a href="#button" id="bt_tj" onclick="setbcbd()" class="button icon log">保存</a>
|
|
<a href="#button" id="chongzhi" onclick="form.reset();" style=" width:60px; " class=" button icon reload">重置表单</a>
|
|
<a href="#button" id="fanhui" onclick="history.back();" style=" width:60px; " class="button icon arrowleft">返回上级</a>
|
|
<asp:label id="z_error" CssClass="error" runat="server"></asp:label>
|
|
</div>
|
|
|
|
</div>
|
|
<table class="bule"> <tr class="tdlietou"><td><h4>客户转交信息确认</h4></td></tr></table>
|
|
|
|
<table class="tablewk">
|
|
<tr><td style=" height:20px" colspan="3"></td></tr>
|
|
<tr><td class="wktblm"><span >编号:</span> </td>
|
|
<td><asp:textbox id="bh" runat="server" CssClass="tbinput_hx" ReadOnly="True"></asp:textbox></td><td style=" width:55%"></td> </tr>
|
|
<tr><td class="wktblm"><span >业务员:</span> </td>
|
|
<td><asp:textbox id="ywy" runat="server" CssClass="tbinput_hx" ReadOnly="True" ></asp:textbox></td><td style=" width:55%"></td> </tr>
|
|
<tr><td class="wktblm"><span >名称:</span></td>
|
|
<td><asp:textbox id="mc" runat="server" CssClass="tbinput_hx" ReadOnly="True"></asp:textbox></td><td style=" width:55%"></td> </tr>
|
|
<tr><td class="wktblm"><span>全部客户:</span></td>
|
|
<td><asp:radiobuttonlist id="rb_sign" runat="server" RepeatColumns="3" >
|
|
<asp:ListItem Value="N" Selected="True">  否 </asp:ListItem> <asp:ListItem Value="Y">  是 </asp:ListItem> </asp:radiobuttonlist></td><td style=" width:55%"><span style=" width:70%; background-color:#FCF8E2; margin-left:10px; height:30px; line-height:30px; color:#f68300; display:block;" >  “是”移交个人所有客户(离职移交),“否”为单客户移交</span></td> </tr>
|
|
<tr><td class="wktblm"><span>移交给:</span></td>
|
|
<td><asp:DropDownList id="to_ywy" runat="server" CssClass="tbinput_xl" ></asp:DropDownList></td> <td style=" width:55%"><span style=" width:70%; margin-left:10px; background-color:#FCF8E2; height:30px; line-height:30px; color:#f68300; display:block;" >    请选择移交的对象</span></td></tr>
|
|
<tr><td style=" height:20px" colspan="3"></td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
<span style=" display:none"> <asp:button id="severbc" runat="server" CssClass="button bluez small" Text="保存"
|
|
OnClientClick="return confirm('确定要转交吗')" onclick="bt_tj_Click" ></asp:button> </span>
|
|
<asp:HiddenField ID="id" runat="server" Value="" />
|
|
<script src="../Js/messageshow.js" type="text/javascript"></script>
|
|
</form>
|
|
</body>
|
|
</html>
|