CylinderdataQuery1modify.jsp 28 KB

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