前台HTML:

<div class="search-container">
    <table class="search-container-table" cellpadding="0" cellspacing="0">
        <tr>
            <td>统计年份:</td>
            <td>
                <input type="text" class="input-text" id="year" name="year" onclick="WdatePicker({ dateFmt: 'yyyy', minDate: '1980', maxDate: '2099' })" />
            </td>
            <td>统计部门:</td>
            <td>
                <input type="text" name="dept" id="dept" class="easyui-combotree" style="width: 202px; height: 29px; overflow: auto" />
            </td>
        </tr>
        <tr>
            <td>检测项目:
            </td>
            <td>
                <input name="testItem" id="testItem" class="easyui-combotree" style="width: 250px; height: 29px;" />
            </td>
            <td>
                <a class="a-btn" href="javascript:void(0);" onclick="loadgrid()">
                    <img alt="" src="~/Content/images/stat.gif" />
                    统计
                </a>
            </td>
        </tr>
    </table>
</div>
View Code

相关文章:

  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-17
  • 2022-12-23
  • 2021-06-04
猜你喜欢
  • 2021-07-12
  • 2022-12-23
  • 2021-10-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-17
相关资源
相似解决方案