CylinderdataQuery1testing.jsp 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731
  1. <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
  2. <%@ page import="com.runzhixing.bean.CityPlace" %>
  3. <%@ page import="com.runzhixing.bean.CountryPlace" %>
  4. <%@ page import="com.runzhixing.bean.Station" %>
  5. <%@ page import="com.runzhixing.bean.AuthorityRegionPlace" %>
  6. <%@ page import="com.runzhixing.bean.User" %>
  7. <%@ page import="com.runzhixing.constant.Constant" %>
  8. <%@page import="java.net.URLEncoder"%>
  9. <%
  10. String path = request.getContextPath();
  11. String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
  12. User user = (User)session.getAttribute(Constant.userMark);
  13. List<AuthorityRegionPlace> arplist = user.getPrivilegePlaces1();
  14. List<CityPlace> cplist = new ArrayList<CityPlace>();
  15. List<CountryPlace> cyplist = new ArrayList<CountryPlace>();
  16. %>
  17. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  18. <html>
  19. <head>
  20. <base href="<%=basePath%>">
  21. <title>气瓶数据查询</title>
  22. <meta http-equiv="pragma" content="no-cache">
  23. <meta http-equiv="cache-control" content="no-cache">
  24. <meta http-equiv="expires" content="0">
  25. <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
  26. <meta http-equiv="description" content="This is my page">
  27. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  28. <meta http-equiv="X-UA-Compatible" content="IE=10"/>
  29. <link rel="stylesheet" type="text/css" href="css/easyui/themes/default/easyui.css">
  30. <link rel="stylesheet" type="text/css" href="css/easyui/themes/icon.css">
  31. <link rel="stylesheet" type="text/css" href="css/easyui/demo/demo.css">
  32. <script type="text/javascript" src="css/easyui/jquery.min.js"></script>
  33. <script type="text/javascript" src="css/easyui/jquery.easyui.min.js" charset="utf-8"></script>
  34. <script type="text/javascript" src="css/easyui/locale/easyui-lang-zh_CN.js" charset="utf-8"></script>
  35. <link rel="stylesheet" type="text/css" href="css/common/hzbstyle.css">
  36. <script type="text/javascript" src="js/common/area.js"></script>
  37. <style type="text/css">
  38. a:HOVER{
  39. color: red;
  40. text-decoration: none;
  41. }
  42. a{
  43. color: #f08300;
  44. text-decoration: none;
  45. }
  46. </style>
  47. <script type="text/javascript" src="js/easyui/export.js"></script>
  48. <script type="text/javascript">
  49. var grid="";
  50. var exportString="";
  51. var i = 1;//第几页
  52. var pageSize =10;
  53. var sum;//总条数
  54. var totalpage;//总页数
  55. $(document).ready(function(){
  56. fLoadTable();
  57. pageSize = $('#pageSize').val();
  58. selectCountry();
  59. selectCompany();
  60. selectinstallStation();
  61. });
  62. function fLoadTable(){
  63. grid=$('#tt').datagrid({
  64. fit: true,//自动大小
  65. title: '',
  66. width: '120%',
  67. height: 580,
  68. toolbar: '#toolbar',
  69. loadMsg:'正在加载, 请稍等 …',
  70. nowrap : true,//设置为true,当数据长度超出列宽时将会自动截取
  71. striped : true,//设置为true将交替显示行背景
  72. collapsible : false,//显示可折叠按钮
  73. fitColumns:false,//允许表格自动缩放,以适应父容器
  74. rownumbers:true,
  75. pagination:true,//分页控件
  76. columns:[[
  77. {field:'cylinderno1',align:'left',title:'操作',width:175,formatter: function(value, row, index){
  78. var vv='<a href="getValveHistory?cylinderGuid='+row.cylinderGuid+'&carNo='+row.carNo+'" target="_blank">'+"阀门追溯"+'</a>';
  79. vv+='/<a href="getLatelyFill?cylinderGuid='+row.cylinderGuid+'" target="_blank">'+"最新充装"+'</a>';
  80. return '<a href="jsp/rzx/dataQuery/CylinderFollow?cylinderguid='+row.cylinderGuid+'&carNo='+row.carNo+'" target="_blank">'+"追踪气瓶"+'</a>'+"/"+vv;
  81. }},
  82. {field:'cylinderno2',align:'left',title:'资质图片',width:100,formatter: function(value, row, index){
  83. return '<a href="getQualificationPicture?cylinderGuid='+row.cylinderGuid+'&carNo='+row.carNo+'" target="_blank">'+"资质图片"+'</a>';
  84. }},
  85. {field:'unitName',align:'left',title:'气瓶隶属单位',width:100},
  86. {field:'carNo',align:'left',title:'车牌号',width:85,formatter: function(value, row, index){
  87. return '<a href="machineDetail?carNo='+value+'&appType='+row.appType+'&operState='+row.operState+'&plateType='+row.plateType+'&carGuid='+row.carGuid+'" target="_blank">'+value+'</a>';
  88. }},
  89. {field:'plateTypeName',align:'left',title:'车牌类型',width:80},
  90. {field:'appTypeName',align:'left',title:'应用类型',width:85},
  91. {field:'cylinderNo',align:'left',title:'气瓶出厂编号',width:100},
  92. {field:'cylinderType',align:'left',title:'充装介质',width:140,formatter: function(value, row, index){
  93. if(value==1||value==2||value==3||value==4){
  94. return 'CNG-高压气体';
  95. }else if(value==5){
  96. return 'LNG-低温液化天然气';
  97. }else if(value==6){
  98. return 'LPG';
  99. }else{
  100. return '其他';
  101. }
  102. }},
  103. {field:'cylinderTypeName',align:'left',title:'类型',width:135},
  104. {field:'cylinderTypeName1',align:'left',title:'气瓶品种',width:135,formatter: function(value, row, index){
  105. if(row.cylinderTypeName!=null){
  106. if(row.cylinderTypeName.indexOf("钢质")==0){
  107. return '无缝气瓶(2310)';
  108. }else{
  109. return '特种气瓶(23T0)';
  110. }
  111. }
  112. }},
  113. {field:'PRODUCTMONITOR',align:'left',title:'气瓶制造监管检验机构',width:155},
  114. {field:'TYPETEST',align:'left',title:'气瓶型式试验机构',width:135},
  115. {field:'productNo',align:'left',title:'厂家简称',width:60},
  116. {field:'productDate1',align:'left',title:'生产年月',width:95},
  117. {field:'cylinderStateName',align:'left',title:'使用状态',width:'100px',formatter: function(value, row, index){
  118. if(value){
  119. if(value == "在用"){
  120. return '<font style="color:green;font-weight: bold;">'+value+'</font>';
  121. }else{
  122. return '<font style="color:red;font-weight: bold;">'+value+'</font>';
  123. }
  124. }
  125. return value;
  126. }},
  127. {field:'cylinderState',align:'left',title:'使用状态',width:60,formatter: function(value, row, index){
  128. if (value == "0") {
  129. return '<font style="color:green;font-weight: bold;">'+"在用"+'</font>';
  130. }
  131. else if(value == "1") {
  132. return '<font style="color:red;font-weight: bold;">'+"检验报废"+'</font>';
  133. }else if(value == "2") {
  134. return '<font style="color:red;font-weight: bold;">'+"超期未检"+'</font>';
  135. }else if(value == "3") {
  136. return '<font style="color:red;font-weight: bold;">'+"周转"+'</font>';
  137. }else if(value == "4") {
  138. return '<font style="color:red;font-weight: bold;">'+"注销"+'</font>';
  139. }else if(value == "5") {
  140. return '<font style="color:red;font-weight: bold;">'+"超限报废"+'</font>';
  141. }else{
  142. return '<font style="color:red;font-weight: bold;">'+"其他"+'</font>';
  143. }}},
  144. {field:'productLicence',align:'left',title:'许可证号',width:125},
  145. {field:'cylinderRegNo',align:'left',title:'气瓶使用编号',width:105},
  146. {field:'timesAvailable',align:'left',title:'可充装次数',width:95,formatter: function(value, row, index){
  147. if(value==0){
  148. return '不限';
  149. }
  150. return value;
  151. }},
  152. {field:'yearLimit',align:'left',title:'使用年限',width:'100px',formatter: function(value, row, index){
  153. if(value==0){
  154. return '不限';
  155. }
  156. return value;
  157. }},
  158. {field:'startUseDate1',align:'left',title:'开始投用时间',width:95},
  159. {field:'productType',align:'left',title:'型号',width:'160px'},
  160. {field:'weight',align:'left',title:'重量',width:'100px',formatter: function(value, row, index){
  161. return value;
  162. }
  163. },
  164. {field:'vol',align:'left',title:'容积',width:'100px',formatter: function(value, row, index){
  165. return value;
  166. }},
  167. {field:'thickness',align:'left',title:'壁厚',width:'100px',formatter: function(value, row, index){
  168. return value;
  169. }},
  170. {field:'press',align:'left',title:'压力',width:'100px',formatter: function(value, row, index){
  171. return value;
  172. }},
  173. {field:'material',align:'left',title:'材质',width:'100px'},
  174. {field:'fibre',align:'left',title:'纤维',width:'100px'},
  175. {field:'resin',align:'left',title:'树脂',width:'100px'},
  176. {field:'fillTimes',align:'left',title:'充装次数',width:'100px'},
  177. {field:'operStateName',align:'left',title:'操作状态',width:'120px'},
  178. {field:'installStation',align:'left',title:'安装单位',width:'180px'},
  179. {field:'installDate1',align:'left',title:'安装日期',width:'100px'},
  180. {field:'checkState',align:'left',title:'检验状态',width:'100px',formatter: function(value, row, index){
  181. if (value == "0") {
  182. return '<font style="color:green;font-weight: bold;">'+"合格"+'</font>';
  183. }
  184. else if(value == "1") {
  185. return '<font style="color:red;font-weight: bold;">'+"不合格"+'</font>';
  186. }}},
  187. {field:'checkstatename',align:'left',title:'检验状态',width:'100px'},
  188. {field:'installLicence',align:'left',title:'安装许可',width:'120px'},
  189. {field:'installCert',align:'left',title:'安装合格证',width:'120px'},
  190. {field:'installTypeName',align:'left',title:'安装类别',width:'100px'},
  191. {field:'installLoc',align:'left',title:'安装位置',width:'100px'},
  192. {field:'installWorkerName',align:'left',title:'安装人员',width:'100px'},
  193. {field:'monitorStation',align:'left',title:'安装监检单位',width:'160px'},
  194. {field:'monitorDate1',align:'left',title:'安装监检日期',width:'100px'},
  195. {field:'installWorkerName',align:'left',title:'安装人员' ,width:'100px'},
  196. {field:'monitorStation',align:'left',title:'安装监检单位' ,width:'100px'},
  197. {field:'monitorDate1',align:'left',title:'安装监检日期' ,width:'100px'},
  198. {field:'monitorLicence',align:'left',title:'安装监检许可' ,width:'100px'},
  199. {field:'monitorCert',align:'left',title:'安装监检证书' ,width:'100px'},
  200. {field:'monitorWorkername',align:'left',title:'安装监检人员' ,width:'100px'},
  201. {field:'checkStation',align:'left',title:'检验单位' ,width:'100px'},
  202. {field:'checkDate1',align:'left',title:'最后一次检验时间' ,width:'100px'},
  203. {field:'checkLicence',align:'left',title:'检验许可' ,width:'100px'},
  204. {field:'checkCert',align:'left',title:'检验证书' ,width:'100px'},
  205. {field:'checkState',align:'left',title:'检验状态' ,width:'100px'},
  206. {field:'nextCheckDate1',align:'left',title:'下次检验时间' ,width:'100px'},
  207. {field:'checkWorkerName',align:'left',title:'检验人员' ,width:'100px'},
  208. {field:'tagno',align:'left',title:'标签编号' ,width:'100px'},
  209. {field:'tagUid',align:'left',title:'标签UID' ,width:'100px'},
  210. {field:'tagAppTypeName',align:'left',title:'标签主类型' ,width:'100px'},
  211. {field:'tagTypeName',align:'left',title:'标签类型' ,width:'100px'},
  212. {field:'tagStation',align:'left',title:'发标签站点编号' ,width:'100px'},
  213. {field:'tagOperator',align:'left',title:'发标签操作员编号' ,width:'100px'},
  214. {field:'tagOperTime1',align:'left',title:'发标签时间',width:'100px'},
  215. {field:'tagOperStateName',align:'left',title:'发标签状态' ,width:'100px'},
  216. {field:'editStation',align:'left',title:'登记,修改站点编号' ,width:'160px'},
  217. {field:'editOperator',align:'left',title:'登记,修改操作员编号' ,width:'120px'},
  218. {field:'editOperTime1',align:'left',title:'登记,修改时间',width:'160px'},
  219. {field:'auditStation',align:'left',title:'审核站点编号' ,width:'100px'},
  220. {field:'auditOperator',align:'left',title:'审核操作员编号' ,width:'100px'},
  221. {field:'auditOperTime1',align:'left',title:'审核时间',width:'100px'}
  222. ]]
  223. });
  224. $('#tt').datagrid('hideColumn','cylinderState');
  225. $('#tt').datagrid('hideColumn','checkState');
  226. }
  227. function fLoadData(page,rows){
  228. if(!$('#company option:selected').text()){
  229. return false;
  230. }
  231. if(!$('#installStation option:selected').text()){
  232. return false;
  233. }
  234. $.messager.progress({
  235. title: '请等待',
  236. msg: '正在加载数据...',
  237. text: '查询中.......'
  238. });
  239. $.ajax({
  240. type:"POST",
  241. contentType: "application/x-www-form-urlencoded; charset=UTF-8",
  242. data:$('#Cylinder11form').serialize(),
  243. url:"ajax/cylinderDataQuery?page="+page+"&psize="+rows,
  244. success:function (data){
  245. $.messager.progress('close');
  246. var vData = $.parseJSON(data);
  247. sum = vData.total;
  248. if(sum==0){
  249. show("没有查询到相关信息!!!");
  250. }
  251. totalpage = Math.ceil(sum/rows);
  252. $('#tt').datagrid('loadData', vData); //将数据绑定到datagrid
  253. var p = $('#tt').datagrid('getPager');
  254. $(p).pagination({
  255. pageList: [10,20,30,100,200,400],//可以设置每页记录条数的列表
  256. beforePageText: '第',//页数文本框前显示的汉字
  257. afterPageText: '页 共 {pages} 页',
  258. displayMsg: '当前显示 {from} - {to} 条记录 共 {total} 条记录',
  259. onSelectPage: function (pageNumber, pageSize) {
  260. fLoadData(pageNumber, pageSize);
  261. }
  262. });
  263. }
  264. });
  265. }
  266. function changeSize(){
  267. fLoadData(1,10);
  268. }
  269. function selectCountry(){
  270. var id=document.getElementById("city").value;
  271. var select = document.getElementById("country");
  272. for(var i=select.options.length-1;i>=0;i--) {
  273. select.options.remove(i);
  274. }
  275. $.ajax({
  276. type:"POST",
  277. contentType: "application/x-www-form-urlencoded; charset=UTF-8",
  278. url:"ajax/hiddenCity?cityId="+id,
  279. success:function (data){
  280. var obj=eval("(" + data + ")");
  281. $.each(obj.rows, function(i,item){
  282. select.options.add(new Option(item.name, item.id));
  283. });
  284. }
  285. });
  286. }
  287. function selectCountry1(){
  288. selectCountry();
  289. selectCompany();
  290. selectinstallStation();
  291. }
  292. function selectCompany(){
  293. var ii=1;
  294. var select = document.getElementById("company");
  295. for(var i=select.options.length-1;i>=0;i--) {
  296. select.options.remove(i);
  297. }
  298. $.ajax({
  299. type:"POST",
  300. contentType: "application/x-www-form-urlencoded; charset=UTF-8",
  301. data:$('#Cylinder11form').serialize(),
  302. url:"ajax/hiddenUnit",
  303. //url:"ajax/modifyStationInfoCheck",
  304. success:function (data){
  305. var obj=eval("(" + data + ")");
  306. select.options.add(new Option("全部", ""));
  307. $.each(obj.rows, function(i,item){
  308. select.options.add(new Option(item.name, item.id));
  309. });
  310. }
  311. });
  312. }
  313. function selectinstallStation(){
  314. var ii=1;
  315. var select = document.getElementById("installStation");
  316. for(var i=select.options.length-1;i>=0;i--) {
  317. select.options.remove(i);
  318. }
  319. $.ajax({
  320. type:"POST",
  321. contentType: "application/x-www-form-urlencoded; charset=UTF-8",
  322. data:$('#Cylinder11form').serialize(),
  323. url:"ajax/hiddenspeStation1?type=3",
  324. success:function (data){
  325. var obj=eval("(" + data + ")");
  326. select.options.add(new Option("全部", ""));
  327. $.each(obj.rows, function(i,item){
  328. select.options.add(new Option(item.name, item.id));
  329. });
  330. }
  331. });
  332. }
  333. function selectCompany1(){
  334. selectCompany();
  335. selectinstallStation();
  336. }
  337. function exptSingle(){
  338. if(!grid){
  339. alert("数据为空");
  340. return false;
  341. }else{
  342. expt(grid);
  343. }
  344. }
  345. function exptAll(){
  346. fLoadDataAll(1,5000);
  347. }
  348. function show(message) {
  349. $.messager.show({
  350. title: '提示信息',
  351. msg: message,
  352. timeout: 2000,
  353. showType: 'slide'
  354. });
  355. }
  356. function fLoadDataAll(page,rows){
  357. document.getElementById("pageNumber").innerText = i;
  358. document.getElementById("from").innerText = (page-1)*rows;
  359. document.getElementById("to").innerText = page*rows;
  360. $.messager.progress({
  361. title: '请等待',
  362. msg: '正在加载数据...',
  363. text: '查询中.......'
  364. });
  365. $.ajax({
  366. type:"POST",
  367. contentType: "application/x-www-form-urlencoded; charset=UTF-8",
  368. data:$('#Cylinder11form').serialize(),
  369. url:"ajax/cylinderDataQuery?page="+page+"&psize="+rows,
  370. success:function (data){
  371. $.messager.progress('close');
  372. var vData = $.parseJSON(data);
  373. sum = vData.total;
  374. if(sum==0){
  375. show("没有查询到相关信息!!!");
  376. }
  377. totalpage = Math.ceil(sum/rows);
  378. document.getElementById("total").innerText = sum;
  379. document.getElementById("totalpage").innerText = totalpage;
  380. var vData = $.parseJSON(data);
  381. $('#tt').datagrid('loadData', vData); //将数据绑定到datagrid
  382. var p = $('#tt').datagrid('getPager');
  383. $(p).pagination({
  384. pageList: [10,20,30,100,200,400],//可以设置每页记录条数的列表
  385. beforePageText: '第',//页数文本框前显示的汉字
  386. afterPageText: '页 共 {pages} 页',
  387. displayMsg: '当前显示 {from} - {to} 条记录 共 {total} 条记录',
  388. onSelectPage: function (pageNumber, pageSize) {
  389. fLoadData(pageNumber, pageSize);
  390. }
  391. });
  392. if(!grid){
  393. alert("数据为空");
  394. return false;
  395. }else{
  396. expt(grid);
  397. }
  398. }
  399. });
  400. }
  401. </script>
  402. </head>
  403. <body>
  404. <!-- 查询结果:数据表格 -->
  405. <table id="tt" cellspacing="0" cellpadding="0" >
  406. </table>
  407. <div id="toolbar" style="padding-top: 0px;height: auto;">
  408. <form id="Cylinder11form" action="ajax/Cylinder11form" method="post">
  409. <table>
  410. <tr>
  411. <td>
  412. <span class="hzbspan">省:</span>
  413. </td>
  414. <td>
  415. <select name="province" id="province" style="width: 150px;height: 34px;min-width: 100px;" class="hzbspan select">
  416. <%for(AuthorityRegionPlace arp:arplist){
  417. cplist = arp.getCityPlace();
  418. %>
  419. <option value="<%=arp.getId() %>">
  420. <%=arp.getName() %>
  421. </option>
  422. <%} %>
  423. </select>
  424. </td>
  425. <td>
  426. <span class="hzbspan">市:</span>
  427. </td>
  428. <td>
  429. <select name="city" id="city" style="width: 150px;height: 34px;min-width: 100px;" class="hzbspan select" onchange="selectCountry1()">
  430. <%
  431. for(CityPlace cp:cplist){
  432. cyplist = cp.getSubPlaceList();
  433. %>
  434. <option value="<%=cp.getId() %>">
  435. <%=cp.getName() %>
  436. </option>
  437. <%} %>
  438. </select>
  439. </td>
  440. <td>
  441. <span class="hzbspan">县:</span>
  442. </td>
  443. <td>
  444. <select name="country" id = "country" style="width: 150px;height: 34px;min-width: 100px;" class="hzbspan select" onchange="selectCompany1();" >
  445. </select>
  446. </td>
  447. </tr>
  448. <tr>
  449. <td>
  450. <span class="hzbspan">企业:</span>
  451. </td>
  452. <td>
  453. <select name="company" id = "company" style="width: 150px;height: 34px;min-width: 100px;" class="hzbspan select" >
  454. <option value="">全部</option>
  455. </select>
  456. </td>
  457. <td>
  458. <span class="hzbspan">安装单位:</span>
  459. </td>
  460. <td>
  461. <select name="installStation" id="installStation" style="width: 150px;height: 34px;" class="hzbspan select">
  462. <option value="">全部</option>
  463. </select>
  464. </td>
  465. </tr>
  466. <tr>
  467. <td>
  468. <span style="cursor: default"><span class="hzbspan">车牌类型:</span></span></td>
  469. <td><select name="plateType" id="plateType" style="width: 150px;height: 34px;" class="hzbspan select" >
  470. <option value="-1" se>全部</option>
  471. <option value="0">其它</option>
  472. <option value="1">大型汽车</option>
  473. <option value="2">小型汽车</option>
  474. <option value="3">使馆汽车</option>
  475. <option value="4">领馆汽车</option>
  476. <option value="5">境外汽车</option>
  477. <option value="6">外籍汽车</option>
  478. <option value="7">两、三轮摩托车</option>
  479. <option value="8">轻便摩托车</option>
  480. <option value="9">使馆摩托车</option>
  481. <option value="10">领馆摩托车</option>
  482. <option value="11">境外摩托车</option>
  483. <option value="12">外籍摩托车</option>
  484. <option value="13">农用运输车</option>
  485. <option value="14">拖拉机</option>
  486. <option value="15">挂车</option>
  487. <option value="16">教练汽车</option>
  488. <option value="17">教练摩托车</option>
  489. <option value="18">试验汽车</option>
  490. <option value="19">试验摩托车</option>
  491. <option value="20">临时入境汽车</option>
  492. <option value="21">临时入境摩托车</option>
  493. <option value="22">临时行驶车</option>
  494. <option value="23">警用汽车</option>
  495. <option value="24">警用摩托车</option>
  496. </select>
  497. </td>
  498. <td>
  499. <span style="cursor: default"><span class="hzbspan">下次检验开始时间:</span></span></td>
  500. <td><input type="text" id="searchst" name ="searchst" class="easyui-datebox" style="width: 150px;height: 34px" data-options="prompt:'- - - - - - -'">
  501. </td>
  502. <td>
  503. <span style="cursor: default"><span class="hzbspan">气瓶出厂编号:</span></span></td>
  504. <td><input type="text" name="cylinderNo" id="cylinderNo" style="width: 150px;height: 34px;" class="hzbspan" placeholder="- - - - - - -">
  505. </td>
  506. <td>
  507. <input type="hidden" name="regNo" value="" /> </td>
  508. <td>
  509. <span class="hzbspan">操作开始时间:</span>
  510. </td>
  511. <td>
  512. <input type="text" id="actionst" name="actionst" class="easyui-datebox" style="width: 150px;height: 34px;" data-options="prompt:'- - - - - - -'">
  513. </td>
  514. </tr>
  515. <tr>
  516. <td>
  517. <span style="cursor: default"><span class="hzbspan">气瓶厂家简称:</span></span></td>
  518. <td><input type="text" name="productNo" id="productNo" style="width: 150px;height: 34px;" class="hzbspan" placeholder="- - - - - - -">
  519. </td>
  520. <td>
  521. <span style="cursor: default"><span class="hzbspan">下次检验结束时间:</span></span></td>
  522. <td><input type="text" id="searchet" name="searchet" class="easyui-datebox" style="width: 150px;height: 34px" data-options="prompt:'- - - - - - -'">
  523. </td>
  524. <td>
  525. <span style="cursor: default"><span class="hzbspan">气瓶类型:</span></span></td>
  526. <td><select name="cylinderType" id="cylinderType" style="width: 150px;height: 34px;" class="hzbspan select" >
  527. <option value="-1" selected="selected">全部</option>
  528. <option value="0">其他</option>
  529. <option value="1">钢质气瓶</option>
  530. <option value="2">钢质内胆环向缠绕气瓶</option>
  531. <option value="3">铝合金内胆全缠绕气瓶</option>
  532. <option value="4">塑料内胆全缠绕气瓶</option>
  533. <option value="5">LNG液化天然气气瓶</option>
  534. </select>
  535. </td>
  536. <td>
  537. <span class="hzbspan">操作结束时间:</span>
  538. </td>
  539. <td>
  540. <input type="text" id="actionet" name="actionet" class="easyui-datebox" style="width: 150px;height: 34px;" data-options="prompt:'- - - - - - -'">
  541. </td>
  542. </tr>
  543. <tr>
  544. <td>
  545. <span style="cursor: default"><span class="hzbspan">安装开始时间:</span></span></td>
  546. <td><input type="text" name="installStartTime" id="installStartTime" class="easyui-datebox" style="width: 150px;height: 34px" data-options="prompt:'- - - - - - -'">
  547. </td>
  548. <td>
  549. <span style="cursor: default"><span class="hzbspan">安装结束时间:</span></span></td>
  550. <td><input type="text" name="installEndTime" id="installEndTime" class="easyui-datebox" style="width: 150px;height: 34px" data-options="prompt:'- - - - - - -'">
  551. </td>
  552. <td>
  553. <span style="cursor: default"><span class="hzbspan">应用类型:</span></span></td>
  554. <td><select name="appType" id="appType" style="width: 150px;height: 34px;" class="hzbspan select" >
  555. <option value="-1" selected="selected">全部</option>
  556. <option value="0">其他</option>
  557. <option value="1">出租</option>
  558. <option value="2">公交</option>
  559. <option value="3">私用</option>
  560. <option value="4">货运</option>
  561. <option value="5">客运</option>
  562. <option value="6">营转非</option>
  563. <option value="9">外地车</option>
  564. </select>
  565. </td>
  566. <td>
  567. <span class="hzbspan">充装开始时间:</span>
  568. </td>
  569. <td>
  570. <input type="text" id="fillStartTime" name="fillStartTime" class="easyui-datebox" style="width: 150px;height: 34px;" data-options="prompt:'- - - - - - -'">
  571. </td>
  572. </tr>
  573. <tr><td>
  574. <span style="cursor: default"><span class="hzbspan">车主单位:</span></span></td>
  575. <td><input type="text" name="carOwenerUnit" id="carOwenerUnit" style="width: 150px;height: 34px;" class="hzbspan" placeholder="- - - - - - -">
  576. </td>
  577. <td>
  578. <span style="cursor: default"><span class="hzbspan">车牌号:</span></span></td>
  579. <td><input type="text" name="carNo" id="carNo" style="width: 150px;height: 34px;" class="hzbspan" placeholder="- - - - - - -">
  580. </td>
  581. <td>
  582. <span style="cursor: default"><span class="hzbspan">操作状态:</span></span></td>
  583. <td><select name="opeState" id="opeState" style="width: 150px;height: 34px;" class="hzbspan select" >
  584. <option value="-1" selected="selected">全部</option>
  585. <option value="0">新数据,要求审核</option>
  586. <option value="1">安装完成,要求监检</option>
  587. <option value="2">监检完成,要求审核</option>
  588. <option value="3">检验完成,要求审核或复装</option>
  589. <option value="4">审核完成</option>
  590. <option value="5">已经发标签</option>
  591. <option value="6">数据审核不通过</option>
  592. <option value="7">检验后数据不通过</option>
  593. <option value="8">过户后审核不通过</option>
  594. <option value="9">监检不通过</option>
  595. <option value="10">未发标签</option>
  596. <option value="21">申请加瓶</option>
  597. <option value="22">申请减瓶</option>
  598. <option value="31">过户,要求审核</option>
  599. <option value="41">已注销</option>
  600. </select>
  601. </td>
  602. <td>
  603. <span class="hzbspan">充装结束时间:</span>
  604. </td>
  605. <td>
  606. <input type="text" id="fillEndTime" name="fillEndTime" class="easyui-datebox" style="width: 150px;height: 34px;" data-options="prompt:'- - - - - - -'">
  607. </td>
  608. </tr>
  609. <tr><td>
  610. <span style="cursor: default"><span class="hzbspan">状态:</span></span></td>
  611. <td><select name="state" id="state" style="width: 150px;height: 34px;" class="hzbspan select" >
  612. <option value="-1">全部</option>
  613. <option value="0">在用</option>
  614. <option value="1">检验报废</option>
  615. <option value="2">超期未检</option>
  616. <option value="3">周转</option>
  617. <option value="4">注销</option>
  618. <option value="5">超限报废</option>
  619. </select>
  620. </td>
  621. <td>
  622. <span style="cursor: default"><span class="hzbspan">安装类型:</span></span></td>
  623. <td><select name="installType" id="installType" style="width: 150px;height: 34px;" class="hzbspan select" >
  624. <option value="-1">全部</option>
  625. <option value="0">第一次安装</option>
  626. <option value="1">复装</option>
  627. <option value="2">整车出厂</option>
  628. </select>
  629. </td>
  630. <td><span class="hzbspan">容积范围:从</span>
  631. </td>
  632. <td>
  633. <input type="text" name="startVol" class="easyui-numberbox" data-options="min:0,max:999,precision:2" style="width: 70px;height: 34px;">
  634. <span class="hzbspan">到</span>
  635. <input type="text" name="endVol" class="easyui-numberbox" data-options="min:0,max:999,precision:2" style="width: 70px;height: 34px;">
  636. </td>
  637. <td>
  638. </td>
  639. <td>
  640. <a id="btninfosearch" onclick="changeSize();" class="easyui-linkbutton" icon="icon-search" href="javascript:void(0)" ><span class="hzbspan" style="color: #f08300;font-size: 16px;">查询</span></a>
  641. <a id="btninfosearch" onclick="exptSingle();" class="easyui-linkbutton" icon="icon-save" href="javascript:void(0)" ><span class="hzbspan" style="color: #f08300;font-size: 16px;">导出</span></a>
  642. </td>
  643. </tr>
  644. </table>
  645. </form>
  646. </div>
  647. <div id="dialog2"></div>
  648. </body>
  649. </html>