工情灾情
parent
9141414f35
commit
ad44ae3444
|
|
@ -181,58 +181,58 @@ import moment from 'moment'
|
||||||
const res = await uni.$http.post('/gunshiApp/xfflood/xfProjectRun/list',params)
|
const res = await uni.$http.post('/gunshiApp/xfflood/xfProjectRun/list',params)
|
||||||
console.log('res',res)
|
console.log('res',res)
|
||||||
this.list = [...res.data.data
|
this.list = [...res.data.data
|
||||||
,
|
// ,
|
||||||
{
|
// {
|
||||||
id:'1',
|
// id:'1',
|
||||||
projectName:'工程名称',
|
// projectName:'工程名称',
|
||||||
projectType:'1',//工程类型(1水库 2水电站)
|
// projectType:'1',//工程类型(1水库 2水电站)
|
||||||
reportType:'上报类型',
|
// reportType:'上报类型',
|
||||||
isPowerGeneration:'1',//是否发电(0 否 1 是)
|
// isPowerGeneration:'1',//是否发电(0 否 1 是)
|
||||||
isFloodRelease:'0',//是否泄洪(0 否 1 是)
|
// isFloodRelease:'0',//是否泄洪(0 否 1 是)
|
||||||
waterLevel:'10',//上报水位(m)
|
// waterLevel:'10',//上报水位(m)
|
||||||
inflowVolume:'21',//上报入库流量(m³/s)
|
// inflowVolume:'21',//上报入库流量(m³/s)
|
||||||
outflowVolume:'11',//上报出库流量(m³/s)
|
// outflowVolume:'11',//上报出库流量(m³/s)
|
||||||
reporter:'上报人',
|
// reporter:'上报人',
|
||||||
reportTime:'2011-12-12 11:11:22',//上报时间
|
// reportTime:'2011-12-12 11:11:22',//上报时间
|
||||||
reportUnit:'上报单位',
|
// reportUnit:'上报单位',
|
||||||
moditime:'时间戳',
|
// moditime:'时间戳',
|
||||||
remark:'情况说明',
|
// remark:'情况说明',
|
||||||
isRead:0,//(0 否 1 是)
|
// isRead:0,//(0 否 1 是)
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
id:'2',
|
// id:'2',
|
||||||
projectName:'工程3名称3',
|
// projectName:'工程3名称3',
|
||||||
projectType:'2',//工程类型(1水库 2水电站)
|
// projectType:'2',//工程类型(1水库 2水电站)
|
||||||
reportType:'上报类型',
|
// reportType:'上报类型',
|
||||||
isPowerGeneration:'0',//是否发电(0 否 1 是)
|
// isPowerGeneration:'0',//是否发电(0 否 1 是)
|
||||||
isFloodRelease:'0',//是否泄洪(0 否 1 是)
|
// isFloodRelease:'0',//是否泄洪(0 否 1 是)
|
||||||
waterLevel:'3',//上报水位(m)
|
// waterLevel:'3',//上报水位(m)
|
||||||
inflowVolume:'1',//上报入库流量(m³/s)
|
// inflowVolume:'1',//上报入库流量(m³/s)
|
||||||
outflowVolume:'6',//上报出库流量(m³/s)
|
// outflowVolume:'6',//上报出库流量(m³/s)
|
||||||
reporter:'上报人2',
|
// reporter:'上报人2',
|
||||||
reportTime:'2011-12-12 11:11:22',//上报时间
|
// reportTime:'2011-12-12 11:11:22',//上报时间
|
||||||
reportUnit:'上报单位2',
|
// reportUnit:'上报单位2',
|
||||||
moditime:'时间戳',
|
// moditime:'时间戳',
|
||||||
remark:'情况说明2',
|
// remark:'情况说明2',
|
||||||
isRead:0,//(0 否 1 是)
|
// isRead:0,//(0 否 1 是)
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
id:'3',
|
// id:'3',
|
||||||
projectName:'工程3名称',
|
// projectName:'工程3名称',
|
||||||
projectType:'2',//工程类型(1水库 2水电站)
|
// projectType:'2',//工程类型(1水库 2水电站)
|
||||||
reportType:'上报类型',
|
// reportType:'上报类型',
|
||||||
isPowerGeneration:'0',//是否发电(0 否 1 是)
|
// isPowerGeneration:'0',//是否发电(0 否 1 是)
|
||||||
isFloodRelease:'0',//是否泄洪(0 否 1 是)
|
// isFloodRelease:'0',//是否泄洪(0 否 1 是)
|
||||||
waterLevel:'3',//上报水位(m)
|
// waterLevel:'3',//上报水位(m)
|
||||||
inflowVolume:'1',//上报入库流量(m³/s)
|
// inflowVolume:'1',//上报入库流量(m³/s)
|
||||||
outflowVolume:'6',//上报出库流量(m³/s)
|
// outflowVolume:'6',//上报出库流量(m³/s)
|
||||||
reporter:'上报人2',
|
// reporter:'上报人2',
|
||||||
reportTime:'2011-12-12 11:11:22',//上报时间
|
// reportTime:'2011-12-12 11:11:22',//上报时间
|
||||||
reportUnit:'上报单位2',
|
// reportUnit:'上报单位2',
|
||||||
moditime:'时间戳',
|
// moditime:'时间戳',
|
||||||
remark:'情况说明2',
|
// remark:'情况说明2',
|
||||||
isRead:0,//(0 否 1 是)
|
// isRead:0,//(0 否 1 是)
|
||||||
},
|
// },
|
||||||
]
|
]
|
||||||
this.close()
|
this.close()
|
||||||
}catch(e){
|
}catch(e){
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<text class="lf">工程名称:</text>
|
<text class="lf"><text :style="{color:'red'}">*</text>工程名称:</text>
|
||||||
<div class="rf">
|
<div class="rf">
|
||||||
<u--input
|
<u--input
|
||||||
border="surround"
|
border="surround"
|
||||||
|
|
@ -143,6 +143,12 @@
|
||||||
></u--input>
|
></u--input>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<text class="lf">附件:</text>
|
||||||
|
<div class="rf">
|
||||||
|
<text>{{getRecord.fileIds || '暂无数据'}}</text>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div :style="{height:'20vh'}"></div>
|
<div :style="{height:'20vh'}"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -235,6 +241,7 @@
|
||||||
.rf{
|
.rf{
|
||||||
width: 75%;
|
width: 75%;
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
|
line-height: 36px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -196,23 +196,23 @@ import moment from 'moment'
|
||||||
console.log('res',res)
|
console.log('res',res)
|
||||||
this.list = [
|
this.list = [
|
||||||
...res.data.data
|
...res.data.data
|
||||||
,
|
// ,
|
||||||
{
|
// {
|
||||||
id:'1',
|
// id:'1',
|
||||||
projectName:'工程名称',
|
// projectName:'工程名称',
|
||||||
projectType:'1',//工程类型(1水库 2水电站)
|
// projectType:'1',//工程类型(1水库 2水电站)
|
||||||
severity:'1',//严重程度(1一般险情 2较大险情 3重大险情 4特别重大险情)
|
// severity:'1',//严重程度(1一般险情 2较大险情 3重大险情 4特别重大险情)
|
||||||
incidentDescription:'险情描述',
|
// incidentDescription:'险情描述',
|
||||||
isControlled:'1',//是否已管控(0 否 1 是)
|
// isControlled:'1',//是否已管控(0 否 1 是)
|
||||||
controlResponsiblePerson:'管控责任人',
|
// controlResponsiblePerson:'管控责任人',
|
||||||
responsiblePersonPhone:'12328281728',//责任人电话
|
// responsiblePersonPhone:'12328281728',//责任人电话
|
||||||
reporter:'张三',//上报人
|
// reporter:'张三',//上报人
|
||||||
reportTime:'2022-11-21 10:21:11',//上报时间
|
// reportTime:'2022-11-21 10:21:11',//上报时间
|
||||||
reportUnit:'上报单位',
|
// reportUnit:'上报单位',
|
||||||
moditime:'时间戳',
|
// moditime:'时间戳',
|
||||||
remark:'情况说明',
|
// remark:'情况说明',
|
||||||
isRead:0,//是否已读(0 否 1 是)
|
// isRead:0,//是否已读(0 否 1 是)
|
||||||
},
|
// },
|
||||||
]
|
]
|
||||||
this.close()
|
this.close()
|
||||||
}catch(e){
|
}catch(e){
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<text class="lf">工程名称:</text>
|
<text class="lf"><text :style="{color:'red'}">*</text>工程名称:</text>
|
||||||
<div class="rf">
|
<div class="rf">
|
||||||
<u--input
|
<u--input
|
||||||
border="surround"
|
border="surround"
|
||||||
|
|
@ -143,6 +143,12 @@
|
||||||
></u--input>
|
></u--input>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<text class="lf">附件:</text>
|
||||||
|
<div class="rf">
|
||||||
|
<text>{{getRecord.fileIds || '暂无数据'}}</text>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div :style="{height:'20vh'}"></div>
|
<div :style="{height:'20vh'}"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -235,6 +241,7 @@
|
||||||
.rf{
|
.rf{
|
||||||
width: 75%;
|
width: 75%;
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
|
line-height: 36px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
<div class="myscroll">
|
<div class="myscroll">
|
||||||
<div :style="{height:'10px'}"></div>
|
<div :style="{height:'10px'}"></div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<text class="lf">灾害发生时间:</text>
|
<text class="lf"><text :style="{color:'red'}">*</text>灾害发生时间:</text>
|
||||||
<div class="rf">
|
<div class="rf">
|
||||||
<u--input
|
<u--input
|
||||||
border="surround"
|
border="surround"
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<text class="lf">严重程度:</text>
|
<text class="lf"><text :style="{color:'red'}">*</text>严重程度:</text>
|
||||||
<div class="rf">
|
<div class="rf">
|
||||||
<u--input
|
<u--input
|
||||||
border="surround"
|
border="surround"
|
||||||
|
|
@ -54,7 +54,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<text class="lf">灾害发生地点:</text>
|
<text class="lf"><text :style="{color:'red'}">*</text>灾害发生地点:</text>
|
||||||
<div class="rf">
|
<div class="rf">
|
||||||
<u--input
|
<u--input
|
||||||
border="surround"
|
border="surround"
|
||||||
|
|
@ -85,7 +85,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<text class="lf">灾情描述:</text>
|
<text class="lf"><text :style="{color:'red'}">*</text>灾情描述:</text>
|
||||||
<div class="rf">
|
<div class="rf">
|
||||||
<u--textarea
|
<u--textarea
|
||||||
v-model="getRecord.ddscrib"
|
v-model="getRecord.ddscrib"
|
||||||
|
|
@ -194,6 +194,12 @@
|
||||||
></u--input>
|
></u--input>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<text class="lf">附件:</text>
|
||||||
|
<div class="rf">
|
||||||
|
<text>{{getRecord.fileIds || '暂无数据'}}</text>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div :style="{height:'20vh'}"></div>
|
<div :style="{height:'20vh'}"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -286,6 +292,7 @@
|
||||||
.rf{
|
.rf{
|
||||||
width: 75%;
|
width: 75%;
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
|
line-height: 36px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -184,56 +184,56 @@ import moment from 'moment'
|
||||||
console.log('res',res)
|
console.log('res',res)
|
||||||
this.list = [
|
this.list = [
|
||||||
...res.data.data
|
...res.data.data
|
||||||
,{
|
// ,{
|
||||||
// id:'1',
|
// // id:'1',
|
||||||
mtcd:'12121',//山洪灾害编码
|
// mtcd:'12121',//山洪灾害编码
|
||||||
wscd:'22222',//小流域代码
|
// wscd:'22222',//小流域代码
|
||||||
otime:'2022-12-12 10:22:22',//灾害发生时间
|
// otime:'2022-12-12 10:22:22',//灾害发生时间
|
||||||
severity:'22222',//小流域代码
|
// severity:'22222',//小流域代码
|
||||||
wscd:'3',//严重程度(1一般灾情 2较大灾情 3重大灾情 4特别重大灾情)
|
// wscd:'3',//严重程度(1一般灾情 2较大灾情 3重大灾情 4特别重大灾情)
|
||||||
address:'灾害发生地点',//灾害发生地点
|
// address:'灾害发生地点',//灾害发生地点
|
||||||
lgtd:'111.21',//经度
|
// lgtd:'111.21',//经度
|
||||||
lttd:'32.12',//纬度
|
// lttd:'32.12',//纬度
|
||||||
ddscrib:'灾害描述',//灾害描述
|
// ddscrib:'灾害描述',//灾害描述
|
||||||
dpcount:'2',//死亡人数(人)
|
// dpcount:'2',//死亡人数(人)
|
||||||
mpcount:'12',//失踪人数(人)
|
// mpcount:'12',//失踪人数(人)
|
||||||
spcount:'2211',//转移人数(人)
|
// spcount:'2211',//转移人数(人)
|
||||||
chcount:'41',//损毁房屋(人)
|
// chcount:'41',//损毁房屋(人)
|
||||||
elose:'6623',//直接经济损失(万元)
|
// elose:'6623',//直接经济损失(万元)
|
||||||
pfrain:'41',//过程降雨量(mm)
|
// pfrain:'41',//过程降雨量(mm)
|
||||||
reporter:'张三',//上报人
|
// reporter:'张三',//上报人
|
||||||
reportTime:'2022-11-21 10:21:11',//上报时间
|
// reportTime:'2022-11-21 10:21:11',//上报时间
|
||||||
reportUnit:'上报单位',
|
// reportUnit:'上报单位',
|
||||||
moditime:'时间戳',
|
// moditime:'时间戳',
|
||||||
remark:'情况说明',
|
// remark:'情况说明',
|
||||||
isRead:0,//是否已读(0 否 1 是)
|
// isRead:0,//是否已读(0 否 1 是)
|
||||||
severity:'1',//严重程度(1一般险情 2较大险情 3重大险情 4特别重大险情)
|
// severity:'1',//严重程度(1一般险情 2较大险情 3重大险情 4特别重大险情)
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
// id:'1',
|
// // id:'1',
|
||||||
mtcd:'12121',//山洪灾害编码
|
// mtcd:'12121',//山洪灾害编码
|
||||||
wscd:'22222',//小流域代码
|
// wscd:'22222',//小流域代码
|
||||||
otime:'2022-12-12 10:22:22',//灾害发生时间
|
// otime:'2022-12-12 10:22:22',//灾害发生时间
|
||||||
severity:'22222',//小流域代码
|
// severity:'22222',//小流域代码
|
||||||
wscd:'3',//严重程度(1一般灾情 2较大灾情 3重大灾情 4特别重大灾情)
|
// wscd:'3',//严重程度(1一般灾情 2较大灾情 3重大灾情 4特别重大灾情)
|
||||||
address:'灾害发生地点2',//灾害发生地点
|
// address:'灾害发生地点2',//灾害发生地点
|
||||||
lgtd:'111.21',//经度
|
// lgtd:'111.21',//经度
|
||||||
lttd:'32.12',//纬度
|
// lttd:'32.12',//纬度
|
||||||
ddscrib:'灾害描述',//灾害描述
|
// ddscrib:'灾害描述',//灾害描述
|
||||||
dpcount:'2',//死亡人数(人)
|
// dpcount:'2',//死亡人数(人)
|
||||||
mpcount:'12',//失踪人数(人)
|
// mpcount:'12',//失踪人数(人)
|
||||||
spcount:'2211',//转移人数(人)
|
// spcount:'2211',//转移人数(人)
|
||||||
chcount:'41',//损毁房屋(人)
|
// chcount:'41',//损毁房屋(人)
|
||||||
elose:'6623',//直接经济损失(万元)
|
// elose:'6623',//直接经济损失(万元)
|
||||||
pfrain:'41',//过程降雨量(mm)
|
// pfrain:'41',//过程降雨量(mm)
|
||||||
reporter:'张三',//上报人
|
// reporter:'张三',//上报人
|
||||||
reportTime:'2022-11-21 10:21:11',//上报时间
|
// reportTime:'2022-11-21 10:21:11',//上报时间
|
||||||
reportUnit:'上报单位',
|
// reportUnit:'上报单位',
|
||||||
moditime:'时间戳',
|
// moditime:'时间戳',
|
||||||
remark:'情况说明',
|
// remark:'情况说明',
|
||||||
isRead:1,//是否已读(0 否 1 是)
|
// isRead:1,//是否已读(0 否 1 是)
|
||||||
severity:'1',//严重程度(1一般险情 2较大险情 3重大险情 4特别重大险情)
|
// severity:'1',//严重程度(1一般险情 2较大险情 3重大险情 4特别重大险情)
|
||||||
},
|
// },
|
||||||
]
|
]
|
||||||
this.close()
|
this.close()
|
||||||
}catch(e){
|
}catch(e){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue