|
|
@ -2,12 +2,7 @@ |
|
|
|
<div class="app-container"> |
|
|
|
<div class="app-container"> |
|
|
|
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="68px"> |
|
|
|
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" label-width="68px"> |
|
|
|
<el-form-item label="站点" prop="stnm"> |
|
|
|
<el-form-item label="站点" prop="stnm"> |
|
|
|
<el-input |
|
|
|
<el-input v-model="queryParams.stnm" placeholder="请输入站点名称" clearable @keyup.enter.native="handleQuery" /> |
|
|
|
v-model="queryParams.stnm" |
|
|
|
|
|
|
|
placeholder="请输入站点名称" |
|
|
|
|
|
|
|
clearable |
|
|
|
|
|
|
|
@keyup.enter.native="handleQuery" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
<!-- <el-form-item label="水位计" prop="ip"> |
|
|
|
<!-- <el-form-item label="水位计" prop="ip"> |
|
|
|
<el-input |
|
|
|
<el-input |
|
|
@ -18,21 +13,16 @@ |
|
|
|
/> |
|
|
|
/> |
|
|
|
</el-form-item> --> |
|
|
|
</el-form-item> --> |
|
|
|
<el-form-item label="开始时间"> |
|
|
|
<el-form-item label="开始时间"> |
|
|
|
<el-date-picker |
|
|
|
<el-date-picker v-model="queryParams.startTime" type="datetime" placeholder="选择开始时间" class="w200"> |
|
|
|
v-model="queryParams.startTime" |
|
|
|
|
|
|
|
type="datetime" |
|
|
|
|
|
|
|
placeholder="选择开始时间" |
|
|
|
|
|
|
|
class="w200" |
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
</el-date-picker> |
|
|
|
</el-date-picker> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="结束时间"> |
|
|
|
<el-form-item label="结束时间"> |
|
|
|
<el-date-picker |
|
|
|
<el-date-picker v-model="queryParams.endTime" type="datetime" placeholder="选择结束时间" class="w200"> |
|
|
|
v-model="queryParams.endTime" |
|
|
|
</el-date-picker> |
|
|
|
type="datetime" |
|
|
|
</el-form-item> |
|
|
|
placeholder="选择结束时间" |
|
|
|
<el-form-item> |
|
|
|
class="w200" |
|
|
|
<el-date-picker v-model="timeStage" type="datetimerange" range-separator="至" start-placeholder="开始日期" |
|
|
|
> |
|
|
|
end-placeholder="结束日期" @change="chooseTimeRange" :picker-options="setDateRange"> |
|
|
|
</el-date-picker> |
|
|
|
</el-date-picker> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item> |
|
|
|
<el-form-item> |
|
|
@ -44,12 +34,8 @@ |
|
|
|
<div class="monitor"> |
|
|
|
<div class="monitor"> |
|
|
|
<div class="card" v-for="item in currdataList" :key="item.stnmId"> |
|
|
|
<div class="card" v-for="item in currdataList" :key="item.stnmId"> |
|
|
|
<!-- <img src="../../../assets/images/water.jpg" @click="show('http://localhost:81/control/static/img/water.8d19122d.jpg')"> --> |
|
|
|
<!-- <img src="../../../assets/images/water.jpg" @click="show('http://localhost:81/control/static/img/water.8d19122d.jpg')"> --> |
|
|
|
<el-image style="width: 300px;height: 168.75px;" |
|
|
|
<el-image style="width: 300px;height: 168.75px;" :src="item.imgName" :preview-src-list="srcList" |
|
|
|
:src="item.imgName" |
|
|
|
@click="show(item.imgName)"></el-image> |
|
|
|
:preview-src-list="srcList" |
|
|
|
|
|
|
|
@click="show(item.imgName)" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
></el-image> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="info"> |
|
|
|
<div class="info"> |
|
|
|
<div class="station"> |
|
|
|
<div class="station"> |
|
|
@ -63,13 +49,8 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<pagination |
|
|
|
<pagination v-show="total > 0" :total="total" :page.sync="queryParams.page" :limit.sync="queryParams.limit" |
|
|
|
v-show="total>0" |
|
|
|
@pagination="getList" /> |
|
|
|
:total="total" |
|
|
|
|
|
|
|
:page.sync="queryParams.page" |
|
|
|
|
|
|
|
:limit.sync="queryParams.limit" |
|
|
|
|
|
|
|
@pagination="getList" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-dialog title="预览" :visible.sync="open" width="800px" append-to-body> |
|
|
|
<el-dialog title="预览" :visible.sync="open" width="800px" append-to-body> |
|
|
|
|
|
|
|
|
|
|
@ -117,6 +98,34 @@ export default { |
|
|
|
open: false, |
|
|
|
open: false, |
|
|
|
showImg: '', |
|
|
|
showImg: '', |
|
|
|
srcList: [], |
|
|
|
srcList: [], |
|
|
|
|
|
|
|
//时间参数 |
|
|
|
|
|
|
|
timeStage: [], |
|
|
|
|
|
|
|
// 设置可选择的时间段,*** 必须在 data 返回数据 *** |
|
|
|
|
|
|
|
setDateRange: { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 设置不能选择的日期 |
|
|
|
|
|
|
|
onPick: ({ |
|
|
|
|
|
|
|
maxDate, |
|
|
|
|
|
|
|
minDate |
|
|
|
|
|
|
|
}) => { |
|
|
|
|
|
|
|
if (minDate) { //如果默认有最小日期 |
|
|
|
|
|
|
|
this.choiceDate0 = minDate.getTime(); |
|
|
|
|
|
|
|
} else { //如果最小日期被清空,则最小日期为当天 |
|
|
|
|
|
|
|
this.choiceDate0 = new Date(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if (maxDate) { |
|
|
|
|
|
|
|
this.choiceDate0 = ''; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
disabledDate: (time) => { |
|
|
|
|
|
|
|
let choiceDateTime = new Date(this.choiceDate0).getTime(); //选中的第一个日期 |
|
|
|
|
|
|
|
if (this.choiceDate0) { |
|
|
|
|
|
|
|
//间隔15天,则加减14天---“这主要看需求” |
|
|
|
|
|
|
|
//14天的时间戳:14*24*3600*1000=1209600000 |
|
|
|
|
|
|
|
return (time.getTime() > (choiceDateTime + 7*24*3600*1000)) || (time.getTime() < (choiceDateTime - 7*24*3600*1000)); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -176,8 +185,17 @@ export default { |
|
|
|
|
|
|
|
|
|
|
|
this.queryParams.endTime = formatDate(timestamp, 'yyyy-MM-dd hh:mm:ss') |
|
|
|
this.queryParams.endTime = formatDate(timestamp, 'yyyy-MM-dd hh:mm:ss') |
|
|
|
this.queryParams.startTime = formatDate(new Date(timestamp.getTime() - 86400 * 2000), ('yyyy-MM-dd hh:mm:ss')); |
|
|
|
this.queryParams.startTime = formatDate(new Date(timestamp.getTime() - 86400 * 2000), ('yyyy-MM-dd hh:mm:ss')); |
|
|
|
|
|
|
|
this.timeStage[0]=this.queryParams.startTime |
|
|
|
|
|
|
|
this.timeStage[1]=this.queryParams.endTime |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
chooseTimeRange() { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (this.timeStage != null) { |
|
|
|
|
|
|
|
this.logform.queryForm.startTime = formatDate(this.timeStage[0], 'yyyy-MM-dd hh:mm:ss'); |
|
|
|
|
|
|
|
this.logform.queryForm.endTime = formatDate(this.timeStage[1], 'yyyy-MM-dd hh:mm:ss'); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
</script> |
|
|
|
</script> |
|
|
@ -188,17 +206,21 @@ export default { |
|
|
|
flex-wrap: wrap; |
|
|
|
flex-wrap: wrap; |
|
|
|
justify-content: space-around; |
|
|
|
justify-content: space-around; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.card { |
|
|
|
.card { |
|
|
|
margin-bottom: 20px; |
|
|
|
margin-bottom: 20px; |
|
|
|
box-shadow: 2px 2px 8px #ccc; |
|
|
|
box-shadow: 2px 2px 8px #ccc; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
img { |
|
|
|
img { |
|
|
|
width: 300px; |
|
|
|
width: 300px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.show-img { |
|
|
|
.show-img { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
margin: 0 auto; |
|
|
|
margin: 0 auto; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.info { |
|
|
|
.info { |
|
|
|
padding: 16px; |
|
|
|
padding: 16px; |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
@ -206,14 +228,15 @@ export default { |
|
|
|
line-height: 24px; |
|
|
|
line-height: 24px; |
|
|
|
color: #999; |
|
|
|
color: #999; |
|
|
|
} |
|
|
|
} |
|
|
|
.station { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
.station {} |
|
|
|
|
|
|
|
|
|
|
|
.nm { |
|
|
|
.nm { |
|
|
|
color: #333; |
|
|
|
color: #333; |
|
|
|
margin-top: 10px; |
|
|
|
margin-top: 10px; |
|
|
|
font-size: 20px; |
|
|
|
font-size: 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.value { |
|
|
|
.value { |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
} |
|
|
|