CarsdataQuery.jsp 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817
  1. <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
  2. <%@ page import="com.runzhixing.tool.Util"%>
  3. <%@ page import="com.runzhixing.bean.CityPlace"%>
  4. <%@ page import="com.runzhixing.bean.CountryPlace"%>
  5. <%@ page import="com.runzhixing.bean.Station"%>
  6. <%@ page import="com.runzhixing.bean.AuthorityRegionPlace"%>
  7. <%@ page import="com.runzhixing.bean.User"%>
  8. <%@ page import="com.runzhixing.constant.Constant"%>
  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. List<Station> slist = new ArrayList<Station>();
  17. %>
  18. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  19. <html>
  20. <head>
  21. <base href="<%=basePath%>">
  22. <title>车辆数据查询</title>
  23. <meta http-equiv="pragma" content="no-cache">
  24. <meta http-equiv="cache-control" content="no-cache">
  25. <meta http-equiv="expires" content="0">
  26. <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
  27. <meta http-equiv="description" content="This is my page">
  28. <meta http-equiv="X-UA-Compatible" content="IE=9" />
  29. <meta http-equiv="X-UA-Compatible" content="IE=10" />
  30. <link rel="stylesheet" type="text/css"
  31. href="css/easyui/themes/default/easyui.css">
  32. <link rel="stylesheet" type="text/css" href="css/easyui/themes/icon.css">
  33. <link rel="stylesheet" type="text/css" href="css/easyui/demo/demo.css">
  34. <script type="text/javascript" src="css/easyui/jquery.min.js"></script>
  35. <script type="text/javascript" src="css/easyui/jquery.easyui.min.js"
  36. charset="utf-8"></script>
  37. <script type="text/javascript"
  38. src="css/easyui/locale/easyui-lang-zh_CN.js" charset="utf-8"></script>
  39. <link rel="stylesheet" type="text/css" href="css/common/hzbstyle.css">
  40. <style type="text/css">
  41. a:HOVER {
  42. color: red;
  43. text-decoration: none;
  44. }
  45. a {
  46. color: #f08300;
  47. text-decoration: none;
  48. }
  49. </style>
  50. <script type="text/javascript" src="js/easyui/export.js"></script>
  51. <script type="text/javascript">
  52. var hiddenP='<%=(String)session.getAttribute("hiddenphone")%>';
  53. var grid;
  54. var exportString = "";
  55. var i = 1;//第几页
  56. var sum;//总条数
  57. var pageSize = 10;
  58. var totalpage;//总页数
  59. $(document).ready(function() {
  60. fLoadTable();
  61. selectCountry();
  62. selectCompany();
  63. selectinstallStation();
  64. });
  65. function fLoadTable() {
  66. grid = $('#tt').datagrid(
  67. {
  68. fit : true,//自动大小
  69. title : '',
  70. width : '100%',
  71. height : 580,
  72. toolbar : '#toolbar',
  73. fitColumns : true,
  74. loadMsg : '正在加载, 请稍等 …',
  75. nowrap : true,//设置为true,当数据长度超出列宽时将会自动截取
  76. striped : true,//设置为true将交替显示行背景
  77. collapsible : false,//显示可折叠按钮
  78. fitColumns : true,//允许表格自动缩放,以适应父容器
  79. rownumbers : true,
  80. pagination : true,//分页控件
  81. columns : [ [
  82. {
  83. field : 'carGuid',
  84. align : 'left',
  85. title : '操作',
  86. width : '200px',
  87. formatter : function(value, row, index) {
  88. var vv = '/<a href="getLatelyFill?carGuid='
  89. + row.carGuid
  90. + '" target="_blank">' + "最新充装"
  91. + '</a>';
  92. var vv1 = '/<a href="getCarChange?carGuid='
  93. + row.carGuid
  94. + '" target="_blank">' + "过户信息"
  95. + '</a>';
  96. return '<a href="carAudit?carNo='
  97. + row.carNo + '&carGuid=' + value
  98. + '&districtNo=' + row.districtNo
  99. + '" target="_blank">' + "审核信息"
  100. + '</a>' + vv + vv1;
  101. }
  102. },
  103. {
  104. field : 'districtName',
  105. align : 'left',
  106. title : '所属地区',
  107. width : '120px'
  108. },
  109. {
  110. field : 'plateColor',
  111. align : 'left',
  112. title : '车牌颜色',
  113. width : '80px',
  114. formatter : function(value, row, index) {
  115. if (value) {
  116. switch (value) {
  117. case 0:
  118. value = "";
  119. break;
  120. case 1:
  121. value = "蓝色";
  122. break;
  123. case 2:
  124. value = "黄色";
  125. break;
  126. case 3:
  127. value = "绿色";
  128. break;
  129. case 4:
  130. value = "白色";
  131. break;
  132. case 5:
  133. value = "黑色";
  134. break;
  135. default:
  136. value = "";
  137. break;
  138. }
  139. return value;
  140. }
  141. return "";
  142. }
  143. },
  144. {
  145. field : 'carNo',
  146. align : 'left',
  147. title : '车牌号',
  148. width : '120px',
  149. formatter : function(value, row, index) {
  150. return '<a href="machineDetail?carNo='
  151. + value + '&appType=' + row.appType
  152. + '&operState=' + row.operState
  153. + '&plateType=' + row.plateType
  154. + '&carGuid=' + row.carGuid
  155. + '" target="_blank">' + value
  156. + '</a>';
  157. }
  158. },
  159. {
  160. field : 'plateTypeName1',
  161. align : 'left',
  162. title : '电子使用登记证',
  163. width : '120px',
  164. formatter : function(value, row, index) {
  165. return '<a href="./useCert.jsp?carGuid='
  166. + row.carGuid
  167. + '" target="_blank">' + "电子使用登记证"
  168. + '</a>';
  169. }
  170. }, {
  171. field : 'plateTypeName',
  172. align : 'left',
  173. title : '车牌类型',
  174. width : '120px'
  175. }, {
  176. field : 'appTypeName',
  177. align : 'left',
  178. title : '应用类型',
  179. width : '120px'
  180. }, {
  181. field : 'installNum',
  182. align : 'left',
  183. title : '气瓶安装数量',
  184. width : '120px'
  185. }, {
  186. field : 'districtNo',
  187. align : 'left',
  188. title : '地区编号',
  189. width : '120px'
  190. }, {
  191. field : 'districtName',
  192. align : 'left',
  193. title : '地区名称',
  194. width : '180px'
  195. }, {
  196. field : 'engineNo',
  197. align : 'left',
  198. title : '发动机号',
  199. width : '120px'
  200. }, {
  201. field : 'vin',
  202. align : 'left',
  203. title : '底盘号',
  204. width : '160px'
  205. }, {
  206. field : 'carType',
  207. align : 'left',
  208. title : '厂牌型号',
  209. width : '160px'
  210. }, {
  211. field : 'carProduct',
  212. align : 'left',
  213. title : '汽车厂家',
  214. width : '120px'
  215. }, {
  216. field : 'carName',
  217. align : 'left',
  218. title : '汽车名称',
  219. width : '120px'
  220. }, {
  221. field : 'carUnit',
  222. align : 'left',
  223. title : '所属单位',
  224. width : '120px'
  225. }, {
  226. field : 'carUnitMana',
  227. align : 'left',
  228. title : '负责人',
  229. width : '120px'
  230. }, {
  231. field : 'addcarUnitPhoner',
  232. align : 'left',
  233. title : '单位电话',
  234. width : '120px'
  235. }, {
  236. field : 'carOwnerName',
  237. align : 'left',
  238. title : '车主姓名',
  239. width : '180px'
  240. }, {
  241. field : 'phone',
  242. align : 'left',
  243. title : '联系电话',
  244. width : '120px'
  245. }, {
  246. field : 'post',
  247. align : 'left',
  248. title : '邮编',
  249. width : '120px'
  250. }, {
  251. field : 'addr',
  252. align : 'left',
  253. title : '联系地址',
  254. width : '120px'
  255. }, {
  256. field : 'regNo',
  257. align : 'left',
  258. title : '使用登记证编号',
  259. width : '120px'
  260. }, {
  261. field : 'manaUnitName',
  262. align : 'left',
  263. title : '发证单位,管理部门',
  264. width : '180px'
  265. }, {
  266. field : 'regTime1',
  267. align : 'left',
  268. title : '发证日期',
  269. width : '120px'
  270. }, {
  271. field : 'carStateName',
  272. align : 'left',
  273. title : '车辆状态',
  274. width : '120px'
  275. }, {
  276. field : 'fillTimes',
  277. align : 'left',
  278. title : '充装次数',
  279. width : '120px'
  280. }, {
  281. field : 'operStateName',
  282. align : 'left',
  283. title : '操作状态',
  284. width : '120px'
  285. }, {
  286. field : 'installStation',
  287. align : 'left',
  288. title : '安装单位',
  289. width : '180px'
  290. }, {
  291. field : 'tagStation',
  292. align : 'left',
  293. title : '发标签站点编号',
  294. width : '180px'
  295. }, {
  296. field : 'tagOperator',
  297. align : 'left',
  298. title : '发标签操作员编号',
  299. width : '120px'
  300. }, {
  301. field : 'tagOperTime1',
  302. align : 'left',
  303. title : '发标签时间',
  304. width : '160px'
  305. }, {
  306. field : 'tagOperStateName',
  307. align : 'left',
  308. title : '发标签状态',
  309. width : '120px'
  310. }, {
  311. field : 'tagNo',
  312. align : 'left',
  313. title : '标签编号',
  314. width : '160px'
  315. }, {
  316. field : 'tagUid',
  317. align : 'left',
  318. title : '标签UID',
  319. width : '160px'
  320. }, {
  321. field : 'tagAppTypeName',
  322. align : 'left',
  323. title : '标签主类型',
  324. width : '120px'
  325. }, {
  326. field : 'tagTypeName',
  327. align : 'left',
  328. title : '标签类型',
  329. width : '120px'
  330. }, {
  331. field : 'editStation',
  332. align : 'left',
  333. title : '登记,修改站点编号',
  334. width : '180px'
  335. }, {
  336. field : 'editOperator',
  337. align : 'left',
  338. title : '登记,修改操作员编号',
  339. width : '140px'
  340. }, {
  341. field : 'editOperTime1',
  342. align : 'left',
  343. title : '最后操作时间',
  344. width : '160px'
  345. }, {
  346. field : 'auditStation',
  347. align : 'left',
  348. title : '审核站点编号',
  349. width : '180px'
  350. }, {
  351. field : 'auditOperator',
  352. align : 'left',
  353. title : '审核操作员编号',
  354. width : '120px'
  355. }, {
  356. field : 'auditOperTime1',
  357. align : 'left',
  358. title : '审核时间',
  359. width : '160px'
  360. }, {
  361. field : 'unitName',
  362. align : 'left',
  363. title : '单位编号',
  364. width : '120px'
  365. }, {
  366. field : 'time2',
  367. align : 'left',
  368. title : '设置黑名单',
  369. width : '120px'
  370. }
  371. ] ]
  372. });
  373. if (hiddenP != "0") {
  374. $('#tt').datagrid('hideColumn', 'phone');
  375. $('#tt').datagrid('hideColumn', 'addcarUnitPhoner');
  376. }
  377. }
  378. function fLoadData(page, rows) {
  379. if (!$('#company option:selected').text()) {
  380. return false;
  381. }
  382. if (!$('#installStation option:selected').text()) {
  383. return false;
  384. }
  385. $.messager.progress({
  386. title : '请等待',
  387. msg : '正在加载数据...',
  388. text : '查询中.......'
  389. });
  390. $.ajax({
  391. type : "POST",
  392. contentType : "application/x-www-form-urlencoded; charset=UTF-8",
  393. data : $('#carform').serialize(),
  394. url : "ajax/carsDataQuery?page=" + page + "&psize=" + rows,
  395. success : function(data) {
  396. $.messager.progress('close');
  397. var vData = $.parseJSON(data);
  398. sum = vData.total;
  399. if (sum == 0) {
  400. show("没有查询到相关信息!!!");
  401. }
  402. totalpage = Math.ceil(sum / rows);
  403. $('#tt').datagrid('loadData', vData); //将数据绑定到datagrid
  404. var p = $('#tt').datagrid('getPager');
  405. $(p).pagination({
  406. pageList : [ 10, 20, 30, 100, 200, 400 ],//可以设置每页记录条数的列表
  407. beforePageText : '第',//页数文本框前显示的汉字
  408. afterPageText : '页 共 {pages} 页',
  409. displayMsg : '当前显示 {from} - {to} 条记录 共 {total} 条记录',
  410. onSelectPage : function(pageNumber, pageSize) {
  411. fLoadData(pageNumber, pageSize);
  412. }
  413. });
  414. }
  415. });
  416. }
  417. function selectCountry() {
  418. var id = document.getElementById("city").value;
  419. var select = document.getElementById("country");
  420. for (var i = select.options.length - 1; i >= 0; i--) {
  421. select.options.remove(i);
  422. }
  423. $.ajax({
  424. type : "POST",
  425. contentType : "application/x-www-form-urlencoded; charset=UTF-8",
  426. url : "ajax/hiddenCity?cityId=" + id,
  427. success : function(data) {
  428. var obj = eval("(" + data + ")");
  429. $.each(obj.rows, function(i, item) {
  430. select.options.add(new Option(item.name, item.id));
  431. });
  432. }
  433. });
  434. }
  435. function selectCountry1() {
  436. selectCountry();
  437. selectCompany();
  438. selectinstallStation();
  439. }
  440. function changeSize() {
  441. fLoadData(1, 10);
  442. }
  443. function selectCompany() {
  444. var ii = 1;
  445. var select = document.getElementById("company");
  446. for (var i = select.options.length - 1; i >= 0; i--) {
  447. select.options.remove(i);
  448. }
  449. $.ajax({
  450. type : "POST",
  451. contentType : "application/x-www-form-urlencoded; charset=UTF-8",
  452. data : $('#carform').serialize(),
  453. url : "ajax/hiddenUnit",
  454. success : function(data) {
  455. if (ii == 1) {
  456. select.options.add(new Option("全部", ""));
  457. ii++;
  458. }
  459. var obj = eval("(" + data + ")");
  460. $.each(obj.rows, function(i, item) {
  461. select.options.add(new Option(item.name, item.id));
  462. });
  463. }
  464. });
  465. }
  466. function selectCompany1() {
  467. selectCompany();
  468. selectinstallStation();
  469. }
  470. function expt1() {
  471. expt(grid);
  472. }
  473. function exptSingle() {
  474. if (!grid) {
  475. alert("数据为空");
  476. return false;
  477. } else {
  478. expt(grid);
  479. }
  480. }
  481. function exptAll() {
  482. fLoadDataAll(1, 5000);
  483. }
  484. function show(message) {
  485. $.messager.show({
  486. title : '提示信息',
  487. msg : message,
  488. timeout : 2000,
  489. showType : 'slide'
  490. });
  491. }
  492. function fLoadDataAll(page, rows) {
  493. var startTime1 = $('#startTime').datebox('getValue');
  494. var endTime1 = $('#endTime').datebox('getValue');
  495. document.getElementById("pageNumber").innerText = i;
  496. document.getElementById("from").innerText = (page - 1) * rows;
  497. document.getElementById("to").innerText = page * rows;
  498. $.messager.progress({
  499. title : '请等待',
  500. msg : '正在加载数据...',
  501. text : '查询中.......'
  502. });
  503. $.ajax({
  504. type : "POST",
  505. contentType : "application/x-www-form-urlencoded; charset=UTF-8",
  506. data : $('#carform').serialize(),
  507. url : "ajax/carsDataQuery?page=" + page + "&psize=" + rows,
  508. success : function(data) {
  509. $.messager.progress('close');
  510. var vData = $.parseJSON(data);
  511. sum = vData.total;
  512. if (sum == 0) {
  513. show("没有查询到相关信息!!!");
  514. }
  515. totalpage = Math.ceil(sum / rows);
  516. document.getElementById("total").innerText = sum;
  517. document.getElementById("totalpage").innerText = totalpage;
  518. var vData = $.parseJSON(data);
  519. $('#tt').datagrid('loadData', vData); //将数据绑定到datagrid
  520. var p = $('#tt').datagrid('getPager');
  521. $(p).pagination({
  522. pageList : [ 10, 20, 30, 100, 200, 400 ],//可以设置每页记录条数的列表
  523. beforePageText : '第',//页数文本框前显示的汉字
  524. afterPageText : '页 共 {pages} 页',
  525. displayMsg : '当前显示 {from} - {to} 条记录 共 {total} 条记录',
  526. onSelectPage : function(pageNumber, pageSize) {
  527. fLoadData(pageNumber, pageSize);
  528. }
  529. });
  530. if (!grid) {
  531. alert("数据为空");
  532. return false;
  533. } else {
  534. expt(grid);
  535. }
  536. }
  537. });
  538. }
  539. function selectinstallStation() {
  540. var ii = 1;
  541. var select = document.getElementById("installStation");
  542. for (var i = select.options.length - 1; i >= 0; i--) {
  543. select.options.remove(i);
  544. }
  545. $.ajax({
  546. type : "POST",
  547. contentType : "application/x-www-form-urlencoded; charset=UTF-8",
  548. //url:"ajax/modifyStationInfoCheck",
  549. //url:"ajax/hiddenspeStation",
  550. data : $('#carform').serialize(),
  551. url : "ajax/hiddenspeStation?type=3",
  552. success : function(data) {
  553. var obj = eval("(" + data + ")");
  554. var sum = obj.total;
  555. select.options.add(new Option("全部", ""));
  556. $.each(obj.rows, function(i, item) {
  557. select.options.add(new Option(item.name, item.id));
  558. });
  559. }
  560. });
  561. }
  562. </script>
  563. </head>
  564. <body>
  565. <!-- 查询结果:数据表格 -->
  566. <table id="tt" cellspacing="0" cellpadding="0">
  567. </table>
  568. <div id="toolbar" style="padding-top: 10px;height: auto;">
  569. <form id="carform" action="ajax/car" method="post">
  570. <table>
  571. <tr>
  572. <td><span class="hzbspan">省:</span></td>
  573. <td><select name="province"
  574. style="width: 150px;height: 34px;min-width: 100px;"
  575. class="hzbspan select">
  576. <%
  577. for (AuthorityRegionPlace arp : arplist) {
  578. cplist = arp.getCityPlace();
  579. %>
  580. <option value="<%=arp.getId()%>">
  581. <%=arp.getName()%>
  582. </option>
  583. <%
  584. }
  585. %>
  586. </select></td>
  587. <td><span class="hzbspan">市:</span></td>
  588. <td><select name="city" id="city"
  589. style="width: 150px;height: 34px;min-width: 100px;"
  590. class="hzbspan select" onchange="selectCountry1()">
  591. <%
  592. for (CityPlace cp : cplist) {
  593. cyplist = cp.getSubPlaceList();
  594. %>
  595. <option value="<%=cp.getId()%>">
  596. <%=cp.getName()%>
  597. </option>
  598. <%
  599. }
  600. %>
  601. </select></td>
  602. <td><span class="hzbspan">县:</span></td>
  603. <td><select name="country" id="country"
  604. style="width: 150px;height: 34px;min-width: 100px;"
  605. class="hzbspan select" onchange="selectCompany1();">
  606. </select></td>
  607. </tr>
  608. <tr>
  609. <td><span class="hzbspan">企业:</span></td>
  610. <td><select name="company" id="company"
  611. style="width: 150px;height: 34px;min-width: 100px; min-width: 100px"
  612. class="hzbspan select">
  613. </select></td>
  614. <td><span class="hzbspan">安装单位:</span></td>
  615. <td><select name="installStation" id="installStation"
  616. style="width: 150px;height: 34px;min-width: 100px;"
  617. class="hzbspan select">
  618. </select></td>
  619. <td><span class="hzbspan">充装介质:</span></td>
  620. <td><select name="media" id="media"
  621. style="width: 150px;height: 34px;" class="hzbspan1 select">
  622. <option value="-1">全部</option>
  623. <option value="0">CNG-高压气体</option>
  624. <option value="1">LNG-低温液化天然气</option>
  625. </select></td>
  626. </tr>
  627. <tr>
  628. <td><span style="cursor: default"><span class="hzbspan">车牌号:</span></span></td>
  629. <td><input type="text" name="carNo" id="carNo"
  630. style="width: 150px;height: 34px;" class="hzbspan"
  631. placeholder="- - - - - - -"></td>
  632. <td><span style="cursor: default"><span class="hzbspan">车主:</span></span></td>
  633. <td><input type="text" name="carOwnerName" id="carOwnerName"
  634. style="width: 150px;height: 34px;" class="hzbspan"
  635. placeholder="- - - - - - -"></td>
  636. <td><span style="cursor: default"><span class="hzbspan">使用登记证号:</span></span></td>
  637. <td><input type="text" name="regNo" id="regNo"
  638. style="width: 150px;height: 34px;" class="hzbspan"
  639. placeholder="- - - - - - -"></td>
  640. <td><span style="cursor: default"><span class="hzbspan">发证开始时间:</span></span></td>
  641. <td><input type="text" class="easyui-datebox" name="startTime"
  642. id="startTime" style="width: 150px;height: 34px;" class="hzbspan"
  643. data-options="prompt:'- - - - - - -'"></td>
  644. </tr>
  645. <tr>
  646. <td><span style="cursor: default"><span class="hzbspan">发动机号:</span></span></td>
  647. <td><input type="text" name="engineNo" id="engineNo"
  648. style="width: 150px;height: 34px;" class="hzbspan"
  649. placeholder="- - - - - - -"></td>
  650. <td><span style="cursor: default"><span class="hzbspan">车架号:</span></span></td>
  651. <td><input type="text" name="vin" id="vin"
  652. style="width: 150px;height: 34px;" class="hzbspan"
  653. placeholder="- - - - - - -"></td>
  654. <td><span style="cursor: default"><span class="hzbspan">应用类型:</span></span></td>
  655. <td><select name="appType" id="appType"
  656. style="width: 150px;height: 34px;" class="hzbspan select">
  657. <option value="-1" selected="selected">全部</option>
  658. <option value="0">其他</option>
  659. <option value="1">出租</option>
  660. <option value="2">公交</option>
  661. <option value="3">私用</option>
  662. <option value="4">货运</option>
  663. <option value="5">客运</option>
  664. <option value="6">营转非</option>
  665. <option value="9">外地车</option>
  666. </select></td>
  667. <td><span style="cursor: default"><span class="hzbspan">发证结束时间:</span></span></td>
  668. <td><input type="text" name="endTime" id="endTime"
  669. class="easyui-datebox" style="width: 150px;height: 34px;"
  670. class="hzbspan" data-options="prompt:'- - - - - - -'">
  671. </td>
  672. </tr>
  673. <tr>
  674. <td><span style="cursor: default"><span class="hzbspan">车主单位:</span></span></td>
  675. <td><input type="text" name="carOwnerUnit" id="carOwnerUnit"
  676. style="width: 150px;height: 34px;" class="hzbspan"
  677. placeholder="- - - - - - -"></td>
  678. <td><span style="cursor: default"><span class="hzbspan">车牌类型:</span></span></td>
  679. <td><select name="plateType" id="plateType"
  680. style="width: 150px;height: 34px;" class="hzbspan select">
  681. <option value="-1" se>全部</option>
  682. <option value="0">其它</option>
  683. <option value="1">大型汽车</option>
  684. <option value="2">小型汽车</option>
  685. <option value="3">使馆汽车</option>
  686. <option value="4">领馆汽车</option>
  687. <option value="5">境外汽车</option>
  688. <option value="6">外籍汽车</option>
  689. <option value="7">两、三轮摩托车</option>
  690. <option value="8">轻便摩托车</option>
  691. <option value="9">使馆摩托车</option>
  692. <option value="10">领馆摩托车</option>
  693. <option value="11">境外摩托车</option>
  694. <option value="12">外籍摩托车</option>
  695. <option value="13">农用运输车</option>
  696. <option value="14">拖拉机</option>
  697. <option value="15">挂车</option>
  698. <option value="16">教练汽车</option>
  699. <option value="17">教练摩托车</option>
  700. <option value="18">试验汽车</option>
  701. <option value="19">试验摩托车</option>
  702. <option value="20">临时入境汽车</option>
  703. <option value="21">临时入境摩托车</option>
  704. <option value="22">临时行驶车</option>
  705. <option value="23">警用汽车</option>
  706. <option value="24">警用摩托车</option>
  707. </select></td>
  708. <td><span class="hzbspan">气瓶类型:</span></td>
  709. <td><select name="cylinderType" id="cylinderType"
  710. style="width: 150px;height: 34px;" class="hzbspan select">
  711. <option value="-1" selected="selected">全部</option>
  712. <option value="0">其他</option>
  713. <option value="1">钢质气瓶</option>
  714. <option value="2">钢质内胆环向缠绕气瓶</option>
  715. <option value="3">铝合金内胆全缠绕气瓶</option>
  716. <option value="4">塑料内胆全缠绕气瓶</option>
  717. <option value="5">LNG液化天然气气瓶</option>
  718. </select></td>
  719. <td><span class="hzbspan">充装开始时间:</span></td>
  720. <td><input type="text" name="fillStartTime"
  721. class="easyui-datebox" style="width: 150px;height: 34px;"
  722. data-options="prompt:'- - - - - - -'"></td>
  723. </tr>
  724. <tr>
  725. <td><span class="hzbspan">操作开始时间:</span></td>
  726. <td><input type="text" id="actionst" name="actionst"
  727. class="easyui-datebox" style="width: 150px;height: 34px;"
  728. data-options="prompt:'- - - - - - -'"></td>
  729. <td><span class="hzbspan">操作结束时间:</span></td>
  730. <td><input type="text" id="actionet" name="actionet"
  731. class="easyui-datebox" style="width: 150px;height: 34px;"
  732. data-options="prompt:'- - - - - - -'"></td>
  733. <td><span style="cursor: default"><span class="hzbspan">操作状态:</span></span></td>
  734. <td><select name="opeState" id="opeState"
  735. style="width: 150px;height: 34px;" class="hzbspan select">
  736. <option value="-1" selected="selected">全部</option>
  737. <option value="0">新数据,要求审核</option>
  738. <option value="1">安装完成,要求监检</option>
  739. <option value="2">监检完成,要求审核</option>
  740. <option value="3">检验完成,要求审核或复装</option>
  741. <option value="4">审核完成</option>
  742. <option value="5">已经发标签</option>
  743. <option value="6">数据审核不通过</option>
  744. <option value="7">检验后数据不通过</option>
  745. <option value="8">过户后审核不通过</option>
  746. <option value="9">监检不通过</option>
  747. <option value="10">未发标签</option>
  748. <option value="21">申请加瓶</option>
  749. <option value="22">申请减瓶</option>
  750. <option value="31">过户,要求审核</option>
  751. <option value="41">已注销</option>
  752. </select></td>
  753. <td><span class="hzbspan">充装结束时间:</span></td>
  754. <td><input type="text" name="fillEndTime"
  755. class="easyui-datebox" style="width: 150px;height: 34px;"
  756. data-options="prompt:'- - - - - - -'"></td>
  757. <td><a id="btninfosearch" onclick="changeSize();"
  758. class="easyui-linkbutton" icon="icon-search"
  759. href="javascript:void(0)"><span class="hzbspan"
  760. style="color: #f08300;font-size: 16px;">查询</span></a></td>
  761. <td><a id="btninfosearch" onclick="exptSingle();"
  762. class="easyui-linkbutton" icon="icon-save"
  763. href="javascript:void(0)"><span class="hzbspan"
  764. style="color: #f08300;font-size: 16px;">导出</span></a></td>
  765. </tr>
  766. </table>
  767. </form>
  768. </div>
  769. <div id="dialog2"></div>
  770. </body>
  771. </html>