📄 yhda.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="yhda.aspx.cs" Inherits="main" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>小天鹅零售采集系统</title>
<script type="text/javascript" src="popcalendar.js"></script>
<link href="Styles.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<form id="form1" runat="server">
<div style="text-align: center">
<table border="0" cellpadding="0" cellspacing="0" style="width: 800px">
<tr>
<td background="images/tophead.jpg" colspan="8" style="height: 63px">
</td>
</tr>
<tr>
<td colspan="8" style="height: 96px">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 100%">
<tr>
<td style="width: 94px" background="images/edit_topleft.jpg">
</td>
<td class="newTd" style="width: 620px; text-align: center; color: blue;" background="images/edit_topbg.jpg">
<span style="font-size: 20px">小天鹅零售用户信息录入</span></td>
<td style="width: 86px" background="images/edit_topright.jpg">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td background="images/edit_leftbg.jpg" rowspan="1" style="width: 94px">
</td>
<td colspan="2" style="height: 19px">
<asp:Label ID="Label2" runat="server" ForeColor="Red" Width="100%"></asp:Label></td>
<td style="width: 100px; height: 19px">
</td>
<td style="width: 212px; height: 19px">
</td>
<td background="images/edit_rightbg.jpg" rowspan="1" style="width: 88px">
</td>
</tr>
<tr>
<td style="width: 94px;" background="images/edit_leftbg.jpg" rowspan="16">
</td>
<td style="width: 106px; height: 19px;">
</td>
<td style="width: 200px; height: 19px;">
</td>
<td style="width: 100px; height: 19px;">
</td>
<td style="width: 212px; height: 19px;">
</td>
<td style="width: 88px;" background="images/edit_rightbg.jpg" rowspan="16">
</td>
</tr>
<tr>
<td style="width: 106px; height: 70px;">
管理部</td>
<td style="width: 200px; height: 70px;">
<asp:DropDownList ID="DropDownList1" runat="server" DataSourceID="SqlDataSource1"
DataTextField="F_GLBMC" DataValueField="F_GLB" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged" AutoPostBack="True" Width="78%">
</asp:DropDownList><asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:yhdaselect %>"
SelectCommand="SELECT [F_GLB], [F_GLBMC] FROM [T_GLB]"></asp:SqlDataSource>
</td>
<td style="width: 100px; height: 70px;">
城市</td>
<td style="width: 212px; height: 70px;">
<asp:DropDownList ID="DropDownList2" runat="server" DataSourceID="SqlDataSource2" DataTextField="F_City" DataValueField="F_City" Width="71%">
</asp:DropDownList><asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:yhdaselect %>"
SelectCommand="SELECT [F_City] FROM [T_City] WHERE ([F_GLB] = @F_GLB)">
<SelectParameters>
<asp:ControlParameter ControlID="DropDownList1" Name="F_GLB" PropertyName="SelectedValue"
Type="String" />
</SelectParameters>
</asp:SqlDataSource>
</td>
</tr>
<tr>
<td style="width: 106px; height: 23px">
网点号</td>
<td style="width: 200px; height: 23px">
<asp:TextBox ID="TextBox12" runat="server" MaxLength="10"></asp:TextBox></td>
<td style="width: 100px; height: 23px">
购机日期</td>
<td align="left" style="width: 212px; height: 23px">
<asp:TextBox ID="TextBox14" runat="server" OnTextChanged="TextBox14_TextChanged" AutoPostBack="True"></asp:TextBox>
<img id="Image_blqx1" style="CURSOR: hand" onclick="popUpCalendar(this,document.forms[0].TextBox14,'yyyy-mm-dd')"
src="images/calendar.gif" /></td>
</tr>
<tr>
<td colspan="2" style="height: 23px">
<asp:Label ID="Label4" runat="server" Width="100%"></asp:Label></td>
<td style="width: 100px; height: 23px">
受理工号</td>
<td align="left" style="width: 212px; height: 23px">
<asp:TextBox ID="TextBox7" runat="server" MaxLength="20" style="background-color: yellow"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 106px; height: 23px">
</td>
<td style="width: 200px; height: 23px">
</td>
<td style="width: 100px; height: 23px">
客户号</td>
<td align="left" style="width: 212px; height: 23px">
<asp:TextBox ID="TextBox11" runat="server" MaxLength="20" style="background-color: yellow"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 106px; height: 23px">
用户姓名</td>
<td style="width: 200px; height: 23px">
<asp:TextBox ID="TextBox1" runat="server" MaxLength="20"></asp:TextBox></td>
<td style="width: 100px; height: 23px">
邮编</td>
<td style="width: 212px; height: 23px" align="left">
<asp:TextBox ID="TextBox2" runat="server" MaxLength="6"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 106px; height: 24px;">
地址</td>
<td colspan="3" style="height: 24px; width: 512px">
<asp:TextBox ID="TextBox3" runat="server" MaxLength="60" Width="89.5%"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 106px">
移动电话</td>
<td style="width: 200px">
<asp:TextBox ID="TextBox4" runat="server" MaxLength="20"></asp:TextBox></td>
<td style="width: 100px">
固定电话</td>
<td style="width: 212px">
<asp:TextBox ID="TextBox5" runat="server" MaxLength="20"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 106px; height: 4px;">
电话区号</td>
<td style="width: 200px; height: 4px;">
<asp:TextBox ID="TextBox6" runat="server" MaxLength="20" style="background-color: yellow"></asp:TextBox></td>
<td style="width: 100px; height: 4px;">
</td>
<td style="width: 212px; height: 4px;">
</td>
</tr>
<tr>
<td style="width: 106px">
型号编码</td>
<td style="width: 200px" align="left">
<asp:TextBox ID="TextBox8" runat="server" AutoPostBack="True" MaxLength="5"
OnDisposed="TextBox8_Disposed" OnTextChanged="TextBox8_TextChanged1"></asp:TextBox></td>
<td style="width: 100px">
产品型号</td>
<td style="width: 212px">
<asp:TextBox ID="TextBox9" runat="server" ReadOnly="True" TabIndex="9999"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 106px; height: 23px">
条形码</td>
<td style="width: 200px; height: 23px">
<asp:TextBox ID="TextBox10" runat="server" MaxLength="15"></asp:TextBox></td>
<td style="width: 100px; height: 23px">
赠品</td>
<td style="width: 212px; height: 23px">
<div>
<asp:TextBox ID="TextBox13" runat="server" MaxLength="10"></asp:TextBox> </div>
</td>
</tr>
<tr>
<td style="width: 106px; height: 19px;">
</td>
<td style="width: 200px; height: 19px;">
</td>
<td style="width: 100px; height: 19px;">
</td>
<td style="width: 212px; height: 19px;">
</td>
</tr>
<tr>
<td style="width: 106px; height: 22px;">
</td>
<td style="width: 200px; height: 22px;">
</td>
<td style="width: 100px; height: 22px;">
</td>
<td style="width: 212px; height: 22px;">
</td>
</tr>
<tr>
<td tyle="height: 22px;" align="center" colspan="4">
<asp:Label ID="Label3" runat="server"></asp:Label></td>
</tr>
<tr>
<td align="center" colspan="4">
<asp:Button ID="Button1" runat="server" Text="保存" OnClick="Button1_Click" />
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="退出" /></td>
</tr>
<tr>
<td colspan="4">
<asp:Label ID="Label1" runat="server" Width="600px"></asp:Label></td>
</tr>
<tr>
<td colspan="8">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%; height: 100%">
<tr>
<td style="width: 94px; height: 24px" background="images/edit_botleft.jpg">
</td>
<td style="width: 620px; height: 24px" background="images/edit_botbg.jpg">
</td>
<td style="width: 86px; height: 24px" background="images/edit_botright.jpg">
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -