📄 carcheck.aspx
字号:
<%@ Page language="c#" Codebehind="CarCheck.aspx.cs" AutoEventWireup="false" Inherits="Views.Car.CarCheck" %>
<%@ Register TagPrefix="ViewsCar" TagName="Header" Src="Ascxs/Header.ascx" %>
<%@ Register TagPrefix="ViewsCar" TagName="Lefter" Src="Ascxs/Lefter.ascx" %>
<%@ Register TagPrefix="ViewsCar" TagName="Footer" Src="Ascxs/Footer.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>
<%=this.Title%>
</title>
<script language="javascript" src="Scripts/CarScript.js" type="text/javascript"></script>
<link href="Styles/CarStyle.CSS" rel="stylesheet" type="text/css">
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<TABLE height="85" cellSpacing="0" cellPadding="0" width="750" border="0" align="center">
<TR>
<TD><ViewsCar:Header id="Header1" runat="server"></ViewsCar:Header></TD>
</TR>
</TABLE>
<TABLE cellSpacing="0" cellPadding="0" width="750" border="0" align="center">
<TR>
<TD width="160" valign="top"><ViewsCar:Lefter id="Lefter1" runat="server"></ViewsCar:Lefter></TD>
<TD height="320">
<TABLE id="Table1" height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD vAlign="top">
<asp:datagrid id="dgMyCarApply" runat="server" Width="100%" AutoGenerateColumns="False">
<SelectedItemStyle BackColor="Gainsboro"></SelectedItemStyle>
<HeaderStyle Wrap="False" HorizontalAlign="Center" VerticalAlign="Middle"></HeaderStyle>
<Columns>
<asp:BoundColumn DataField="UserName" ReadOnly="True" HeaderText="申请人">
<HeaderStyle Width="60px"></HeaderStyle>
<ItemStyle HorizontalAlign="Center" VerticalAlign="Middle"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="DeptName" ReadOnly="True" HeaderText="部门">
<HeaderStyle Width="60px"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="StartDate" ReadOnly="True" HeaderText="用车日期" DataFormatString="{0:yyyy年MM月dd日}">
<HeaderStyle Width="90px"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="EndDate" ReadOnly="True" HeaderText="交车日期" DataFormatString="{0:yyyy年MM月dd日}">
<HeaderStyle Width="90px"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="CarName" ReadOnly="True" HeaderText="车辆">
<HeaderStyle Width="60px"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="DriverName" ReadOnly="True" HeaderText="司机">
<HeaderStyle Width="60px"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="AreaName" ReadOnly="True" HeaderText="目标地区"></asp:BoundColumn>
<asp:TemplateColumn HeaderText="查看">
<HeaderStyle Width="30px"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
<ItemTemplate>
<asp:LinkButton id="LinkButton1" runat="server" CommandName="Select">查看</asp:LinkButton>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
</asp:datagrid></TD>
</TR>
<TR runat="server" id="trCarCheck">
<TD height="60">
<TABLE id="Table2" height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD height="2" colspan="3"></TD>
</TR>
<TR>
<TD height="1" bgcolor="red" colspan="3"></TD>
</TR>
<TR>
<TD height="2" colspan="3"></TD>
</TR>
<TR>
<TD width="20" align="center">审<br>
批<br>
意<br>
见</TD>
<TD>
<asp:TextBox id="txtCheckMemo" runat="server" TextMode="MultiLine" Width="100%" Height="100%"></asp:TextBox></TD>
<TD width="100" align="center">
<asp:Label id="lblApplyID" runat="server" Visible="False"></asp:Label>
<asp:DropDownList id="ddlDrivers" runat="server"></asp:DropDownList>
<asp:CheckBox id="cbCheckStatus" runat="server" Text="同意申请"></asp:CheckBox><FONT face="宋体"><BR>
<asp:Button id="Button1" runat="server" Text="审批"></asp:Button></FONT></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<TABLE height="25" cellSpacing="0" cellPadding="0" width="750" border="0" align="center">
<TR>
<TD><ViewsCar:Footer id="Footer1" runat="server"></ViewsCar:Footer></TD>
</TR>
</TABLE>
</form>
</body>
</HTML>
<script language=javascript>
alert("您出车任务的时间马上到了。");
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -