123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <!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/tjfx/qttj/hycdrzz/hycdrzzSearchModule.js"></script>
- <script type="text/javascript">
- loadSelect();
- </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">
- <input name="mcid" id="mcid" type="hidden" value="$!mcid"/>
- <select name="mcmc" id="mcmc" style="width: 140px;">
- <option selected="selected" value="">-牧场名称-</option>
- </select>
- <input name="zsid" id="zsid" type="hidden" value="$!zsid"/>
- <select name="zsmc" id="zsmc" style="width: 140px;">
- <option selected="selected" value="">-猪舍名称-</option>
- </select>
- <input name="lqid" id="lqid" type="hidden" value="$!lqid"/>
- <select name="lqmc" id="lqmc" style="width: 140px;">
- <option selected="selected" value="">-栏期名称-</option>
- </select>
- 增重区间(g):
- <input type="text" id="min" style="width: 30px" maxlength="4" value="800" />
- -
- <input type="text" id="max" style="width: 30px" maxlength="4" />
- <input type="text" name="cxrq" id="cxrq" class="Wdate" size="12" style="width: 80px;"
- onfocus="WdatePicker({dateFmt:'yyyy-MM-dd', readOnly:true, maxDate:'%y-%M-%d'});" />
- <input type="button" style="cursor: pointer;" id="search" callBackFunName="$!callBackFunName" value=" 搜索 " />
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </body>
- </html>
|