|
|
@ -28,15 +28,15 @@
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="19" :xs="24">
|
|
|
|
<el-col :span="19" :xs="24">
|
|
|
|
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="100px">
|
|
|
|
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="100px">
|
|
|
|
<el-form-item label="计量设备编号" prop="monitorId">
|
|
|
|
<!-- <el-form-item label="计量设备编号" prop="monitorId">
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
|
v-model="queryParams.monitorId"
|
|
|
|
v-model="queryParams.monitorId"
|
|
|
|
placeholder="请输入计量设备编号"
|
|
|
|
placeholder="请输入计量设备编号"
|
|
|
|
clearable
|
|
|
|
clearable
|
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>-->
|
|
|
|
<el-form-item label="采集时间">
|
|
|
|
<!-- <el-form-item label="采集时间">
|
|
|
|
<el-date-picker
|
|
|
|
<el-date-picker
|
|
|
|
v-model="daterangeCollectTime"
|
|
|
|
v-model="daterangeCollectTime"
|
|
|
|
style="width: 340px"
|
|
|
|
style="width: 340px"
|
|
|
@ -46,7 +46,7 @@
|
|
|
|
start-placeholder="开始时间"
|
|
|
|
start-placeholder="开始时间"
|
|
|
|
end-placeholder="结束时间"
|
|
|
|
end-placeholder="结束时间"
|
|
|
|
></el-date-picker>
|
|
|
|
></el-date-picker>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>-->
|
|
|
|
<!-- <el-form-item label="温度" prop="tempreture">
|
|
|
|
<!-- <el-form-item label="温度" prop="tempreture">
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
|
v-model="queryParams.tempreture"
|
|
|
|
v-model="queryParams.tempreture"
|
|
|
@ -220,9 +220,9 @@
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table>
|
|
|
|
</el-table>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<pagination
|
|
|
|
<pagination
|
|
|
|
v-show="total>0"
|
|
|
|
v-show="total>0"
|
|
|
@ -301,12 +301,12 @@
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
import {
|
|
|
|
import {
|
|
|
|
listRecordIOTInstant,
|
|
|
|
listRecordIOTInstant,
|
|
|
|
getRecordIOTInstant,
|
|
|
|
getRecordIOTInstant,
|
|
|
|
delRecordIOTInstant,
|
|
|
|
delRecordIOTInstant,
|
|
|
|
addRecordIOTInstant,
|
|
|
|
addRecordIOTInstant,
|
|
|
|
updateRecordIOTInstant }
|
|
|
|
updateRecordIOTInstant }
|
|
|
|
from "@/api/ems/record/recordIOTInstant";
|
|
|
|
from "@/api/ems/record/recordIOTInstant";
|
|
|
|
import { getMonitorInfoTree, listBaseMonitorInfo } from '@/api/ems/base/baseMonitorInfo'
|
|
|
|
import { getMonitorInfoTree, listBaseMonitorInfo } from '@/api/ems/base/baseMonitorInfo'
|
|
|
|
import Treeselect from '@riophae/vue-treeselect'
|
|
|
|
import Treeselect from '@riophae/vue-treeselect'
|
|
|
@ -397,7 +397,7 @@
|
|
|
|
// const nowDate = this.parseTime(new Date(), '{y}-{m}-{d}')
|
|
|
|
// const nowDate = this.parseTime(new Date(), '{y}-{m}-{d}')
|
|
|
|
// this.daterangeCollectTime[0] = nowDate + ' 00:00:00'
|
|
|
|
// this.daterangeCollectTime[0] = nowDate + ' 00:00:00'
|
|
|
|
// this.daterangeCollectTime[1] = nowDate + ' 23:59:59'
|
|
|
|
// this.daterangeCollectTime[1] = nowDate + ' 23:59:59'
|
|
|
|
|
|
|
|
|
|
|
|
// this.daterangeRecordTime[0] = nowDate + ' 00:00:00'
|
|
|
|
// this.daterangeRecordTime[0] = nowDate + ' 00:00:00'
|
|
|
|
// this.daterangeRecordTime[1] = nowDate + ' 23:59:59'
|
|
|
|
// this.daterangeRecordTime[1] = nowDate + ' 23:59:59'
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|