Compare commits
No commits in common. "800f101df842624f6a21d036d0dd835ae22aaf95" and "9bf0fbcbcc13a85f90693250d7bc93f522b9b7eb" have entirely different histories.
800f101df8
...
9bf0fbcbcc
|
@ -16,7 +16,6 @@
|
|||
<el-option value="4" label="安全环保检查(监管端)"/>
|
||||
<el-option value="5" label="安全环保检查(企业端)"/>
|
||||
<el-option value="6" label="消防点检"/>
|
||||
<el-option value="8" label="点检隐患"/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
@ -135,9 +134,6 @@
|
|||
<span v-else-if="row.SOURCE=='6'">
|
||||
消防点检
|
||||
</span>
|
||||
<span v-else-if="row.SOURCE=='8'">
|
||||
点检隐患
|
||||
</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="HIDDENDESCR" label="隐患描述"/>
|
||||
|
|
|
@ -23,9 +23,6 @@
|
|||
<template v-else-if="pd.SOURCE=='5'">
|
||||
<td colspan="3">安全环保检查(企业端)</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td colspan="3">点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<!--<tr>
|
||||
<td class="tbg">检查内容</td>
|
||||
|
|
|
@ -22,9 +22,6 @@
|
|||
<template v-else-if="pd.SOURCE=='5'">
|
||||
<td colspan="3">安全环保检查(企业端)</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td colspan="3">点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<!--<tr>
|
||||
<td class="tbg">检查内容</td>
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
<el-option value="4" label="安全环保检查(监管端)"/>
|
||||
<el-option value="5" label="安全环保检查(企业端)"/>
|
||||
<el-option value="6" label="消防点检"/>
|
||||
<el-option value="8" label="点检隐患"/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
@ -98,9 +97,6 @@
|
|||
<span v-else-if="row.SOURCE=='6'">
|
||||
消防点检
|
||||
</span>
|
||||
<span v-else-if="row.SOURCE=='8'">
|
||||
点检隐患
|
||||
</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="HIDDENDESCR" label="隐患描述"/>
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
<span v-else-if="row.SOURCE == 2">清单排查</span>
|
||||
<span v-else-if="row.SOURCE == 4">安全环保检查(监管端)</span>
|
||||
<span v-else-if="row.SOURCE == 5">安全环保检查(企业端)</span>
|
||||
<span v-else-if="row.SOURCE == 8">点检隐患</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="HIDDENDESCR" label="隐患描述"/>
|
||||
|
@ -73,7 +72,6 @@
|
|||
<template v-if="item.SOURCE == 2">清单排查</template>
|
||||
<template v-if="item.SOURCE == 4">安全环保检查(监管端) </template>
|
||||
<template v-if="item.SOURCE == 5">安全环保检查(企业端) </template>
|
||||
<template v-if="item.SOURCE == 8">点检隐患</template>
|
||||
</td>
|
||||
<td>{{ item.HIDDENDESCR }}</td>
|
||||
<td>{{ item.FINDUSER }}</td>
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
<el-option :value="4" label="安全环保检查(监管端)"/>
|
||||
<el-option :value="5" label="安全环保检查(企业端)"/>
|
||||
<el-option :value="6" label="消防检查"/>
|
||||
<el-option :value="8" label="点检隐患"/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
@ -159,7 +158,6 @@
|
|||
<template v-else-if="row.SOURCE=='4'">安全环保检查(监管端) </template>
|
||||
<template v-else-if="row.SOURCE=='5'">安全环保检查(企业端) </template>
|
||||
<template v-else-if="row.SOURCE=='6'">消防检查 </template>
|
||||
<template v-else-if="row.SOURCE=='8'">点检隐患 </template>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="HIDDENDESCR" label="隐患描述"/>
|
||||
|
|
|
@ -25,9 +25,6 @@
|
|||
<template v-else-if="pd.SOURCE=='6'">
|
||||
<td colspan="3">消防检查</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td colspan="3">点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<!--<tr>
|
||||
<td class="tbg">检查内容</td>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
<el-option :value="2" label="清单排查"/>
|
||||
<el-option :value="4" label="安全环保检查(监管端)"/>
|
||||
<el-option :value="5" label="安全环保检查(企业端)"/>
|
||||
<el-option :value="8" label="点检隐患"/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
@ -118,7 +117,6 @@
|
|||
<span v-if="row.SOURCE == 1">隐患快报</span>
|
||||
<span v-else-if="row.SOURCE == 4">安全环保检查(监管端)</span>
|
||||
<span v-else-if="row.SOURCE == 5">安全环保检查(企业端)</span>
|
||||
<span v-else-if="row.SOURCE == 8">点检隐患</span>
|
||||
<span v-else>清单排查</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
|
|
@ -23,9 +23,6 @@
|
|||
<template v-else-if="pd.SOURCE=='5'">
|
||||
安全环保检查(企业端)
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
点检隐患
|
||||
</template>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
<el-option :value="2" label="清单排查"/>
|
||||
<el-option :value="4" label="安全环保检查(监管端)"/>
|
||||
<el-option :value="5" label="安全环保检查(企业端)"/>
|
||||
<el-option :value="8" label="点检隐患"/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
@ -83,7 +82,6 @@
|
|||
<span v-if="row.SOURCE == 1">隐患快报</span>
|
||||
<span v-else-if="row.SOURCE == 4">安全环保检查(监管端)</span>
|
||||
<span v-else-if="row.SOURCE == 5">安全环保检查(企业端)</span>
|
||||
<span v-else-if="row.SOURCE == 8">点检隐患</span>
|
||||
<span v-else>清单排查</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
|
|
@ -23,9 +23,6 @@
|
|||
<template v-else-if="pd.SOURCE=='5'">
|
||||
安全环保检查(企业端)
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
点检隐患
|
||||
</template>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -20,9 +20,6 @@
|
|||
<template v-else-if="pd.SOURCE=='6'">
|
||||
<td>消防检查</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -107,7 +107,6 @@
|
|||
<template v-if="row.SOURCE =='2'">清单排查</template>
|
||||
<template v-if="row.SOURCE =='3'">清单排查</template>
|
||||
<template v-if="row.SOURCE =='6'">消防检查</template>
|
||||
<template v-if="row.SOURCE =='8'">点检隐患</template>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="隐患描述" prop="HIDDENDESCR" >
|
||||
|
@ -182,8 +181,7 @@ export default {
|
|||
varList: [],
|
||||
hiddenSourceList: [ // 隐患来源 1-隐患快报 2-清单排查
|
||||
{ value: '1', label: '隐患快报' },
|
||||
{ value: '2', label: '清单排查' },
|
||||
{ value: '8', label: '点检隐患' }
|
||||
{ value: '2', label: '清单排查' }
|
||||
],
|
||||
statusList: [
|
||||
{ ID: '14', NAME: '待验收' },
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<el-select v-model="form.SOURCE" placeholder="隐患来源" clearable style="width: 100%" class="filter-item">
|
||||
<el-option :value="1" label="隐患快报"/>
|
||||
<el-option :value="2" label="清单排查"/>
|
||||
<el-option :value="8" label="点检隐患"/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
@ -140,7 +139,6 @@
|
|||
<el-table-column prop="SOURCE" label="隐患来源">
|
||||
<template slot-scope="{row}">
|
||||
<span v-if="row.SOURCE == 1">隐患快报</span>
|
||||
<span v-else-if="row.SOURCE == 8">点检隐患</span>
|
||||
<span v-else>清单排查</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
|
|
@ -17,9 +17,6 @@
|
|||
<template v-else-if="pd.SOURCE=='3'">
|
||||
清单排查
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
点检隐患
|
||||
</template>
|
||||
</td>
|
||||
</tr>
|
||||
<tr v-if="pd.SOURCE=='2'">
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
<el-option :value="2" label="清单排查"/>
|
||||
<el-option :value="2" label="清单排查"/>
|
||||
<el-option :value="6" label="消防检查"/>
|
||||
<el-option :value="8" label="点检隐患"/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
@ -67,7 +66,6 @@
|
|||
<span v-if="row.SOURCE == 2">清单排查</span>
|
||||
<span v-if="row.SOURCE == 3">清单排查</span>
|
||||
<span v-if="row.SOURCE == 6">消防检查</span>
|
||||
<span v-if="row.SOURCE == 8">点检隐患</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="CREATORNAME" label="隐患发现人"/>
|
||||
|
|
|
@ -20,9 +20,6 @@
|
|||
<template v-else-if="pd.SOURCE=='6'">
|
||||
消防检查
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
点检隐患
|
||||
</template>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -20,9 +20,6 @@
|
|||
<template v-else-if="pd.SOURCE=='6'">
|
||||
<td>消防检查</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -107,7 +107,6 @@
|
|||
<template v-if="row.SOURCE =='2'">清单排查</template>
|
||||
<template v-if="row.SOURCE =='3'">清单排查</template>
|
||||
<template v-if="row.SOURCE =='6'">消防检查</template>
|
||||
<template v-if="row.SOURCE =='8'">点检隐患</template>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="隐患描述" prop="HIDDENDESCR" >
|
||||
|
@ -179,8 +178,7 @@ export default {
|
|||
varList: [],
|
||||
hiddenSourceList: [ // 隐患来源 1-隐患快报 2-清单排查
|
||||
{ value: '1', label: '隐患快报' },
|
||||
{ value: '2', label: '清单排查' },
|
||||
{ value: '8', label: '点检隐患' }
|
||||
{ value: '2', label: '清单排查' }
|
||||
],
|
||||
statusList: [
|
||||
{ ID: '-2', NAME: '待确认' },
|
||||
|
|
|
@ -17,9 +17,6 @@
|
|||
<template v-else-if="pd.SOURCE=='3'">
|
||||
<td>清单排查</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -106,7 +106,6 @@
|
|||
<template v-if="row.SOURCE =='1'">隐患快报</template>
|
||||
<template v-if="row.SOURCE =='2'">清单排查</template>
|
||||
<template v-if="row.SOURCE =='3'">清单排查</template>
|
||||
<template v-if="row.SOURCE =='8'">点检隐患</template>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="隐患描述" prop="HIDDENDESCR" >
|
||||
|
@ -182,8 +181,7 @@ export default {
|
|||
varList: [],
|
||||
hiddenSourceList: [ // 隐患来源 1-隐患快报 2-清单排查
|
||||
{ value: '1', label: '隐患快报' },
|
||||
{ value: '2', label: '清单排查' },
|
||||
{ value: '8', label: '点检隐患' }
|
||||
{ value: '2', label: '清单排查' }
|
||||
],
|
||||
statusList: [
|
||||
{ ID: '13', NAME: '待整改' },
|
||||
|
|
|
@ -19,9 +19,6 @@
|
|||
<template v-else-if="pd.SOURCE=='3'">
|
||||
清单排查
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
点检隐患
|
||||
</template>
|
||||
</td>
|
||||
</tr>
|
||||
<tr v-if="pd.SOURCE=='2'">
|
||||
|
|
|
@ -72,9 +72,6 @@
|
|||
<template v-else-if="row.SOURCE=='3'">
|
||||
<span class="label label-info">清单排查</span>
|
||||
</template>
|
||||
<template v-else-if="row.SOURCE=='8'">
|
||||
<span class="label label-info">点检隐患</span>
|
||||
</template>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<!-- <el-table-column prop="TYPE_NAME" label="企业类型" />-->
|
||||
|
|
|
@ -19,9 +19,6 @@
|
|||
<template v-else-if="pd.SOURCE=='3'">
|
||||
清单排查
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
点检隐患
|
||||
</template>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -28,9 +28,6 @@
|
|||
<template v-else-if="pd.SOURCE=='5'">
|
||||
<td>安全环保检查(企业端)</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
<!-- <el-option value="3" label="清单排查"/>-->
|
||||
<el-option value="4" label="安全环保检查(监管端)"/>
|
||||
<el-option value="5" label="安全环保检查(企业端)"/>
|
||||
<el-option value="8" label="点检隐患"/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
@ -112,9 +111,6 @@
|
|||
<span v-else-if="row.SOURCE=='5'">
|
||||
安全环保检查(企业端)
|
||||
</span>
|
||||
<span v-else-if="row.SOURCE=='8'">
|
||||
点检隐患
|
||||
</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="HIDDENDESCR" label="隐患描述"/>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
<!-- <el-option value="3" label="清单排查"/>-->
|
||||
<el-option value="4" label="安全环保检查(监管端)"/>
|
||||
<el-option value="5" label="安全环保检查(企业端)"/>
|
||||
<el-option value="8" label="点检隐患"/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
@ -88,9 +87,6 @@
|
|||
<span v-else-if="row.SOURCE=='5'">
|
||||
安全环保检查(企业端)
|
||||
</span>
|
||||
<span v-else-if="row.SOURCE=='8'">
|
||||
点检隐患
|
||||
</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="HIDDENDESCR" label="隐患描述"/>
|
||||
|
|
|
@ -151,8 +151,7 @@ export default {
|
|||
sourceState: {
|
||||
1: 'AI报警',
|
||||
4: '安全环保检查(监管端)',
|
||||
5: '安全环保检查(企业端)',
|
||||
8: '点检隐患'
|
||||
5: '安全环保检查(企业端)'
|
||||
},
|
||||
state: {
|
||||
1: '未整改',
|
||||
|
@ -162,8 +161,7 @@ export default {
|
|||
SOURCEList: [
|
||||
{ ID: '1', NAME: 'AI报警' },
|
||||
{ ID: '4', NAME: '安全环保检查(监管端)' },
|
||||
{ ID: '5', NAME: '安全环保检查(企业端)' },
|
||||
{ ID: '8', NAME: '点检隐患' }
|
||||
{ ID: '5', NAME: '安全环保检查(企业端)' }
|
||||
],
|
||||
zList: [
|
||||
{ ID: '1', NAME: '未整改' },
|
||||
|
|
|
@ -27,9 +27,6 @@
|
|||
<template v-else-if="pd.SOURCE=='6'">
|
||||
<td>消防检查</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -23,9 +23,6 @@
|
|||
<template v-else-if="pd.SOURCE=='5'">
|
||||
<td>安全环保检查(企业端)</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -14,9 +14,6 @@
|
|||
<template v-else-if="pd.SOURCE=='5'">
|
||||
<td>安全环保检查(企业端)</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">位置</td>
|
||||
|
|
|
@ -29,9 +29,6 @@
|
|||
<template v-else-if="pd.SOURCE=='3'">
|
||||
清单排查
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
点检隐患
|
||||
</template>
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="pd.SOURCE=='2'" class="base-cell">
|
||||
|
|
|
@ -29,9 +29,6 @@
|
|||
<template v-else-if="pd.SOURCE=='3'">
|
||||
清单排查
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
点检隐患
|
||||
</template>
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="pd.SOURCE=='2'" class="base-cell">
|
||||
|
|
Loading…
Reference in New Issue