|
|
|
@ -278,13 +278,6 @@
|
|
|
|
|
<span style="font-size: 1vw;color: #fff">实验胶种: </span>
|
|
|
|
|
<input id="type" name="loginName" style="width: 10vw;height:2vw;display: inline-block" type="text"/>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="display: inline-block">
|
|
|
|
|
<span style="font-size: 1vw;color: #fff">时间间隔:</span>
|
|
|
|
|
<select id="timeInterval" class="form-control m-b" style="width: 10vw;height:2vw;display: inline-block"
|
|
|
|
|
th:with="type=${@dict.getType('time_interval')}">
|
|
|
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div style="display: inline-block">
|
|
|
|
|
<span style="font-size: 1vw;color: #fff">起止时间: </span>
|
|
|
|
@ -296,6 +289,13 @@
|
|
|
|
|
style="width: 8vw;height:2vw;display: inline-block"
|
|
|
|
|
type="text">
|
|
|
|
|
</div>
|
|
|
|
|
<div style="display: inline-block">
|
|
|
|
|
<span style="font-size: 1vw;color: #fff">时间间隔:</span>
|
|
|
|
|
<select id="timeInterval" class="form-control m-b" style="width: 10vw;height:2vw;display: inline-block"
|
|
|
|
|
th:with="type=${@dict.getType('time_interval')}">
|
|
|
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<a class="btn btn-primary btn-rounded btn-sm" onclick="Modal2Search()"><i
|
|
|
|
|
class="fa fa-search"></i> 搜索</a>
|
|
|
|
|
<a class="btn btn-warning btn-rounded btn-sm" onclick="derive2()"><i class="fa fa-download"></i> 导出</a>
|
|
|
|
|