| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498 |
- <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
- <%@ page import="com.runzhixing.bean.CityPlace" %>
- <%@ page import="com.runzhixing.bean.CountryPlace" %>
- <%@ page import="com.runzhixing.bean.Station" %>
- <%@ page import="com.runzhixing.bean.AuthorityRegionPlace" %>
- <%@ page import="com.runzhixing.bean.User" %>
- <%@ page import="com.runzhixing.constant.Constant" %>
- <%@ page import="com.runzhixing.tool.Util" %>
- <%
- String path = request.getContextPath();
- String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
- User user = (User)session.getAttribute(Constant.userMark);
- List<AuthorityRegionPlace> arplist = user.getPrivilegePlaces1();
- List<CityPlace> cplist = new ArrayList<CityPlace>();
- List<CountryPlace> cyplist = new ArrayList<CountryPlace>();
- List<Station> slist = new ArrayList<Station>();
- %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <base href="<%=basePath%>">
-
- <title>动态视图</title>
-
- <meta http-equiv="pragma" content="no-cache">
- <meta http-equiv="cache-control" content="no-cache">
- <meta http-equiv="expires" content="0">
- <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
- <meta http-equiv="description" content="This is my page">
- <meta http-equiv="X-UA-Compatible" content="IE=9"/>
- <meta http-equiv="X-UA-Compatible" content="IE=10"/>
- <link rel="stylesheet" type="text/css" href="css/easyui/themes/default/easyui.css">
- <link rel="stylesheet" type="text/css" href="css/easyui/themes/icon.css">
- <link rel="stylesheet" type="text/css" href="css/easyui/demo/demo.css">
- <script type="text/javascript" src="css/easyui/jquery.min.js"></script>
- <script type="text/javascript" src="css/easyui/jquery.easyui.min.js" charset="utf-8"></script>
- <script type="text/javascript" src="css/easyui/locale/easyui-lang-zh_CN.js" charset="utf-8"></script>
- <link rel="stylesheet" type="text/css" href="css/common/hzbstyle.css">
- <style type="text/css">
- .paiDiv a:HOVER{
- color: red;
- text-decoration: none;
- font-weight: bold;
- }
- .paiDiv a{
- color: #f08300;
- text-decoration: none;
- font-weight: bold;
- }
- .hzbspan{font-family:'Microsoft YaHei', Verdana, 'SimSun', 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
- letter-spacing:normal;
- font-size: 14px;
- }
- .paiDiv font{
- font-weight: bold;
- color: red;
- }
- </style>
- <script type="text/javascript">
- var i = 1;//第几页
- var sum;//总条数
- var totalpage;//总页数
- var oldstationId;
- $(document).ready(function(){
- selectCountry11();
- selectStation();
- //getcng();
- });
- //点击查询按钮
- $('#btninfosearch').click(function(){
- var id=document.getElementById("station").value;
- i = 1;
- fLoadData(1,id);
-
- });
- function fLoadTable(){
- $('#tt').datagrid({
-
- });
- }
- function getcng(){
- var stationId = document.getElementById("station").value;
- getcngdetail(stationId);
- }
- function getcng1(){
- getcngdetail1(oldstationId);
- }
- function getcngdetail1(stationId){
- if(!stationId){}else{
- $.ajax({
- type:"POST",
- contentType: "application/x-www-form-urlencoded; charset=UTF-8",
- //url:"ajax/getstationdetail?stationId="+stationId,
- url:"ajax/getstationdetailreset?stationId="+stationId,
- success:function (data){
- $.messager.progress('close');
- var obj=eval("(" + data + ")");
- document.getElementById("tableDiv").innerHTML ="";
- $.each(obj.rows, function(i,item){
- if(!item.operatorName){
- item.operatorName = "未知";
- }
- if(!item.operatorName1){
- item.operatorName1 = "未知";
- }
- if(item.gunSum>=2){
- if((item.gunState==0)&&(item.gunState1==0)){
- if(item.ifyou==1){//加气机两个操作人员
-
- document.getElementById("tableDiv").innerHTML += '<div class="paiDiv" style="border: 1px solid #63B8FF;text-align:center;width:100%;height:200px;border-top:none;"><div style="float:left;width:3%;height:200px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo+'" target="_blank">详细</a></div>车牌号:'+item.carNo+'<br/>类型:'+item.cartype+'<br/>充装时间:<br/>'+item.endTime+'</div></div><div style="float:left;text-align:left;width:10%;height:135px;"><img src="images/rzx/person'+item.sex+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo+')">'+item.operatorName+'</a></div>上班时间:'+item.operTime+'<br/>许可证号:<br/>'+item.licenceOrg+'<br/>身份证号:<br/>'+item.idNo+'</div></div> <div style="float:left;width:25%;">1号枪<img src="images/rzx/machine.gif" style="height:120px;width:auto;"/>2号枪<br/>'+item.machinename+'</div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/person'+item.sex1+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo1+')">'+item.operatorName1+'</a></div>上班时间:'+item.operTime1+'<br/>许可证号:<br/>'+item.licenceOrg1+'<br/>身份证号:<br/>'+item.idNo1+'</div></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty1+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo1+'" target="_blank">详细</a></div>车牌号:'+item.carNo1+'<br/>类型:'+item.cartype1+'<br/>充装时间:<br/>'+item.endTime1+'</div></div></div><div style="width:100%;height:30px;"></div>';
- }else if(item.ifyou==0){
- if(item.gundir==0){
- document.getElementById("tableDiv").innerHTML += '<div class="paiDiv" style="border: 1px solid #63B8FF;text-align:center;width:100%;height:200px;border-top:none;"><div style="float:left;width:3%;height:200px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo+'" target="_blank">详细</a></div>车牌号:'+item.carNo+'<br/>类型:'+item.cartype+'<br/>充装时间:<br/>'+item.endTime+'</div></div><div style="float:left;text-align:left;width:10%;height:135px;"><img src="images/rzx/person'+item.sex+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo+')">'+item.operatorName+'</a></div>上班时间:'+item.operTime+'<br/>许可证号:<br/>'+item.licenceOrg+'<br/>身份证号:<br/>'+item.idNo+'</div></div> <div style="float:left;width:25%;">1号枪<img src="images/rzx/machine.gif" style="height:120px;width:auto;"/>2号枪<br/>'+item.machinename+'</div><div style="float:left;text-align:left;width:20%;"><div style="width:100%;height:3px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty1+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo1+'" target="_blank">详细</a></div>车牌号:'+item.carNo1+'<br/>类型:'+item.cartype1+'<br/>充装时间:<br/>'+item.endTime1+'</div></div></div><div style="width:100%;height:30px;"></div>';
-
- }else{
- document.getElementById("tableDiv").innerHTML += '<div class="paiDiv" style="border: 1px solid #63B8FF;text-align:center;width:100%;height:200px;border-top:none;"><div style="float:left;width:3%;height:200px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo+'" target="_blank">详细</a></div>车牌号:'+item.carNo+'<br/>类型:'+item.cartype+'<br/>充装时间:<br/>'+item.endTime+'</div></div><div style="float:left;text-align:left;width:10%;height:135px;"><img src="images/rzx/person'+item.sex+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo+')">'+item.operatorName+'</a></div>上班时间:'+item.operTime+'<br/>许可证号:<br/>'+item.licenceOrg+'<br/>身份证号:<br/>'+item.idNo+'</div></div> <div style="float:left;width:25%;">2号枪<img src="images/rzx/machine.gif" style="height:120px;width:auto;"/>1号枪<br/>'+item.machinename+'</div><div style="float:left;text-align:left;width:20%;"><div style="width:100%;height:3px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty1+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo1+'" target="_blank">详细</a></div>车牌号:'+item.carNo1+'<br/>类型:'+item.cartype1+'<br/>充装时间:<br/>'+item.endTime1+'</div></div></div><div style="width:100%;height:30px;"></div>';
-
- }
- //document.getElementById("tableDiv").innerHTML += '<div class="paiDiv" style="border: 1px solid #63B8FF;text-align:center;width:100%;height:200px;border-top:none;"><div style="float:left;width:3%;height:200px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo+'" target="_blank">详细</a></div>车牌号:'+item.carNo+'<br/>类型:'+item.cartype+'<br/>充装时间:<br/>'+item.endTime+'</div></div><div style="float:left;text-align:left;width:10%;height:135px;"><img src="images/rzx/person'+item.sex+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo+')">'+item.operatorName+'</a></div>上班时间:'+item.operTime+'<br/>许可证号:<br/>'+item.licenceOrg+'<br/>身份证号:<br/>'+item.idNo+'</div></div> <div style="float:left;width:25%;">1号枪<img src="images/rzx/machine.gif" style="height:120px;width:auto;"/>2号枪<br/>'+item.machinename+'</div><div style="float:left;text-align:left;width:20%;"><div style="width:100%;height:3px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty1+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo1+'" target="_blank">详细</a></div>车牌号:'+item.carNo1+'<br/>类型:'+item.cartype1+'<br/>充装时间:<br/>'+item.endTime1+'</div></div></div><div style="width:100%;height:30px;"></div>';
-
- }
- }else if((item.gunState!=0)&&(item.gunState1!=0)){
- if(item.ifyou==1){
- document.getElementById("tableDiv").innerHTML += '<div class="paiDiv" style="border: 1px solid #63B8FF;text-align:center;width:100%;height:200px;border-top:none;"><div style="float:left;width:3%;height:200px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/gunSuspended.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #8B8386;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo+'" target="_blank">详细</a></div>车牌号:'+item.carNo+'<br/>类型:'+item.cartype+'<br/>充装时间:<br/>'+item.endTime+'</div></div><div style="float:left;text-align:left;width:10%;height:135px;"><img src="images/rzx/person'+item.sex+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo+')">'+item.operatorName+'</a></div>上班时间:'+item.operTime+'<br/>许可证号:<br/>'+item.licenceOrg+'<br/>身份证号:<br/>'+item.idNo+'</div></div> <div style="float:left;width:25%;">1号枪<img src="images/rzx/machine.gif" style="height:120px;width:auto;"/>2号枪<br/>'+item.machinename+'</div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/person'+item.sex1+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo1+')">'+item.operatorName1+'</a></div>上班时间:'+item.operTime1+'<br/>许可证号:<br/>'+item.licenceOrg1+'<br/>身份证号:<br/>'+item.idNo1+'</div></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/gunSuspended.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo1+'" target="_blank">详细</a></div>车牌号:'+item.carNo1+'<br/>类型:'+item.cartype1+'<br/>充装时间:<br/>'+item.endTime1+'</div></div></div><div style="width:100%;height:30px;"></div>';
- }else if(item.ifyou==0){
- document.getElementById("tableDiv").innerHTML += '<div class="paiDiv" style="border: 1px solid #63B8FF;text-align:center;width:100%;height:200px;border-top:none;"><div style="float:left;width:3%;height:200px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/gunSuspended.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #8B8386;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo+'" target="_blank">详细</a></div>车牌号:'+item.carNo+'<br/>类型:'+item.cartype+'<br/>充装时间:<br/>'+item.endTime+'</div></div><div style="float:left;text-align:left;width:10%;height:135px;"><img src="images/rzx/person'+item.sex+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo+')">'+item.operatorName+'</a></div>上班时间:'+item.operTime+'<br/>许可证号:<br/>'+item.licenceOrg+'<br/>身份证号:<br/>'+item.idNo+'</div></div> <div style="float:left;width:25%;">1号枪<img src="images/rzx/machine.gif" style="height:120px;width:auto;"/>2号枪<br/>'+item.machinename+'</div><div style="float:left;text-align:left;width:20%;"><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/gunSuspended.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo1+'" target="_blank">详细</a></div>车牌号:'+item.carNo1+'<br/>类型:'+item.cartype1+'<br/>充装时间:<br/>'+item.endTime1+'</div></div></div><div style="width:100%;height:30px;"></div>';
-
- }
-
- }else if((item.gunState!=0)&&(item.gunState1==0)){
- if(item.ifyou==1){
- document.getElementById("tableDiv").innerHTML += '<div class="paiDiv" style="border: 1px solid #63B8FF;text-align:center;width:100%;height:200px;border-top:none;"><div style="float:left;width:3%;height:200px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/gunSuspended.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #8B8386;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo+'" target="_blank">详细</a></div>车牌号:'+item.carNo+'<br/>类型:'+item.cartype+'<br/>充装时间:<br/>'+item.endTime+'</div></div><div style="float:left;text-align:left;width:10%;height:135px;"><img src="images/rzx/person'+item.sex+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo+')">'+item.operatorName+'</a></div>上班时间:'+item.operTime+'<br/>许可证号:<br/>'+item.licenceOrg+'<br/>身份证号:<br/>'+item.idNo+'</div></div> <div style="float:left;width:25%;">1号枪<img src="images/rzx/machine.gif" style="height:120px;width:auto;"/>2号枪<br/>'+item.machinename+'</div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/person'+item.sex1+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo1+')">'+item.operatorName1+'</a></div>上班时间:'+item.operTime1+'<br/>许可证号:<br/>'+item.licenceOrg1+'<br/>身份证号:<br/>'+item.idNo1+'</div></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo1+'" target="_blank">详细</a></div>车牌号:'+item.carNo1+'<br/>类型:'+item.cartype1+'<br/>充装时间:<br/>'+item.endTime1+'</div></div></div><div style="width:100%;height:30px;"></div>';
- }else if(item.ifyou==0){
- document.getElementById("tableDiv").innerHTML += '<div class="paiDiv" style="border: 1px solid #63B8FF;text-align:center;width:100%;height:200px;border-top:none;"><div style="float:left;width:3%;height:200px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/gunSuspended.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #8B8386;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo+'" target="_blank">详细</a></div>车牌号:'+item.carNo+'<br/>类型:'+item.cartype+'<br/>充装时间:<br/>'+item.endTime+'</div></div><div style="float:left;text-align:left;width:10%;height:135px;"><img src="images/rzx/person'+item.sex+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo+')">'+item.operatorName+'</a></div>上班时间:'+item.operTime+'<br/>许可证号:<br/>'+item.licenceOrg+'<br/>身份证号:<br/>'+item.idNo+'</div></div> <div style="float:left;width:25%;">1号枪<img src="images/rzx/machine.gif" style="height:120px;width:auto;"/>2号枪<br/>'+item.machinename+'</div><div style="float:left;text-align:left;width:20%;"><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo1+'" target="_blank">详细</a></div>车牌号:'+item.carNo1+'<br/>类型:'+item.cartype1+'<br/>充装时间:<br/>'+item.endTime1+'</div></div></div><div style="width:100%;height:30px;"></div>';
-
- }
-
- }else if((item.gunState==0)&&(item.gunState1!=0)){
- if(item.ifyou==1){
- document.getElementById("tableDiv").innerHTML += '<div class="paiDiv" style="border: 1px solid #63B8FF;text-align:center;width:100%;height:200px;border-top:none;"><div style="float:left;width:3%;height:200px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #8B8386;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo+'" target="_blank">详细</a></div>车牌号:'+item.carNo+'<br/>类型:'+item.cartype+'<br/>充装时间:<br/>'+item.endTime+'</div></div><div style="float:left;text-align:left;width:10%;height:135px;"><img src="images/rzx/person'+item.sex+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo+')">'+item.operatorName+'</a></div>上班时间:'+item.operTime+'<br/>许可证号:<br/>'+item.licenceOrg+'<br/>身份证号:<br/>'+item.idNo+'</div></div> <div style="float:left;width:25%;">1号枪<img src="images/rzx/machine.gif" style="height:120px;width:auto;"/>2号枪<br/>'+item.machinename+'</div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/person'+item.sex1+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo1+')">'+item.operatorName1+'</a></div>上班时间:'+item.operTime1+'<br/>许可证号:<br/>'+item.licenceOrg1+'<br/>身份证号:<br/>'+item.idNo1+'</div></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/gunSuspended.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo1+'" target="_blank">详细</a></div>车牌号:'+item.carNo1+'<br/>类型:'+item.cartype1+'<br/>充装时间:<br/>'+item.endTime1+'</div></div></div><div style="width:100%;height:30px;"></div>';
- }else if(item.ifyou==0){
- document.getElementById("tableDiv").innerHTML += '<div class="paiDiv" style="border: 1px solid #63B8FF;text-align:center;width:100%;height:200px;border-top:none;"><div style="float:left;width:3%;height:200px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #8B8386;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo+'" target="_blank">详细</a></div>车牌号:'+item.carNo+'<br/>类型:'+item.cartype+'<br/>充装时间:<br/>'+item.endTime+'</div></div><div style="float:left;text-align:left;width:10%;height:135px;"><img src="images/rzx/person'+item.sex+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo+')">'+item.operatorName+'</a></div>上班时间:'+item.operTime+'<br/>许可证号:<br/>'+item.licenceOrg+'<br/>身份证号:<br/>'+item.idNo+'</div></div> <div style="float:left;width:25%;">1号枪<img src="images/rzx/machine.gif" style="height:120px;width:auto;"/>2号枪<br/>'+item.machinename+'</div><div style="float:left;text-align:left;width:20%;"><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/gunSuspended.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo1+'" target="_blank">详细</a></div>车牌号:'+item.carNo1+'<br/>类型:'+item.cartype1+'<br/>充装时间:<br/>'+item.endTime1+'</div></div></div><div style="width:100%;height:30px;"></div>';
-
- }
-
- }
-
- }else if(item.gunSum==1){
- document.getElementById("tableDiv").innerHTML += '<div class="paiDiv" style="border: 1px solid #63B8FF;text-align:center;width:100%;height:200px;border-top:none;"><div style="float:left;width:3%;height:200px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo+'" target="_blank">详细</a></div>车牌号:'+item.carNo+'<br/>类型:'+item.cartype+'<br/>充装时间:<br/>'+item.endTime+'</div></div><div style="float:left;text-align:left;width:10%;height:135px;"><img src="images/rzx/person'+item.sex+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo+')">'+item.operatorName+'</a></div>上班时间:'+item.operTime+'<br/>许可证号:<br/>'+item.licenceOrg+'<br/>身份证号:<br/>'+item.idNo+'</div></div> <div style="float:left;width:25%;">1号枪<img src="images/rzx/machine.gif" style="height:120px;width:auto;"/><br/>'+item.machinename+'</div></div>';
- }
- });
- //setInterval('getcng()',2*60*1000);
-
- setTimeout('getcng1()',1*60*1000);
- }
- });
- }
- }
- function getcngdetail(stationId){
- if(!stationId){}else{
- oldstationId = stationId;
- $.messager.progress({
- title: '请等待',
- msg: '正在加载数据...',
- text: '查询中.......'
- });
- $.ajax({
- type:"POST",
- contentType: "application/x-www-form-urlencoded; charset=UTF-8",
- url:"ajax/getstationdetail?stationId="+stationId,
- //url:"ajax/getstationdetailreset?stationId="+stationId,
- success:function (data){
- $.messager.progress('close');
- var obj=eval("(" + data + ")");
- document.getElementById("tableDiv").innerHTML ="";
- $.each(obj.rows, function(i,item){
- if(!item.operatorName){
- item.operatorName = "未知";
- }
- if(!item.operatorName1){
- item.operatorName1 = "未知";
- }
- if(item.gunSum>=2){
- if((item.gunState==0)&&(item.gunState1==0)){
- if(item.ifyou==1){//加气机两个操作人员
-
- document.getElementById("tableDiv").innerHTML += '<div class="paiDiv" style="border: 1px solid #63B8FF;text-align:center;width:100%;height:200px;border-top:none;"><div style="float:left;width:3%;height:200px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo+'" target="_blank">详细</a></div>车牌号:'+item.carNo+'<br/>类型:'+item.cartype+'<br/>充装时间:<br/>'+item.endTime+'</div></div><div style="float:left;text-align:left;width:10%;height:135px;"><img src="images/rzx/person'+item.sex+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo+')">'+item.operatorName+'</a></div>上班时间:'+item.operTime+'<br/>许可证号:<br/>'+item.licenceOrg+'<br/>身份证号:<br/>'+item.idNo+'</div></div> <div style="float:left;width:25%;">1号枪<img src="images/rzx/machine.gif" style="height:120px;width:auto;"/>2号枪<br/>'+item.machinename+'</div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/person'+item.sex1+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo1+')">'+item.operatorName1+'</a></div>上班时间:'+item.operTime1+'<br/>许可证号:<br/>'+item.licenceOrg1+'<br/>身份证号:<br/>'+item.idNo1+'</div></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty1+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo1+'" target="_blank">详细</a></div>车牌号:'+item.carNo1+'<br/>类型:'+item.cartype1+'<br/>充装时间:<br/>'+item.endTime1+'</div></div></div><div style="width:100%;height:30px;"></div>';
- }else if(item.ifyou==0){
- if(item.gundir==0){
- document.getElementById("tableDiv").innerHTML += '<div class="paiDiv" style="border: 1px solid #63B8FF;text-align:center;width:100%;height:200px;border-top:none;"><div style="float:left;width:3%;height:200px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo+'" target="_blank">详细</a></div>车牌号:'+item.carNo+'<br/>类型:'+item.cartype+'<br/>充装时间:<br/>'+item.endTime+'</div></div><div style="float:left;text-align:left;width:10%;height:135px;"><img src="images/rzx/person'+item.sex+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo+')">'+item.operatorName+'</a></div>上班时间:'+item.operTime+'<br/>许可证号:<br/>'+item.licenceOrg+'<br/>身份证号:<br/>'+item.idNo+'</div></div> <div style="float:left;width:25%;">1号枪<img src="images/rzx/machine.gif" style="height:120px;width:auto;"/>2号枪<br/>'+item.machinename+'</div><div style="float:left;text-align:left;width:20%;"><div style="width:100%;height:3px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty1+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo1+'" target="_blank">详细</a></div>车牌号:'+item.carNo1+'<br/>类型:'+item.cartype1+'<br/>充装时间:<br/>'+item.endTime1+'</div></div></div><div style="width:100%;height:30px;"></div>';
-
- }else{
- document.getElementById("tableDiv").innerHTML += '<div class="paiDiv" style="border: 1px solid #63B8FF;text-align:center;width:100%;height:200px;border-top:none;"><div style="float:left;width:3%;height:200px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo+'" target="_blank">详细</a></div>车牌号:'+item.carNo+'<br/>类型:'+item.cartype+'<br/>充装时间:<br/>'+item.endTime+'</div></div><div style="float:left;text-align:left;width:10%;height:135px;"><img src="images/rzx/person'+item.sex+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo+')">'+item.operatorName+'</a></div>上班时间:'+item.operTime+'<br/>许可证号:<br/>'+item.licenceOrg+'<br/>身份证号:<br/>'+item.idNo+'</div></div> <div style="float:left;width:25%;">2号枪<img src="images/rzx/machine.gif" style="height:120px;width:auto;"/>1号枪<br/>'+item.machinename+'</div><div style="float:left;text-align:left;width:20%;"><div style="width:100%;height:3px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty1+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo1+'" target="_blank">详细</a></div>车牌号:'+item.carNo1+'<br/>类型:'+item.cartype1+'<br/>充装时间:<br/>'+item.endTime1+'</div></div></div><div style="width:100%;height:30px;"></div>';
-
- }
- //document.getElementById("tableDiv").innerHTML += '<div class="paiDiv" style="border: 1px solid #63B8FF;text-align:center;width:100%;height:200px;border-top:none;"><div style="float:left;width:3%;height:200px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo+'" target="_blank">详细</a></div>车牌号:'+item.carNo+'<br/>类型:'+item.cartype+'<br/>充装时间:<br/>'+item.endTime+'</div></div><div style="float:left;text-align:left;width:10%;height:135px;"><img src="images/rzx/person'+item.sex+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo+')">'+item.operatorName+'</a></div>上班时间:'+item.operTime+'<br/>许可证号:<br/>'+item.licenceOrg+'<br/>身份证号:<br/>'+item.idNo+'</div></div> <div style="float:left;width:25%;">1号枪<img src="images/rzx/machine.gif" style="height:120px;width:auto;"/>2号枪<br/>'+item.machinename+'</div><div style="float:left;text-align:left;width:20%;"><div style="width:100%;height:3px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty1+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo1+'" target="_blank">详细</a></div>车牌号:'+item.carNo1+'<br/>类型:'+item.cartype1+'<br/>充装时间:<br/>'+item.endTime1+'</div></div></div><div style="width:100%;height:30px;"></div>';
-
- }
- }else if((item.gunState!=0)&&(item.gunState1!=0)){
- if(item.ifyou==1){
- document.getElementById("tableDiv").innerHTML += '<div class="paiDiv" style="border: 1px solid #63B8FF;text-align:center;width:100%;height:200px;border-top:none;"><div style="float:left;width:3%;height:200px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/gunSuspended.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #8B8386;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo+'" target="_blank">详细</a></div>车牌号:'+item.carNo+'<br/>类型:'+item.cartype+'<br/>充装时间:<br/>'+item.endTime+'</div></div><div style="float:left;text-align:left;width:10%;height:135px;"><img src="images/rzx/person'+item.sex+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo+')">'+item.operatorName+'</a></div>上班时间:'+item.operTime+'<br/>许可证号:<br/>'+item.licenceOrg+'<br/>身份证号:<br/>'+item.idNo+'</div></div> <div style="float:left;width:25%;">1号枪<img src="images/rzx/machine.gif" style="height:120px;width:auto;"/>2号枪<br/>'+item.machinename+'</div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/person'+item.sex1+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo1+')">'+item.operatorName1+'</a></div>上班时间:'+item.operTime1+'<br/>许可证号:<br/>'+item.licenceOrg1+'<br/>身份证号:<br/>'+item.idNo1+'</div></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/gunSuspended.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo1+'" target="_blank">详细</a></div>车牌号:'+item.carNo1+'<br/>类型:'+item.cartype1+'<br/>充装时间:<br/>'+item.endTime1+'</div></div></div><div style="width:100%;height:30px;"></div>';
- }else if(item.ifyou==0){
- document.getElementById("tableDiv").innerHTML += '<div class="paiDiv" style="border: 1px solid #63B8FF;text-align:center;width:100%;height:200px;border-top:none;"><div style="float:left;width:3%;height:200px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/gunSuspended.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #8B8386;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo+'" target="_blank">详细</a></div>车牌号:'+item.carNo+'<br/>类型:'+item.cartype+'<br/>充装时间:<br/>'+item.endTime+'</div></div><div style="float:left;text-align:left;width:10%;height:135px;"><img src="images/rzx/person'+item.sex+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo+')">'+item.operatorName+'</a></div>上班时间:'+item.operTime+'<br/>许可证号:<br/>'+item.licenceOrg+'<br/>身份证号:<br/>'+item.idNo+'</div></div> <div style="float:left;width:25%;">1号枪<img src="images/rzx/machine.gif" style="height:120px;width:auto;"/>2号枪<br/>'+item.machinename+'</div><div style="float:left;text-align:left;width:20%;"><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/gunSuspended.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo1+'" target="_blank">详细</a></div>车牌号:'+item.carNo1+'<br/>类型:'+item.cartype1+'<br/>充装时间:<br/>'+item.endTime1+'</div></div></div><div style="width:100%;height:30px;"></div>';
-
- }
-
- }else if((item.gunState!=0)&&(item.gunState1==0)){
- if(item.ifyou==1){
- document.getElementById("tableDiv").innerHTML += '<div class="paiDiv" style="border: 1px solid #63B8FF;text-align:center;width:100%;height:200px;border-top:none;"><div style="float:left;width:3%;height:200px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/gunSuspended.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #8B8386;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo+'" target="_blank">详细</a></div>车牌号:'+item.carNo+'<br/>类型:'+item.cartype+'<br/>充装时间:<br/>'+item.endTime+'</div></div><div style="float:left;text-align:left;width:10%;height:135px;"><img src="images/rzx/person'+item.sex+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo+')">'+item.operatorName+'</a></div>上班时间:'+item.operTime+'<br/>许可证号:<br/>'+item.licenceOrg+'<br/>身份证号:<br/>'+item.idNo+'</div></div> <div style="float:left;width:25%;">1号枪<img src="images/rzx/machine.gif" style="height:120px;width:auto;"/>2号枪<br/>'+item.machinename+'</div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/person'+item.sex1+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo1+')">'+item.operatorName1+'</a></div>上班时间:'+item.operTime1+'<br/>许可证号:<br/>'+item.licenceOrg1+'<br/>身份证号:<br/>'+item.idNo1+'</div></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo1+'" target="_blank">详细</a></div>车牌号:'+item.carNo1+'<br/>类型:'+item.cartype1+'<br/>充装时间:<br/>'+item.endTime1+'</div></div></div><div style="width:100%;height:30px;"></div>';
- }else if(item.ifyou==0){
- document.getElementById("tableDiv").innerHTML += '<div class="paiDiv" style="border: 1px solid #63B8FF;text-align:center;width:100%;height:200px;border-top:none;"><div style="float:left;width:3%;height:200px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/gunSuspended.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #8B8386;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo+'" target="_blank">详细</a></div>车牌号:'+item.carNo+'<br/>类型:'+item.cartype+'<br/>充装时间:<br/>'+item.endTime+'</div></div><div style="float:left;text-align:left;width:10%;height:135px;"><img src="images/rzx/person'+item.sex+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo+')">'+item.operatorName+'</a></div>上班时间:'+item.operTime+'<br/>许可证号:<br/>'+item.licenceOrg+'<br/>身份证号:<br/>'+item.idNo+'</div></div> <div style="float:left;width:25%;">1号枪<img src="images/rzx/machine.gif" style="height:120px;width:auto;"/>2号枪<br/>'+item.machinename+'</div><div style="float:left;text-align:left;width:20%;"><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo1+'" target="_blank">详细</a></div>车牌号:'+item.carNo1+'<br/>类型:'+item.cartype1+'<br/>充装时间:<br/>'+item.endTime1+'</div></div></div><div style="width:100%;height:30px;"></div>';
-
- }
-
- }else if((item.gunState==0)&&(item.gunState1!=0)){
- if(item.ifyou==1){
- document.getElementById("tableDiv").innerHTML += '<div class="paiDiv" style="border: 1px solid #63B8FF;text-align:center;width:100%;height:200px;border-top:none;"><div style="float:left;width:3%;height:200px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #8B8386;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo+'" target="_blank">详细</a></div>车牌号:'+item.carNo+'<br/>类型:'+item.cartype+'<br/>充装时间:<br/>'+item.endTime+'</div></div><div style="float:left;text-align:left;width:10%;height:135px;"><img src="images/rzx/person'+item.sex+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo+')">'+item.operatorName+'</a></div>上班时间:'+item.operTime+'<br/>许可证号:<br/>'+item.licenceOrg+'<br/>身份证号:<br/>'+item.idNo+'</div></div> <div style="float:left;width:25%;">1号枪<img src="images/rzx/machine.gif" style="height:120px;width:auto;"/>2号枪<br/>'+item.machinename+'</div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/person'+item.sex1+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo1+')">'+item.operatorName1+'</a></div>上班时间:'+item.operTime1+'<br/>许可证号:<br/>'+item.licenceOrg1+'<br/>身份证号:<br/>'+item.idNo1+'</div></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/gunSuspended.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo1+'" target="_blank">详细</a></div>车牌号:'+item.carNo1+'<br/>类型:'+item.cartype1+'<br/>充装时间:<br/>'+item.endTime1+'</div></div></div><div style="width:100%;height:30px;"></div>';
- }else if(item.ifyou==0){
- document.getElementById("tableDiv").innerHTML += '<div class="paiDiv" style="border: 1px solid #63B8FF;text-align:center;width:100%;height:200px;border-top:none;"><div style="float:left;width:3%;height:200px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #8B8386;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo+'" target="_blank">详细</a></div>车牌号:'+item.carNo+'<br/>类型:'+item.cartype+'<br/>充装时间:<br/>'+item.endTime+'</div></div><div style="float:left;text-align:left;width:10%;height:135px;"><img src="images/rzx/person'+item.sex+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo+')">'+item.operatorName+'</a></div>上班时间:'+item.operTime+'<br/>许可证号:<br/>'+item.licenceOrg+'<br/>身份证号:<br/>'+item.idNo+'</div></div> <div style="float:left;width:25%;">1号枪<img src="images/rzx/machine.gif" style="height:120px;width:auto;"/>2号枪<br/>'+item.machinename+'</div><div style="float:left;text-align:left;width:20%;"><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/gunSuspended.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo1+'" target="_blank">详细</a></div>车牌号:'+item.carNo1+'<br/>类型:'+item.cartype1+'<br/>充装时间:<br/>'+item.endTime1+'</div></div></div><div style="width:100%;height:30px;"></div>';
-
- }
-
- }
-
- }else if(item.gunSum==1){
- document.getElementById("tableDiv").innerHTML += '<div class="paiDiv" style="border: 1px solid #63B8FF;text-align:center;width:100%;height:200px;border-top:none;"><div style="float:left;width:3%;height:200px;"></div><div style="float:left;text-align:left;width:20%;"><img src="images/rzx/c'+item.cty+'.gif" style="height:60px;width:auto;"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;float:left;width:50%;">车辆信息</div><div style="border-bottom:1px solid #63B8FF;float:left;width:45%;text-align:right;"><a style="cursor:pointer;" href="machineDetail?carNo='+item.carNo+'" target="_blank">详细</a></div>车牌号:'+item.carNo+'<br/>类型:'+item.cartype+'<br/>充装时间:<br/>'+item.endTime+'</div></div><div style="float:left;text-align:left;width:10%;height:135px;"><img src="images/rzx/person'+item.sex+'.gif"/><div style="width:100%;height:3px;"></div><div style="border:1px solid #63B8FF;border-radius: 5px;width:150px;"><div style="border-bottom:1px solid #63B8FF;width:50%;float:left;">工作人员信息</div><div style="border-bottom:1px solid #63B8FF;width:45%;float:left;text-align:right;"><a style="cursor:pointer;" onclick="operatorDetail('+item.operatorNo+')">'+item.operatorName+'</a></div>上班时间:'+item.operTime+'<br/>许可证号:<br/>'+item.licenceOrg+'<br/>身份证号:<br/>'+item.idNo+'</div></div> <div style="float:left;width:25%;">1号枪<img src="images/rzx/machine.gif" style="height:120px;width:auto;"/><br/>'+item.machinename+'</div></div>';
- }
- });
- //setInterval('getcng()',2*60*1000);
-
- setTimeout('getcng1()',1*60*1000);
- }
- });
- }
- }
-
- function operatorDetail(operatorNo){
-
- $.messager.progress({
- title: '请等待',
- msg: '正在加载数据...',
- text: '查询中.......'
- });
-
- $.ajax({
- type:"POST",
- contentType: "application/x-www-form-urlencoded; charset=UTF-8",
- url:"ajax/operatorDetail?operatorno="+operatorNo,
- success:function (data){
- $.messager.progress('close');
- var obj=eval("(" + data + ")");
- $.each(obj.rows, function(i,item){
- document.getElementById("opname").value = item.name;
- if(item.sex==1){
- document.getElementById("opsex").value = "女";
- }else if(item.sex==0){
- document.getElementById("opsex").value = "男";
- }else{
- document.getElementById("opsex").value = "未知性别";
- }
- document.getElementById("opidno").value = item.idNo;
- document.getElementById("oplicence").value = item.licence;
- document.getElementById("oplicenceorg").value = item.licenceOrg;
- if(!item.licenceDate||item.licenceDate=="null"){
- item.licenceDate="";
- }else if(item.licenceDate.length>9){
- item.licenceDate = item.licenceDate.substring(0,10);
- }
-
- if(!item.validity||item.validity=="null"){
- item.validity="";
- }else if(item.validity.length>9){
- item.validity = item.validity.substring(0,10);
- }
-
- document.getElementById("oplicenceDate").value = item.licenceDate;
- document.getElementById("opvalidity").value = item.validity;
-
- });
- $('#operatorwindows').window('open');
- }
- });
-
- }
- function machineDetail(stationNo,machineNo){
- $.messager.progress({
- title: '请等待',
- msg: '正在加载数据...',
- text: '查询中.......'
- });
-
- $.ajax({
- type:"POST",
- contentType: "application/x-www-form-urlencoded; charset=UTF-8",
- url:"ajax/machineDetail?stationNo="+stationNo+"&machineNo="+machineNo,
- success:function (data){
- $.messager.progress('close');
- var obj=eval("(" + data + ")");
- $.each(obj.rows, function(i,item){
- document.getElementById("maendTime").value = item.endTime;
- document.getElementById("macarNo").value = item.carNo;
- document.getElementById("maappType").value = item.appType;
- document.getElementById("malicence").value = item.licence;
- document.getElementById("malicenceorg").value = item.licenceOrg;
- document.getElementById("malicenceDate").value = item.licenceDate;
- document.getElementById("mavalidity").value = item.validity;
-
- });
- $('#machinewindows').window('open');
- }
- });
-
- }
-
- function selectCountry(){
- var id=document.getElementById("city").value;
-
- //document.getElementById("hiddenCity").value=id;
- var select = document.getElementById("country");
- for(var i=select.options.length-1;i>=0;i--) {
- select.options.remove(i);
- }
- $.ajax({
- type:"POST",
- contentType: "application/x-www-form-urlencoded; charset=UTF-8",
- url:"ajax/hiddenCity?cityId="+id,
- success:function (data){
- var obj=eval("(" + data + ")");
- $.each(obj.rows, function(i,item){
- select.options.add(new Option(item.name, item.id));
- });
-
-
-
- }
- });
- selectStation();
- }
- function selectCountry11(){
- var id=document.getElementById("city").value;
-
- //document.getElementById("hiddenCity").value=id;
- var select = document.getElementById("country");
- for(var i=select.options.length-1;i>=0;i--) {
- select.options.remove(i);
- }
- $.ajax({
- type:"POST",
- contentType: "application/x-www-form-urlencoded; charset=UTF-8",
- url:"ajax/hiddenCity?cityId="+id,
- success:function (data){
- var obj=eval("(" + data + ")");
- $.each(obj.rows, function(i,item){
- select.options.add(new Option(item.name, item.id));
- });
-
-
-
- }
- });
- }
-
- function selectStation(){
- var id=document.getElementById("city").value;
- var id1=document.getElementById("country").value;
- //document.getElementById("hiddenCity").value=id;
- var select = document.getElementById("station");
- for(var i=select.options.length-1;i>=0;i--) {
- select.options.remove(i);
- }
- var i=0;
- $.ajax({
- type:"POST",
- contentType: "application/x-www-form-urlencoded; charset=UTF-8",
- url:"ajax/hiddenCountry?countryId="+id1+"&cityId="+id+"&type=2",
- success:function (data){
- var obj=eval("(" + data + ")");
- select.options.add(new Option("请选择一个站点", ""));
- $.each(obj.rows, function(i,item){
- select.options.add(new Option(item.name, item.id));
- });
-
-
-
- }
- });
- }
- </script>
- </head>
-
- <body>
- <!-- 查询结果:数据表格 -->
- <table id="tt" cellspacing="0" cellpadding="0" >
-
- </table>
- <div id="toolbar" style="padding-top: 10px;height: 30px;">
- <span class="easyui-linkbutton" style="cursor: default;margin-bottom: 5px;"><span class="hzbspan" style="color: #f08300;font-size: 16px;" >省:</span></span>
- <select name="province" style="width: auto;height: 24px;min-width: 100px;" class="hzbspan">
- <%for(AuthorityRegionPlace arp:arplist){
- cplist = arp.getCityPlace();
- %>
- <option value="<%=arp.getId() %>">
- <%=arp.getName() %>
- </option>
- <%} %>
- </select>
-
- <span class="easyui-linkbutton" style="cursor: default;margin-bottom: 5px;"><span class="hzbspan" style="color: #f08300;font-size: 16px;" >市:</span></span>
- <select name="city" id="city" style="width: auto;height: 24px;min-width: 100px;" class="hzbspan" onchange="selectCountry()">
-
- <%
-
- for(CityPlace cp:cplist){
- cyplist = cp.getSubPlaceList();
- %>
-
- <option value="<%=cp.getId() %>">
- <%=cp.getName() %>
- </option>
-
-
- <%} %>
- </select>
- <span class="easyui-linkbutton" style="cursor: default;margin-bottom: 5px;"><span class="hzbspan" style="color: #f08300;font-size: 16px;" >县:</span></span>
- <select name="country" id = "country" style="width: auto;height: 24px;min-width: 100px;" class="hzbspan" onchange="selectStation()">
-
- </select>
-
-
-
-
- <span class="easyui-linkbutton" style="cursor: default;margin-bottom: 5px;"><span class="hzbspan" style="color: #f08300;font-size: 16px;" >加气站:</span></span>
- <select onchange="getcng()" name="station" id="station" style="width: auto;height: 24px;min-width: 100px;" class="hzbspan" >
- </select>
- <a class="easyui-linkbutton" icon="icon-search" onclick="getcng()" style="margin-bottom: 5px;" ><span class="hzbspan" style="color: #f08300;font-size: 16px;">查 询 </span></a>
- </div>
-
- <div id="tableDiv" style="width: 100%;height: auto;border: 1px solid #4682B4;"></div>
-
-
- <div id="operatorwindows" modal="true" title="工作人员详细信息" class="easyui-window" closed="true" collapsible="false" minimizable="false" maximizable="false" icon="icon-add" style="width:900px;height: 200px;padding:5px;background:#fafafa;" >
- <div class="easyui-layout" fit="true">
- <div region="center" id="pnamecenter" border="false" style="padding: 10px; background: #fff; border: 1px solid #ccc;">
- <table>
- <tr>
- <td>
- <span class="hzbspan">姓名: </span><input type="text" id="opname" style="width: 200px;border: none;" readonly="readonly"/>
- </td><td>
- <span class="hzbspan">性别: </span><input type="text" id="opsex" style="width: 200px;border: none;" readonly="readonly"/>
- </td><td>
- <span class="hzbspan">身份证号:</span><input type="text" id="opidno" style="width: 200px;border: none;" readonly="readonly"/>
- </td>
- </tr>
- <tr>
- <td>
- <span class="hzbspan">许可证号:</span><input type="text" id="oplicence" style="width: 200px;border: none;" readonly="readonly"/>
- </td><td>
- <span class="hzbspan">发证机构:</span><input type="text" id="oplicenceorg" style="width: 200px;border: none;" readonly="readonly"/>
- </td><td>
- <span class="hzbspan">发证时间:</span><input type="text" id="oplicenceDate" style="width: 200px;border: none;" readonly="readonly"/>
- </td></tr>
- <tr><td colspan="3">
- <span class="hzbspan">有效期: </span><input type="text" id="opvalidity" style="width: 200px;border: none;" readonly="readonly"/>
- </td></tr>
- </table>
- </div>
-
- <div region="south" border="false" style="text-align: right; height: 30px; line-height: 30px;">
- <a id="infoaddstreetcancel" class="easyui-linkbutton" icon="icon-cancel" onclick="$('#operatorwindows').window('close');">返回</a>
- </div>
- </div>
- </div>
-
-
- <div id="machinewindows" modal="true" title="车辆详细信息" class="easyui-window" closed="true" collapsible="false" minimizable="false" maximizable="false" icon="icon-add" style="width:900px;height: 500px;;padding:5px;background:#fafafa;" >
- <div class="easyui-layout" fit="true">
- <div region="center" id="pnamecenter" border="false" style="padding: 10px; background: #fff; border: 1px solid #ccc;">
- <span class="hzbspan">姓名: </span><input type="text" id="maendTime" style="width: 200px;" readonly="readonly"/>
- <span class="hzbspan">性别: </span><input type="text" id="macarNo" style="width: 200px;" readonly="readonly"/>
- <span class="hzbspan">应用类型:</span><input type="text" id="maappType" style="width: 200px;" readonly="readonly"/>
- <br/><br/>
- <span class="hzbspan">充装时间:</span><input type="text" id="maendTime" style="width: 200px;" readonly="readonly"/>
- <span class="hzbspan">发证机构:</span><input type="text" id="malicenceorg" style="width: 200px;" readonly="readonly"/>
- <span class="hzbspan">发证时间:</span><input type="text" id="malicenceDate" style="width: 200px;" readonly="readonly"/>
- <br/><br/>
- <span class="hzbspan">车牌号: </span><input type="text" id="macarNo" style="width: 200px;" readonly="readonly"/>
- </div>
-
- <div region="south" border="false" style="text-align: right; height: 30px; line-height: 30px;">
- <a id="infoaddstreetcancel" class="easyui-linkbutton" icon="icon-cancel" onclick="$('#machinewindows').window('close');">返回</a>
- </div>
- </div>
- </div>
- </body>
- </html>
|