📄 khfw_dh_list.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="khfw_dh_list.aspx.cs" Inherits="kehufuwu_khfw_dh_list" %>
<!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>
<link href="../StyleSheet1.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div>
<table style="vertical-align: baseline; width: 189px; height: 14px; text-align: center">
<tr>
<td align="left" style="width: 197px; height: 19px">
<span class="changyong4">退单查询</span></td>
</tr>
</table>
</div>
<table>
<tr>
<td style="width: 64px">
查询地区:</td>
<td style="width: 50px">
<asp:TextBox ID="TextBox1" runat="server" Width="67px"></asp:TextBox></td>
<td style="width: 100px">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="确定" /></td>
</tr>
</table>
<asp:DataGrid ID="DataGrid1" runat="server" AllowPaging="True" AutoGenerateColumns="False"
PageSize="40" Width="1650px">
<Columns>
<asp:HyperLinkColumn DataNavigateUrlField="cythid" DataNavigateUrlFormatString="khfw_dh_result.aspx?cythid={0}"
HeaderText="进入查看" Text="点击进入"></asp:HyperLinkColumn>
<asp:BoundColumn DataField="cythid" HeaderText="储运单号"></asp:BoundColumn>
<asp:BoundColumn DataField="zddh" HeaderText="制单单号"></asp:BoundColumn>
<asp:BoundColumn DataField="unit" HeaderText="客户名称"></asp:BoundColumn>
<asp:BoundColumn DataField="uno" HeaderText="UNO"></asp:BoundColumn>
<asp:BoundColumn DataField="sf" HeaderText="客户地区"></asp:BoundColumn>
<asp:BoundColumn DataField="thrq" HeaderText="提货日期"></asp:BoundColumn>
<asp:BoundColumn DataField="thjs" HeaderText="提货件数"></asp:BoundColumn>
<asp:BoundColumn DataField="thr" HeaderText="提货人"></asp:BoundColumn>
<asp:BoundColumn DataField="thfs" HeaderText="提货方式"></asp:BoundColumn>
<asp:BoundColumn DataField="hygs" HeaderText="货运公司"></asp:BoundColumn>
<asp:BoundColumn DataField="ddyfje" HeaderText="代垫运费金额"></asp:BoundColumn>
<asp:BoundColumn DataField="qdsj" HeaderText="清点时间"></asp:BoundColumn>
<asp:BoundColumn DataField="qdjs" HeaderText="清点件数"></asp:BoundColumn>
<asp:BoundColumn DataField="qdr" HeaderText="清点人"></asp:BoundColumn>
<asp:BoundColumn DataField="bzsm" HeaderText="备注说明"></asp:BoundColumn>
<asp:BoundColumn DataField="jdrq" HeaderText="交单日期"></asp:BoundColumn>
<asp:BoundColumn DataField="zdrq" HeaderText="制单日期"></asp:BoundColumn>
<asp:BoundColumn DataField="qlr" HeaderText="签领人"></asp:BoundColumn>
<asp:BoundColumn DataField="jzjsyclrq" HeaderText="交至结算员处理日期"></asp:BoundColumn>
<asp:BoundColumn DataField="fhrq" HeaderText="返回日期"></asp:BoundColumn>
<asp:BoundColumn DataField="bz" HeaderText="备注"></asp:BoundColumn>
<asp:BoundColumn DataField="ecclrq" HeaderText="二次处理日期"></asp:BoundColumn>
<asp:BoundColumn DataField="efhrq" HeaderText="二次返回日期"></asp:BoundColumn>
<asp:BoundColumn DataField="zzcljg" HeaderText="最终处理结果"></asp:BoundColumn>
<asp:BoundColumn DataField="ffrzrq" HeaderText="分发入帐日期"></asp:BoundColumn>
</Columns>
</asp:DataGrid>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -