CeramicProject/newyt/Module_data/CustomerRetention_Form.aspx

89 lines
5.1 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CustomerRetention_Form.aspx.cs" Inherits="CustomerRetention_Form" %>
<!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></title>
<script type="text/javascript"></script>
<link href="../Css/index.css" rel="stylesheet" type="text/css" />
<link href="../Css/edit.css" rel="stylesheet" type="text/css" />
<script src="../Js/Calendar3.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 href="../Jquery-ui/css/pepper-grinder/jquery-ui-1.10.4.custom.css" rel="stylesheet" type="text/css" />
<script src="../Js/commonality.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>
<script type="text/javascript">
//调用添加方法
function setbcbd() {
$("#<%=severbc.ClientID%>").click();
}
function seleckehu() {
$("#dialog-modal").dialog({
resizable: false,
height: 510,
width: 1230,
modal: true,
close: function () {
$(".ui-widget-overlay").css("display", "none");
}
});
//用来弹出层条件框获取焦点
dialogfocus('ifa_kh');
}
</script>
</head>
<body>
<form id="form" runat="server">
<div class="rtbjdiv" >
<div class="add-top" >
<div class="add-top-dh" id="div_listdaohang"><h4>客户预存款表单页 &nbsp&nbsp</h4> <a href="CustomerRetention_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>
<div class="alert-tip">
<b>温馨提示:</b>
<p>• 信息表单中加*号红色标题框为必填项,为了可以顺利保存信息,请您注意填写红色栏目中的信息</p>
</div>
<div id="dd_kong" style=" overflow:auto;">
<table class="bule"> <tr class="tdlietou"><td><h4>预存款基本信息</h4></td></tr></table>
<table class="tablewk">
<tr><td style=" height:20px" colspan="13"></td></tr>
<tr>
<td class="wktblm"><span><font>*客户编号</font></span></td><td><input type=text id="kh_bh" runat=server readonly class="tbinput_bt" onclick="seleckehu()" /></td>
<td class="wktblm"><span>客户名称</span></td><td> <input type=text id="kh_mc" runat=server readonly class="tbinput_hx" /></td>
<td class="wktblm"><span><font>*预存金额</font></span></td><td><input type=text id="ycje" runat=server onkeyup="doubleshuru(this)" class="tbinput_bt" /></td>
<td class="wktblm"><span>付款人</span></td><td><asp:TextBox id="fkr" runat="server" CssClass="tbinput"></asp:TextBox></td>
<td class="wktblm"><span>付款方式</span></td><td><asp:DropDownList id="fkfs" runat="server" CssClass="tbinput_xl"></asp:DropDownList></td>
<td class="wktblm"><span>收款人</span></td><td><asp:TextBox id="skr" runat="server" CssClass="tbinput"></asp:TextBox></td>
<td class="tdjj5">&nbsp </td>
</tr>
<tr>
<td class="wktblm">审核状态</td><td class="content_hx"><asp:TextBox id="shzt" runat="server" CssClass="tbinput_hx" disabled Text="待审"></asp:TextBox></td>
<td class="wktblm">日期</td><td><asp:TextBox id="rq" runat="server" CssClass="tbinput"></asp:TextBox></td>
<td class="wktblm">备注</td><td colspan="7"><asp:TextBox id="bz" runat="server" CssClass="tbinput" ></asp:TextBox></td>
<td class="tdjj5">&nbsp </td>
</tr>
<tr><td style=" height:20px" colspan="13"></td></tr>
</table>
</div>
</div>
<span style=" display:none"> <asp:button id="severbc" runat="server" CssClass="button bluez small" Text="保存" onclick="bt_tj_Click" ></asp:button> </span>
<div id="dialog-modal" title="选择客户" style="overflow:hidden; display:none;" >
<iframe src="../ddselect/kehu_list.aspx" frameborder="no" border="0" style="height:500px;width:100%;overflow:hidden; " scrolling="no" id="ifa_kh" ></iframe>
</div>
<asp:HiddenField ID="id" runat="server" Value="" />
<asp:HiddenField ID="pagename" runat="server" Value="khyck" />
<input id="btn_khclose" style="display:none" type=button onclick="$('#dialog-modal').dialog('close');"/>
<script src="../Js/messageshow.js" type="text/javascript"></script>
</form>
</body>
</html>