Commit aa46bdb9 authored by dingyoujian's avatar dingyoujian

查询调整

parent e4ece736
...@@ -23,14 +23,20 @@ ...@@ -23,14 +23,20 @@
<span class="search-span">班组:</span> <span class="search-span">班组:</span>
<RelSelect style="width: 100%;" src='/jcsj/common/bm/queryBz' filterable clearable :match="{value:'id',label:'bmmc'}" v-model='queryParams.bmid' ></RelSelect> <RelSelect style="width: 100%;" src='/jcsj/common/bm/queryBz' filterable clearable :match="{value:'id',label:'bmmc'}" v-model='queryParams.bmid' ></RelSelect>
</div> </div>
</el-col>
<el-col :span="6" class="search-col">
<div class="search-item">
<span class="search-span">上报人:</span>
<el-input v-model='queryParams.sbr' ></el-input>
<!-- <RelSelect src='aqgl/yhgl/yhfl/query' clearable :match="{value:'id',label:'name'}" v-model='queryParams.flid' ></RelSelect> -->
</div>
</el-col> </el-col>
<el-col :span="6" class="search-col">
<div class="search-item">
<span class="search-span">隐患类型:</span>
<RelSelect src='aqgl/yhgl/yhfl/query' :match="{value:'id',label:'name'}" v-model='queryParams.flid' ></RelSelect>
</div>
</el-col>
<!--<el-col :span="6" class="search-col">-->
<!--<div class="search-item">-->
<!--<span class="search-span">上报人:</span>-->
<!--<el-input v-model='queryParams.sbr' ></el-input>-->
<!--&lt;!&ndash; <RelSelect src='aqgl/yhgl/yhfl/query' clearable :match="{value:'id',label:'name'}" v-model='queryParams.flid' ></RelSelect> &ndash;&gt;-->
<!--</div>-->
<!--</el-col>-->
</el-row> </el-row>
</div> </div>
<!-- 按钮操作--> <!-- 按钮操作-->
...@@ -115,7 +121,7 @@ ...@@ -115,7 +121,7 @@
{label: "发现日期", prop: "fxrq", fieldType: "ftDateTime"}, {label: "发现日期", prop: "fxrq", fieldType: "ftDateTime"},
{label: "风险点", prop: "fxd", fieldType: "ftString",width:300}, {label: "风险点", prop: "fxdName", fieldType: "ftString",width:300},
{label: "隐患地点", prop: "yhdd", fieldType: "ftString",width:300}, {label: "隐患地点", prop: "yhdd", fieldType: "ftString",width:300},
{label: "隐患类型", prop: "flid", fieldType: "ftString",width:192,transform:{ {label: "隐患类型", prop: "flid", fieldType: "ftString",width:192,transform:{
url:'aqgl/yhgl/yhfl/query',label:'name',value:'id' url:'aqgl/yhgl/yhfl/query',label:'name',value:'id'
......
...@@ -24,12 +24,18 @@ ...@@ -24,12 +24,18 @@
</div> </div>
</el-col> </el-col>
<el-col :span="6" class="search-col"> <el-col :span="6" class="search-col">
<div class="search-item"> <div class="search-item">
<span class="search-span">报告人:</span> <span class="search-span">隐患类型:</span>
<el-input v-model="queryParams.sbr" <RelSelect src='aqgl/yhgl/yhfl/query' :match="{value:'id',label:'name'}" v-model='queryParams.flid' ></RelSelect>
size="small" class="search-input"></el-input> </div>
</div> </el-col>
</el-col> <!--<el-col :span="6" class="search-col">-->
<!--<div class="search-item">-->
<!--<span class="search-span">报告人:</span>-->
<!--<el-input v-model="queryParams.sbr"-->
<!--size="small" class="search-input"></el-input>-->
<!--</div>-->
<!--</el-col>-->
</el-row> </el-row>
</div> </div>
<!-- 按钮操作--> <!-- 按钮操作-->
...@@ -113,7 +119,7 @@ ...@@ -113,7 +119,7 @@
{label: "发现日期", prop: "fxrq", fieldType: "ftDateTime"}, {label: "发现日期", prop: "fxrq", fieldType: "ftDateTime"},
{label: "风险点", prop: "fxd", fieldType: "ftString",width:300}, {label: "风险点", prop: "fxdName", fieldType: "ftString",width:300},
{label: "隐患地点", prop: "yhdd", fieldType: "ftString",width:300}, {label: "隐患地点", prop: "yhdd", fieldType: "ftString",width:300},
{label: "隐患类型", prop: "flid", fieldType: "ftString",width:192,transform:{ {label: "隐患类型", prop: "flid", fieldType: "ftString",width:192,transform:{
url:'aqgl/yhgl/yhfl/query',label:'name',value:'id' url:'aqgl/yhgl/yhfl/query',label:'name',value:'id'
......
...@@ -103,7 +103,7 @@ this.$refs['TablePager'].pageQuery() ...@@ -103,7 +103,7 @@ this.$refs['TablePager'].pageQuery()
url:'jcsj/common/bm/queryBz',label:'bmmc',value:'id' url:'jcsj/common/bm/queryBz',label:'bmmc',value:'id'
}}, }},
{label: "发现日期", prop: "fxrq", fieldType: "ftDateTime"}, {label: "发现日期", prop: "fxrq", fieldType: "ftDateTime"},
{label: "设施及风险点", prop: "fxd", fieldType: "ftString",width:300}, {label: "风险点", prop: "fxdName", fieldType: "ftString",width:300},
{label: "隐患地点", prop: "yhdd", fieldType: "ftString",width:300}, {label: "隐患地点", prop: "yhdd", fieldType: "ftString",width:300},
{label: "隐患类型", prop: "flid", fieldType: "ftString",width:192,transform:{ {label: "隐患类型", prop: "flid", fieldType: "ftString",width:192,transform:{
url:'aqgl/yhgl/yhfl/query',label:'name',value:'id' url:'aqgl/yhgl/yhfl/query',label:'name',value:'id'
......
...@@ -25,6 +25,12 @@ ...@@ -25,6 +25,12 @@
size="small" class="search-input"></el-input> --> size="small" class="search-input"></el-input> -->
</div> </div>
</el-col> </el-col>
<el-col :span="6" class="search-col">
<div class="search-item">
<span class="search-span">隐患类型:</span>
<RelSelect src='aqgl/yhgl/yhfl/query' :match="{value:'id',label:'name'}" v-model='queryParams.flid' ></RelSelect>
</div>
</el-col>
<el-col :span="6" class="search-col"> <el-col :span="6" class="search-col">
<div class="search-item"> <div class="search-item">
<span class="search-span">处理状态:</span> <span class="search-span">处理状态:</span>
...@@ -139,7 +145,7 @@ ...@@ -139,7 +145,7 @@
{label: "整改日期", prop: "clsj", fieldType: "ftDateTime"}, {label: "整改日期", prop: "clsj", fieldType: "ftDateTime"},
{label: "复查日期", prop: "fcsj", fieldType: "ftDateTime"}, {label: "复查日期", prop: "fcsj", fieldType: "ftDateTime"},
/* */ /* */
{label: "风险点", prop: "fxd", fieldType: "ftString",width:300}, {label: "风险点", prop: "fxdName", fieldType: "ftString",width:300},
{label: "隐患地点", prop: "yhdd", fieldType: "ftString",width:300}, {label: "隐患地点", prop: "yhdd", fieldType: "ftString",width:300},
{label: "隐患类型", prop: "flid", fieldType: "ftString",width:192,transform:{ {label: "隐患类型", prop: "flid", fieldType: "ftString",width:192,transform:{
url:'aqgl/yhgl/yhfl/query',label:'name',value:'id' url:'aqgl/yhgl/yhfl/query',label:'name',value:'id'
......
...@@ -24,12 +24,12 @@ ...@@ -24,12 +24,12 @@
<RelSelect style="width: 100%;" src='jcsj/common/bm/queryBz' filterable clearable :match="{value:'id',label:'bmmc'}" v-model='queryParams.bmid' ></RelSelect> <RelSelect style="width: 100%;" src='jcsj/common/bm/queryBz' filterable clearable :match="{value:'id',label:'bmmc'}" v-model='queryParams.bmid' ></RelSelect>
</div> </div>
</el-col> </el-col>
<el-col :span="6" class="search-col"> <el-col :span="6" class="search-col">
<div class="search-item"> <div class="search-item">
<span class="search-span">隐患分类:</span> <span class="search-span">隐患类型:</span>
<RelSelect src='aqgl/yhgl/yhfl/query' clearable :match="{value:'id',label:'name'}" v-model='queryParams.flid' ></RelSelect> <RelSelect src='aqgl/yhgl/yhfl/query' :match="{value:'id',label:'name'}" v-model='queryParams.flid' ></RelSelect>
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
</div> </div>
<!-- 按钮操作--> <!-- 按钮操作-->
...@@ -101,7 +101,7 @@ this.$refs['TablePager'].pageQuery() ...@@ -101,7 +101,7 @@ this.$refs['TablePager'].pageQuery()
url:'jcsj/common/bm/queryBz',label:'bmmc',value:'id' url:'jcsj/common/bm/queryBz',label:'bmmc',value:'id'
}}, }},
{label: "发现日期", prop: "fxrq", fieldType: "ftDateTime"}, {label: "发现日期", prop: "fxrq", fieldType: "ftDateTime"},
{label: "风险点", prop: "fxd", fieldType: "ftString",width:300}, {label: "风险点", prop: "fxdName", fieldType: "ftString",width:300},
{label: "隐患地点", prop: "yhdd", fieldType: "ftString",width:300}, {label: "隐患地点", prop: "yhdd", fieldType: "ftString",width:300},
{label: "隐患类型", prop: "flid", fieldType: "ftString",width:192,transform:{ {label: "隐患类型", prop: "flid", fieldType: "ftString",width:192,transform:{
url:'aqgl/yhgl/yhfl/query',label:'name',value:'id' url:'aqgl/yhgl/yhfl/query',label:'name',value:'id'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment