|
|
|
@ -101,7 +101,9 @@
|
|
|
|
|
params.timeInterval=$('#timeInterval1').val();
|
|
|
|
|
$.get(ctx + 'broad/home/queryParamData', params, (e) => {
|
|
|
|
|
if (e.data.length > 0) {
|
|
|
|
|
$("#chart1").empty()
|
|
|
|
|
$('#chart1').remove()
|
|
|
|
|
$("#modal1 .centerModal .centerModalInfo").append('<div class="chart1" id="chart1"></div>')
|
|
|
|
|
chart = null
|
|
|
|
|
chart1(document.getElementById('chart1'), e.data)
|
|
|
|
|
} else {
|
|
|
|
|
$("#chart1").html(`<div style="width: 100%;height: 100%;text-align: center;line-height:35vw;color: #fff ">暂无数据</div>`)
|
|
|
|
@ -276,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>
|
|
|
|
@ -294,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>
|
|
|
|
|