khfw_over7day.aspx

来自「退书管理系统」· ASPX 代码 · 共 42 行

ASPX
42
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="khfw_over7day.aspx.cs" Inherits="kehufuwu_khfw_over7day" %>

<!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>
        <asp:DataGrid ID="DataGrid1" runat="server" AutoGenerateColumns="False">
            <Columns>
                <asp:BoundColumn DataField="cythid" HeaderText="储运业务编号"></asp:BoundColumn>
                <asp:BoundColumn DataField="qlr" HeaderText="签领人"></asp:BoundColumn>
                <asp:BoundColumn DataField="sf" HeaderText="省份"></asp:BoundColumn>
                <asp:BoundColumn DataField="zddh" HeaderText="制单单号"></asp:BoundColumn>
                <asp:BoundColumn DataField="uno" HeaderText="uno"></asp:BoundColumn>
                <asp:BoundColumn DataField="unit" HeaderText="客户名称"></asp:BoundColumn>
                <asp:BoundColumn DataField="zdrq" 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="fhrq" 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 + =
减小字号Ctrl + -
显示快捷键?