📄 ord_count.aspx
字号:
<%@ Page language="c#" Codebehind="ord_count.aspx.cs" AutoEventWireup="false" Inherits="qruan.admin2006.ord_count" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>help</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
BODY { COLOR: green }
TD { COLOR: green }
TH { COLOR: green }
BODY { BACKGROUND-COLOR: #cee1c4 }
</style>
<LINK href="./css.css" type="text/css" rel="stylesheet">
<style type="text/css">
.STYLE9 { FONT-WEIGHT: bold; FONT-SIZE: 14pt }
</style>
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table cellSpacing="1" cellPadding="0" width="800" bgColor="green" border="0">
<tr bgColor="#afe195">
<td vAlign="middle" align="center" height="40">
<table cellSpacing="1" cellPadding="0" width="800" bgColor="green" border="0">
<tr bgColor="#afe195">
<td style="WIDTH: 67px" vAlign="middle" align="center" width="67"><strong>结算结果</strong></td>
<td align="center" width="129"><strong>所属分店</strong></td>
<td align="center" width="347" height="30"><strong>时间段</strong></td>
<td align="center" width="135"><strong>收费方式</strong></td>
<td align="center" width="123"><strong>间隔</strong></td>
</tr>
<tr bgColor="#afe195">
<td style="WIDTH: 67px" vAlign="middle" align="center" width="67"><strong>
<asp:label id="Label6" runat="server" ForeColor="Red">
Label</asp:label></strong>元</td>
<td align="center">
<asp:label id="Label1" runat="server">Label</asp:label></td>
<td align="center" height="30">从
<asp:label id="Label2" runat="server">Label</asp:label>到
<asp:label id="Label3" runat="server">Label</asp:label>(不包括
<asp:label id="Label7" runat="server">Label</asp:label>日) </td>
<td align="center"><asp:label id="Label4" runat="server">Label</asp:label> </td>
<td align="center">共
<asp:label id="Label5" runat="server">Label</asp:label>天</td>
</tr>
<tr bgColor="#afe195">
<td style="WIDTH: 67px" vAlign="middle" align="center" width="67"><strong>备注</strong></td>
<td align="center" colSpan="3" height="60">
<asp:textbox id="TextBox1" runat="server" Width="538px" TextMode="MultiLine" Height="48px" BackColor="#CEE1C4"></asp:textbox></td>
<td align="center"><asp:button id="Button1" runat="server" Width="53px" Height="33px" Text="保 存" Font-Size="Larger"></asp:button> </td>
</tr>
</table> </td>
</tr>
<tr bgColor="#91de85">
<td align="center" height="30">
<table cellSpacing="1" cellPadding="0" width="800" bgColor="green" border="0">
<tr bgColor="#91de85">
<td vAlign="middle" align="center" width="307" height="35" rowSpan="2">
<table cellSpacing="0" cellPadding="0" width="279" border="0">
<tr>
<td style="HEIGHT: 14px" width="279"> 开始:
<asp:dropdownlist id="DropDownList1" runat="server" Width="56px"></asp:dropdownlist>
年
<asp:dropdownlist id="DropDownList2" runat="server" Width="40px">
<asp:ListItem Value="1">1</asp:ListItem>
<asp:ListItem Value="2">2</asp:ListItem>
<asp:ListItem Value="3">3</asp:ListItem>
<asp:ListItem Value="4">4</asp:ListItem>
<asp:ListItem Value="5">5</asp:ListItem>
<asp:ListItem Value="6">6</asp:ListItem>
<asp:ListItem Value="7">7</asp:ListItem>
<asp:ListItem Value="8">8</asp:ListItem>
<asp:ListItem Value="9">9</asp:ListItem>
<asp:ListItem Value="10">10</asp:ListItem>
<asp:ListItem Value="11">11</asp:ListItem>
<asp:ListItem Value="12">12</asp:ListItem>
</asp:dropdownlist>
月
<asp:dropdownlist id="DropDownList3" runat="server" Width="40px"></asp:dropdownlist>
日</td>
</tr>
<tr>
<td> 结束:
<asp:dropdownlist id="DropDownList6" runat="server" Width="56px"></asp:dropdownlist>
年
<asp:dropdownlist id="DropDownList5" runat="server" Width="40px"></asp:dropdownlist>
月
<asp:dropdownlist id="DropDownList4" runat="server" Width="40px"></asp:dropdownlist>
日</td>
</tr>
</table> </td>
<td width="189" rowSpan="2">请选择分店
<asp:dropdownlist id="DropDownList7" runat="server" Width="88px"></asp:dropdownlist></td>
<td width="175" rowSpan="2">选择收费方式
<asp:dropdownlist id="DropDownList8" runat="server" Width="80px">
<asp:ListItem Value="所有方式" Selected="True">所有方式</asp:ListItem>
<asp:ListItem Value="上门收费">上门收费</asp:ListItem>
<asp:ListItem Value="餐币收费">餐币收费</asp:ListItem>
</asp:dropdownlist></td>
<td align="center" width="124" style="HEIGHT: 29px"><asp:button id="Button2" runat="server" Width="96px" Height="25px" Text="进行结算"></asp:button> </td>
</tr>
<tr bgColor="#91de85">
<td align="center"><asp:button id="Button3" runat="server" Width="96px" Height="25px" Text="搜索以下记录"></asp:button> </td>
</tr>
</table> </td>
</tr>
<tr bgColor="#afe195">
<td vAlign="middle" align="center" height="35"><span class="STYLE9">下面是结算保存的记录</span></td>
</tr>
<tr bgColor="#afe195">
<td vAlign="top" align="left">
<asp:DataGrid id="DataGrid1" runat="server" Width="800px" BorderColor="Green" BorderWidth="1px"
AutoGenerateColumns="False" AllowPaging="True" DataKeyField="id">
<AlternatingItemStyle HorizontalAlign="Center" BackColor="#AFE195"></AlternatingItemStyle>
<ItemStyle HorizontalAlign="Center" BackColor="#CEE1C4"></ItemStyle>
<HeaderStyle Font-Bold="True" HorizontalAlign="Center" BackColor="#91DE85"></HeaderStyle>
<Columns>
<asp:BoundColumn DataField="store_name" ReadOnly="True" HeaderText="分店名"></asp:BoundColumn>
<asp:TemplateColumn HeaderText="开始时间">
<ItemTemplate>
<asp:Label id=Label8 runat="server" Text='<%# dt_fun(Convert.ToDateTime(DataBinder.Eval(Container, "DataItem.bigen_time"))) %>'> </asp:Label>
</ItemTemplate>
</asp:TemplateColumn>
<asp:TemplateColumn HeaderText="结束时间">
<ItemTemplate>
<asp:Label id=Label9 runat="server" Text='<%# dt_fun(Convert.ToDateTime(DataBinder.Eval(Container, "DataItem.end_time"))) %>'> </asp:Label>
</ItemTemplate>
</asp:TemplateColumn>
<asp:BoundColumn DataField="pay_lei" ReadOnly="True" HeaderText="付费方式"></asp:BoundColumn>
<asp:BoundColumn DataField="price_num" ReadOnly="True" HeaderText="结算结果">
<ItemStyle Font-Bold="True" ForeColor="Red"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="admin_name" ReadOnly="True" HeaderText="操作员"></asp:BoundColumn>
<asp:BoundColumn DataField="add_time" ReadOnly="True" HeaderText="保存时间"></asp:BoundColumn>
<asp:BoundColumn DataField="about_str" ReadOnly="True" HeaderText="备注"></asp:BoundColumn>
<asp:ButtonColumn Text="删除" HeaderText="删除" CommandName="Delete"></asp:ButtonColumn>
</Columns>
<PagerStyle Font-Bold="True" HorizontalAlign="Right" Mode="NumericPages"></PagerStyle>
</asp:DataGrid></td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -