12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>查询模块</title>
- <script type="text/javascript" src="views/zneb/znebSjSearchModule.js"></script>
- <script type="">
- loadSelect('$!jsonStr', '$!from', '1');
- </script>
- </head>
- <body>
- <table width="100%" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td valign="top" style="background-color:#f7f6f6;">
- <table width="99%" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td height="3"></td>
- </tr>
- <tr>
- <td height="25" colspan="2">
- <span>时间筛选</span>
- <input type="text" id="kssj" class="nB100Pre Wdate" maxlength="20" style="width:120px"
- onfocus="WdatePicker({dateFmt:'yyyy-MM-dd', readOnly:true, maxDate:'%y-%M-%d'});"/>
- -
- <input type="text" id="jssj" class="nB100Pre Wdate" maxlength="20" style="width:120px"
- onfocus="WdatePicker({dateFmt:'yyyy-MM-dd', readOnly:true, maxDate:'%y-%M-%d'});"/>
- <input type="button" style="cursor: pointer;" id="search" from="$!from" callBackFunName="$!callBackFunName" value=" 搜索 " />
- <div style="float: right; display: $display">
- <div name="preAdd" id="preAdd" style="" class="add">
- <ul>
- <li><a href="#" onclick="javascript:exportExcel();">导出</a></li>
- </ul>
- </div>
- </div>
- </td>
- </tr>
-
- </table>
- </td>
- </tr>
- </table>
- <input type="hidden" id="qyid" value="$!qyid"/>
- <input type="hidden" id="mcid" value="$!mcid"/>
- </body>
- </html>
|