Webshell Akmal archtte id
System:
Microsoft Windows NT 10.0.20348.0
Server:
Microsoft-IIS/10.0
User:
buyyou
Directory:
C:
\
MyData
\
WWW
\
asc365
\
Name
Size
Type
Actions
ASC365_CANADA
-
Directory
Rename
Delete
ASC365_Store01
-
Directory
Rename
Delete
aspnet_client
-
Directory
Rename
Delete
CompanyImage
-
Directory
Rename
Delete
TJGS_USA
-
Directory
Rename
Delete
zhijian
-
Directory
Rename
Delete
Memo.inc
0 bytes
.inc
Edit
Rename
Delete
web.config
213 bytes
.config
Edit
Rename
Delete
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TaxInvoice.aspx.cs" Inherits="App.prog.TaxInvoice" %> <!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> <style type="text/css"> *{ margin:0; padding:0;} *{ margin:0; padding:0;} </style> <style type="text/css"> *{ margin:0; padding:0;} body { font:12px/1.5 Arial; color:#666; background:#fff; text-align: center; } ul,li{ list-style:none;} img{border:0 none;} /*---------------------------------------demo css--------------------------------------------*/ .date_selector, .date_selector *{width: auto;height: auto;border: none;background: none;margin: 0;padding: 0;text-align: left;text-decoration: none;} .date_selector{background:#fbfbfb;border: 1px solid #ccc;padding: 10px;margin:0;margin-top:-1px;position: absolute;z-index:100000;display:none;border-radius: 3px;box-shadow: 0 0 5px #aaa;box-shadow:0 2px 2px #ccc; width:220px;} .date_selector_ieframe{position: absolute;z-index: 99999;display: none;} .date_selector .nav{width: 17.5em;} .date_selector .nav p{clear: none;} .date_selector .month_nav, .date_selector .year_nav{margin: 0 0 3px 0;padding: 0;display: block;position: relative;text-align: center;} .date_selector .month_nav{float: left;width: 55%;} .date_selector .year_nav{float: right;width: 42%;margin-right: -8px;} .date_selector .month_name, .date_selector .year_name{font-weight: bold;line-height: 20px;} .date_selector .button{display: block;position: absolute;top: 0;width:18px;height:18px;line-height:16px;font-weight:bold;color:#5985c7;text-align: center;font-size:12px;overflow:hidden;border: 1px solid #ccc;border-radius:2px;} .date_selector .button:hover, .date_selector .button.hover{background:#5985c7;color: #fff;cursor: pointer;border-color:#3a930d;} .date_selector .prev{left: 0;} .date_selector .next{right: 0;} .date_selector table{border-spacing: 0;border-collapse: collapse;clear: both;margin: 0; width:220px;} .date_selector th, .date_selector td{width: 2.5em;height: 2em;padding: 0 !important;text-align: center !important;color: #666;font-weight: normal;} .date_selector th{font-size: 12px;} .date_selector td{border:1px solid #f1f1f1;line-height: 2em;text-align: center;white-space: nowrap;color:#5985c7;background: #fff;} .date_selector td.today{background: #eee;} .date_selector td.unselected_month{color: #ccc;} .date_selector td.selectable_day{cursor: pointer;} .date_selector td.selected{background:#2b579a;color: #fff;font-weight: bold;} .date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover{background:#5985c7;color: #fff;} /*-----------------------------------------------------------------------------------*/ .style1 { font-size: large; } </style> <script type="text/javascript" src="http://www.js-css.cn/jscode/jquery.min.js"></script> <script type="text/javascript" src="../Scripts/jquery.date_input.pack.js"></script> <script type="text/javascript"> $(function () { $('.date_picker').date_input(); }) </script> </head> <body style="width:1400px; text-align:center; margin:0 auto;"> <form id="form1" runat="server"> <div id="ps" runat="server" visible="false">密码:<asp:TextBox ID="TextBox1" runat="server" Height="23px"></asp:TextBox> <asp:Button ID="Button2" runat="server" onclick="Button2_Click" Text="提交" Width="62px" /> </div> <div style="margin-top:30px; margin-bottom:30px" class="style1"><strong>旧金山公司订单发票打印</strong></div> <div id="ps1" visible="true" runat="server" style="text-align:center; margin-top:20px"> 开始时间:<input id="fro_date" runat="server" class="date_picker" name="fro_date" style="width: 226px; background: #fefefe; border: 1px solid #bbb; font-size: 14px; color: #333; padding: 7px; border-radius: 3px;" type="text" /> 结束时间:<input id="to_date" runat="server" class="date_picker" name="to_date" style="width: 226px; background: #fefefe; border: 1px solid #bbb; font-size: 14px; color: #333; padding: 7px; border-radius: 3px;" type="text" /><asp:Button ID="Button1" runat="server" onclick="Button1_Click" Text="查询" Width="123px" Height="33px" /> </br> <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" EnableModelValidation="True" Width="1200px" CellPadding="4" ForeColor="#333333" GridLines="None" RowStyle-Height="30px" HeaderStyle-Height="35px"> <AlternatingRowStyle BackColor="White"/> <Columns> <asp:BoundField DataField="ORDERNO" HeaderText="销售订单号" ControlStyle-Height="30px" /> <asp:BoundField DataField="ORDERDT" HeaderText="订单日期" /> <asp:BoundField DataField="prdname" HeaderText="货品名称(第一个)" /> <asp:BoundField DataField="SHOPNAME" HeaderText="店铺名称" /> <asp:BoundField DataField="BZDM" HeaderText="币种" /> <asp:BoundField DataField="TOTALAMT" HeaderText="订单总价" /> <asp:BoundField DataField="TOTALAMT1" HeaderText="货款" /> <asp:BoundField DataField="SHIPCOST" HeaderText="运费" /> <asp:BoundField DataField="TAXCOST" HeaderText="税费" /> <asp:BoundField DataField="FEECOST" HeaderText="手续费" /> <asp:BoundField DataField="discount" HeaderText="销售折扣" /> <asp:BoundField DataField="cb" HeaderText="成本" /> <asp:BoundField DataField="orderorgname" HeaderText="组别" /> <asp:BoundField DataField="orderempname" HeaderText="业务员" /> <asp:TemplateField HeaderText="网站地址" SortExpression="ldz"> <ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" /> <ItemTemplate> <asp:HyperLink ID="HyperLink1" runat="server" Target="_blank" NavigateUrl='<%# "invoicejjs.aspx?sabillno="+Eval("sabillno") %>' >打印发票</asp:HyperLink> </ItemTemplate> </asp:TemplateField> </Columns> <EditRowStyle BackColor="#2461BF" /> <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" /> <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" /> <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" /> <RowStyle BackColor="#EFF3FB" /> <SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" /> </asp:GridView> </div> </form> </body> </html>