- <%@ page language="C#" autoeventwireup="true" inherits="Workflow_ProjectTaking_document, App_Web_-rs7x2pk" theme="Normal" %>
- <!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="../../App_Themes/Normal/default.css" rel="stylesheet" type="text/css" />
- <base target =_self ></base>
- <title>无标题页</title>
- <LINK rel="stylesheet" type="text/css" href="../App_Themes/Normal/default.css" />
- <script type ="text/javascript">
- function returnvalue()
- {
- var clientname=document.getElementById ("TB_Name").value;
- window.returnValue=clientname;
- }
- </script>
- </head>
- <body bgcolor="#f7f7f7" style="overflow-x:auto; overflow-y: auto;" onunload ="returnvalue()">
- <form id="form1" runat="server" >
- <table width="100%" border="1" bordercolor="#B0ADAD" cellpadding=0 cellspacing=0>
- <tr>
- <td background="../Images/top_32.jpg" height="25" align="center" style ="text-align :center" colspan ="4">添加客户信息</td>
- </tr>
- <tr>
- <td style="width: 15%; height: 26px; text-align: right;">
- 客户名称:</td>
- <td style="width: 35%; height: 26px">
- <asp:TextBox ID="TB_Name" runat="server" Width="250px"></asp:TextBox></td>
- <td style="width: 15%; height: 26px; text-align: right;">
- 出生年月:</td>
- <td style="width: 35%; height: 26px">
- <asp:TextBox ID="TB_Birthday" runat="server" Width="250px"></asp:TextBox></td>
- </tr>
- <tr>
- <td style="width: 15%; text-align: right; height: 22px;">
- 性别:</td>
- <td style="width: 35%; height: 22px;">
- <asp:DropDownList ID="DDL_Sex" runat="server" Width="256px">
- <asp:ListItem Value="1">男</asp:ListItem>
- <asp:ListItem Value="2">女</asp:ListItem>
- </asp:DropDownList></td>
- <td style="width: 15%; text-align: right; height: 22px;">
- 客户学历:</td>
- <td style="width: 35%; height: 22px;"><asp:DropDownList ID="DDL_ClientDegree" runat="server" Width="256px">
- <asp:ListItem Value="1">中专</asp:ListItem>
- <asp:ListItem Value="2">大专</asp:ListItem>
- <asp:ListItem Value="3">本科</asp:ListItem>
- <asp:ListItem Value="4">研究生</asp:ListItem>
- <asp:ListItem Value="5">博士</asp:ListItem>
- <asp:ListItem Value="6">其他</asp:ListItem>
- </asp:DropDownList></td>
- </tr>
- <tr>
- <td style="width: 15%; text-align: right; height: 28px;">
- 身份证:</td>
- <td style="width: 35%; height: 28px;">
- <asp:TextBox ID="TB_IdentityCard" runat="server" Width="250px"></asp:TextBox></td>
- <td style="width: 15%; text-align: right; height: 28px;">
- 客户电话:</td>
- <td style="width: 35%; height: 28px;">
- <asp:TextBox ID="TB_Phone" runat="server" Width="250px"></asp:TextBox></td>
- </tr>
- <tr>
- <td style="width: 15%; height: 26px; text-align: right;">
- 婚姻状况:</td>
- <td style="width: 35%; height: 26px">
- <asp:DropDownList ID="DDL_Marriage" runat="server" Width="256px">
- <asp:ListItem Value="1">未婚</asp:ListItem>
- <asp:ListItem Value="2">已婚</asp:ListItem>
- <asp:ListItem Value="3">离异</asp:ListItem>
- <asp:ListItem Value="4">丧偶</asp:ListItem>
- </asp:DropDownList></td>
- <td style="width: 15%; height: 26px; text-align: right;">
- 家庭住址:</td>
- <td style="width: 35%; height: 26px">
- <asp:TextBox ID="TB_HomeAddress" runat="server" Width="250px"></asp:TextBox></td>
- </tr>
- <tr>
- <td style="width: 15%; text-align: right;">
- 客户工作单位:</td>
- <td style="width: 35%">
- <asp:TextBox ID="TB_WorkUnit" runat="server" Width="250px"></asp:TextBox></td>
- <td style="width: 15%; text-align: right;">
- 客户住所:</td>
- <td style="width: 35%">
- <asp:TextBox ID="TB_Address" runat="server" Width="250px"></asp:TextBox></td>
- </tr>
- <tr>
- <td style="width: 15%; height: 21px; text-align: right;">
- 工资:</td>
- <td style="width: 35%; height: 21px">
- <asp:TextBox ID="TB_Salary" runat="server" Width="250px"></asp:TextBox></td>
- <td style="width: 15%; height: 21px; text-align: right;">
- 客户备注:</td>
- <td style="width: 35%; height: 21px">
- <asp:TextBox ID="TB_Remark" runat="server" Width="250px"></asp:TextBox></td>
- </tr>
- <tr>
- <td style="width: 15%; text-align: right;">
- 配偶名称:</td>
- <td style="width: 35%">
- <asp:TextBox ID="TB_ConsortName" runat="server" Width="250px"></asp:TextBox></td>
- <td style="width: 15%; text-align: right;">
- 配偶出生年月:</td>
- <td style="width: 35%">
- <asp:TextBox ID="TB_ConsortBirthday" runat="server" Width="250px"></asp:TextBox></td>
- </tr>
- <tr>
- <td style="width: 15%; height: 21px; text-align: right;">
- 配偶性别:</td>
- <td style="width: 35%; height: 21px">
- <asp:DropDownList ID="DDL_ConsortSex" runat="server" Width="256px">
- <asp:ListItem Value="1">男</asp:ListItem>
- <asp:ListItem Value="2">女</asp:ListItem>
- </asp:DropDownList></td>
- <td style="width: 15%; height: 21px; text-align: right;">
- 配偶学历:</td>
- <td style="width: 35%; height: 21px"><asp:DropDownList ID="DDL_MateDegree" runat="server" Width="256px">
- <asp:ListItem Value="1">中专</asp:ListItem>
- <asp:ListItem Value="2">大专</asp:ListItem>
- <asp:ListItem Value="3">本科</asp:ListItem>
- <asp:ListItem Value="4">研究生</asp:ListItem>
- <asp:ListItem Value="5">博士</asp:ListItem>
- <asp:ListItem Value="6">其他</asp:ListItem>
- </asp:DropDownList></td>
- </tr>
- <tr>
- <td style="width: 15%; text-align: right; height: 17px;">
- 配偶身份证号码:</td>
- <td style="width: 100px; height: 17px;">
- <asp:TextBox ID="TB_ConsortIdentityCard" runat="server" Width="250px"></asp:TextBox></td>
- <td style="width: 15%; text-align: right; height: 17px;">
- 配偶家庭住址:</td>
- <td style="width: 35%; height: 17px;">
- <asp:TextBox ID="TB_ConsortHomeAddress" runat="server" Width="250px"></asp:TextBox></td>
- </tr>
- <tr>
- <td style="width: 15%; text-align: right;">
- 配偶单位:</td>
- <td style="width: 35%">
- <asp:TextBox ID="TB_ConsortUnit" runat="server" Width="250px"></asp:TextBox></td>
- <td style="width: 15%; text-align: right;">
- 配偶工资:</td>
- <td style="width: 35%">
- <asp:TextBox ID="TB_ConsortSalary" runat="server" Width="250px"></asp:TextBox></td>
- </tr>
- <tr>
- <td style="width: 15%; text-align: right;">
- 配偶住所:</td>
- <td style="width: 35%">
- <asp:TextBox ID="TB_ConsortZhuSuo" runat="server" Width="250px"></asp:TextBox></td>
- <td style="width: 15%; text-align: right;">
- 配偶备注:</td>
- <td style="width: 35%">
- <asp:TextBox ID="TB_ConsortRemark" runat="server" Width="250px"></asp:TextBox></td>
- </tr>
- <tr>
- <td colspan="4" style="height: 21px">
- </td>
- </tr>
- <tr>
- <td colspan="4" style="text-align: center">
- <asp:ImageButton ID="IB_Confirm" runat="server" ImageUrl="~/Images/queding.gif" OnClick="IB_Confirm_Click" />
-
- <asp:ImageButton ID="IB_Cancel" runat="server" ImageUrl="~/Images/quxiao.gif" OnClick="IB_Cancel_Click"/></td>
- </tr>
- </table>
- </form>
- </body>
- </html>