Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
tianhongweb
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liuyuping
tianhongweb
Commits
9b09ebfa
Commit
9b09ebfa
authored
Jan 05, 2022
by
liuyuping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'daping'
parent
b4bc34af
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
377 additions
and
960 deletions
+377
-960
hwapproval.js
src/api/hwapproval.js
+22
-0
home1.vue
src/views/home1.vue
+355
-960
No files found.
src/api/hwapproval.js
View file @
9b09ebfa
...
...
@@ -25,3 +25,25 @@ export function postHwapproval(data) {
data
})
}
export
function
findUploadEnterprise
()
{
return
request
({
url
:
'
/api/enterpriseCertificate/findUploadEnterprise
'
,
method
:
'
get
'
})
}
export
function
findUploadedDangerJobReport
()
{
return
request
({
url
:
'
/api/dangerJobReport/findUploadEnterprise
'
,
method
:
'
get
'
})
}
export
function
dangerJobReport
(
params
)
{
return
request
({
url
:
'
/api/dangerJobReport/page
'
,
method
:
'
get
'
,
params
})
}
src/views/home1.vue
View file @
9b09ebfa
...
...
@@ -135,7 +135,7 @@
class=
"certify-manage-item1-wrapper"
@
click.stop=
"clickToCertifyItem1"
>
<div
class=
"certify-manage-sum"
>
4
</div>
<div
class=
"certify-manage-sum"
>
{{
dualSystemEnters
.
length
}}
</div>
<div
class=
"certify-manage-title"
>
上传双体系企业数量
</div>
<div
class=
"certify-manage-icon certify-icon1"
...
...
@@ -146,7 +146,7 @@
class=
"certify-manage-item2-wrapper"
@
click.stop=
"clickToCertifyItem2"
>
<div
class=
"certify-manage-sum"
>
5
</div>
<div
class=
"certify-manage-sum"
>
{{
emergencyPlanEnters
.
length
}}
</div>
<div
class=
"certify-manage-title"
>
上传应急预案企业数量
</div>
<div
class=
"certify-manage-icon certify-icon2"
...
...
@@ -157,7 +157,7 @@
class=
"certify-manage-item3-wrapper"
@
click.stop=
"clickToCertifyItem3"
>
<div
class=
"certify-manage-sum"
>
6
</div>
<div
class=
"certify-manage-sum"
>
{{
standardization
.
length
}}
</div>
<div
class=
"certify-manage-title"
>
上传标准化企业数量
</div>
<div
class=
"certify-manage-icon certify-icon3"
...
...
@@ -420,7 +420,7 @@
class="certify-list-content-item"
@click.stop="certifyClick(item, index)"
>
{{
"
证书
"
+
index
}}
{{
item
.
name
}}
<svg
class=
"arrow-to-right"
viewBox=
"0 0 1024 1024"
...
...
@@ -2560,47 +2560,49 @@
class=
"enter-info-child-item-close"
@
click.stop=
"enterDangerItemClose"
/>
<div
class=
"danger-record-wrapper"
>
<img
class=
"img-record-wrapper"
v-if=
"curSelectDangerIndex > -1 && dangers[curSelectDangerIndex].filePath"
:src=
"dangers[curSelectDangerIndex].filePath"
/>
</div>
<!-- 作业名称 -->
<div
class=
"enter-info-child-item-title-wrapper"
>
<
!--
<
div
class=
"enter-info-child-item-title-wrapper"
>
<div
class=
"enter-info-child-item-title"
>
作业名称
</div>
<div
class=
"enter-info-child-item-content"
>
{{
curSelectDangerIndex
!=
-
1
?
dangers
[
curSelectDangerIndex
].
name
:
''
}}
</div>
</div>
</div>
-->
<!-- 作业日期 -->
<div
class=
"enter-info-child-item-title-wrapper"
>
<
!--
<
div
class=
"enter-info-child-item-title-wrapper"
>
<div
class=
"enter-info-child-item-title"
>
作业日期
</div>
<div
class=
"enter-info-child-item-content"
>
{{
curSelectDangerIndex
!=
-
1
?
dangers
[
curSelectDangerIndex
].
date
:
''
}}
</div>
</div>
</div>
-->
<!-- 企业内容-->
<div
class=
"enter-info-child-item-content-wrapper"
>
<
!--
<
div
class=
"enter-info-child-item-content-wrapper"
>
<div
class=
"enter-info-child-item-content-title"
>
作业内容
</div>
<div
class=
"enter-info-child-item-content"
>
{{
curSelectDangerIndex
!=
-
1
?
dangers
[
curSelectDangerIndex
].
content
:
''
}}
</div>
</div>
</div>
-->
<!-- 作业风险分析 -->
<div
class=
"enter-info-child-item-content-wrapper"
>
<
!--
<
div
class=
"enter-info-child-item-content-wrapper"
>
<div
class=
"enter-info-child-item-content-title"
>
作业风险分析
</div>
<div
class=
"enter-info-child-item-content"
>
{{
curSelectDangerIndex
!=
-
1
?
dangers
[
curSelectDangerIndex
].
analysis
:
''
}}
</div>
</div>
</div>
-->
<!-- 作业安全措施 -->
<div
class=
"enter-info-child-item-content-wrapper"
>
<
!--
<
div
class=
"enter-info-child-item-content-wrapper"
>
<div
class=
"enter-info-child-item-content-title"
>
作业安全措施
</div>
<div
class=
"enter-info-child-item-content"
>
{{
curSelectDangerIndex
!=
-
1
?
dangers
[
curSelectDangerIndex
].
operator
:
''
}}
</div>
</div>
</div>
-->
</div>
<!-- 企业证书 -->
<div
v-
show
=
"isShowCertify"
v-
if
=
"isShowCertify"
class=
"enter-certify-item-wrapper"
style=
"display: none"
>
<!-- 关闭按钮 -->
<div
...
...
@@ -2611,22 +2613,28 @@
<div
class=
"enter-certify-wrapper"
>
<div
class=
"enter-certify-item-title-wrapper"
>
证书
</div>
<div
class=
"enter-certify-pic"
>
<pdf
<
!--
<
pdf
v-for=
"i in pdfNumPage"
v-if=
"isPdfFile"
:key=
"i"
:page=
"i"
:src=
"loadingTask"
/>
<!--
<PDFViewer
v-if=
"isPdfFile"
:source=
"certifies[curSelectCertifyIndex].filePath"
/>
-->
/>
-->
<img
v-
else-
if=
"
v-if=
"
curSelectCertifyIndex != -1 &&
certifies[curSelectCertifyIndex].filePath
certifies[curSelectCertifyIndex].filePath
&& isCurCertifyPdfFile === false
"
:src=
"certifies[curSelectCertifyIndex].filePath"
style=
"width:100%"
></img>
<pdf
v-for=
"i in pdfNumPage"
v-if=
"isCurCertifyPdfFile === true"
:key=
"i"
:page=
"i"
:src=
"loadingTask"
/>
</div>
</div>
</div>
...
...
@@ -2773,6 +2781,12 @@ import {
import
{
parseTime
}
from
"
../utils/index
"
;
import
axios
from
"
axios
"
;
import
pdf
from
"
vue-pdf
"
;
import
{
findUploadEnterprise
,
hwapprovalEnters
,
enterHwapproval
,
findUploadedDangerJobReport
,
dangerJobReport
}
from
'
@/api/hwapproval.js
'
// import PDFViewer from 'pdf-viewer-vue';
export
default
{
components
:
{
...
...
@@ -2781,6 +2795,15 @@ export default {
},
data
()
{
return
{
isCurCertifyPdfFile
:
false
,
// 危险作业
dangerWorkRecord
:
[],
// 证书-双体系企业
dualSystemEnters
:
[],
// 证书-应急预案
emergencyPlanEnters
:
[],
// 证书-标准化
standardization
:
[],
pdfNumPage
:
undefined
,
loadingTask
:
undefined
,
certifies
:
[
...
...
@@ -3544,6 +3567,11 @@ export default {
// axios.get('http://118.190.98.56:9090/jz/daq/nextList?id=36').then(res => {
// console.log(res, 'hahahhahaha')
// })
this
.
initAllDanger
()
this
.
initAllCertifies
()
findUploadEnterprise
().
then
(
res
=>
{
console
.
log
(
res
,
'
res findUploadEnterprise findUploadEnterprise
'
)
})
axios
.
get
(
"
https://8.143.198.78/tojiankong/api/v1/stream/start?serial=34020000001110000200&code=34020100001321111111
"
...
...
@@ -3589,6 +3617,129 @@ export default {
this
.
videoPlayer
();
},
methods
:
{
async
initAllDanger
()
{
let
result
=
[]
await
findUploadedDangerJobReport
().
then
(
res
=>
{
console
.
log
(
res
,
'
findUploadedDangerJobReport findUploadDangerJobReport
'
)
result
=
res
})
result
=
result
.
map
(
item
=>
{
item
.
companyId
=
item
.
enterpriseId
item
.
companyName
=
item
.
enterpriseName
return
item
})
let
proArr
=
[]
for
(
let
i
=
0
;
i
<
result
.
length
;
i
++
)
{
const
p1
=
dangerJobReport
({
companyId
:
result
[
i
].
companyId
,
page
:
0
,
size
:
999
}).
then
(
res
=>
{
console
.
log
(
res
,
'
danegrJobReport dangerJobReport
'
)
result
[
i
].
dangers
=
[...
res
.
content
]
result
[
i
].
dangers
=
result
[
i
].
dangers
.
map
(
item
=>
{
const
index1
=
item
.
filePath
.
indexOf
(
'
\\
'
)
const
index2
=
item
.
filePath
.
indexOf
(
'
\\
'
,
index1
+
1
)
const
index3
=
item
.
filePath
.
indexOf
(
'
\\
'
,
index2
+
1
)
item
.
filePath
=
item
.
filePath
.
substr
(
index3
)
return
item
})
})
proArr
.
push
(
p1
)
}
await
Promise
.
all
(
proArr
)
this
.
dangerWorkRecord
=
[...
result
]
console
.
log
(
this
.
dangerWorkRecord
,
'
this.dangerWorkRecord this.dangerWorkRecord
'
)
},
async
initAllCertifies
()
{
let
result
=
null
await
findUploadEnterprise
().
then
(
res
=>
{
console
.
log
(
res
,
'
findUplaodEnterprise
'
)
result
=
res
})
for
(
let
i
=
0
;
i
<
result
.
length
;
i
++
)
{
result
[
i
].
companyId
=
result
[
i
].
enterpriseId
result
[
i
].
companyName
=
result
[
i
].
enterpriseName
}
let
proArr
=
[]
for
(
let
i
=
0
;
i
<
result
.
length
;
i
++
)
{
const
p1
=
hwapprovalEnters
({
enterpriseName
:
result
[
i
].
enterpriseName
}).
then
(
res
=>
{
console
.
log
(
res
,
'
initAllCertifies
'
)
result
[
i
].
dualSystemNum
=
res
.
content
[
0
].
dualSystemNum
result
[
i
].
emergencyPlanNum
=
res
.
content
[
0
].
dualSystemNum
result
[
i
].
standardizationNum
=
res
.
content
[
0
].
standardizationNum
})
proArr
.
push
(
p1
)
}
await
Promise
.
all
(
proArr
)
console
.
log
(
result
,
'
result reuslt _____________
'
)
for
(
let
i
=
0
;
i
<
result
.
length
;
i
++
)
{
if
(
result
[
i
].
dualSystemNum
>
0
)
{
this
.
dualSystemEnters
.
push
(
result
[
i
])
}
if
(
result
[
i
].
emergencyPlanNum
>
0
)
{
this
.
emergencyPlanEnters
.
push
(
result
[
i
])
}
if
(
result
[
i
].
standardizationNum
>
0
)
{
this
.
standardization
.
push
(
result
[
i
])
}
}
let
proArr2
=
[]
for
(
let
i
=
0
;
i
<
this
.
dualSystemEnters
.
length
;
i
++
)
{
const
p1
=
enterHwapproval
({
companyId
:
this
.
dualSystemEnters
[
i
].
companyId
,
category
:
'
双体系证书
'
,
size
:
999
,
page
:
0
}).
then
(
res
=>
{
this
.
dualSystemEnters
[
i
].
certifies
=
[...
res
.
content
.
map
(
item
=>
{
const
index1
=
item
.
filePath
.
indexOf
(
'
\\
'
)
const
index2
=
item
.
filePath
.
indexOf
(
'
\\
'
,
index1
+
1
)
const
index3
=
item
.
filePath
.
indexOf
(
'
\\
'
,
index2
+
1
)
item
.
filePath
=
item
.
filePath
.
substr
(
index3
)
return
item
})]
})
proArr2
.
push
(
p1
)
}
for
(
let
i
=
0
;
i
<
this
.
emergencyPlanEnters
.
length
;
i
++
)
{
const
p1
=
enterHwapproval
({
companyId
:
this
.
emergencyPlanEnters
[
i
].
companyId
,
category
:
'
应急预案
'
,
size
:
999
,
page
:
0
}).
then
(
res
=>
{
this
.
emergencyPlanEnters
[
i
].
certifies
=
[...
res
.
content
.
map
(
item
=>
{
const
index1
=
item
.
filePath
.
indexOf
(
'
\\
'
)
const
index2
=
item
.
filePath
.
indexOf
(
'
\\
'
,
index1
+
1
)
const
index3
=
item
.
filePath
.
indexOf
(
'
\\
'
,
index2
+
1
)
item
.
filePath
=
item
.
filePath
.
substr
(
index3
)
return
item
})]
})
proArr2
.
push
(
p1
)
}
for
(
let
i
=
0
;
i
<
this
.
standardizationNum
.
length
;
i
++
)
{
const
p1
=
enterHwapproval
({
companyId
:
this
.
standardizationNum
[
i
].
companyId
,
category
:
'
标准化
'
,
size
:
999
,
page
:
0
}).
then
(
res
=>
{
this
.
standardizationNum
[
i
].
certifies
=
[...
res
.
content
.
map
(
item
=>
{
const
index1
=
item
.
filePath
.
indexOf
(
'
\\
'
)
const
index2
=
item
.
filePath
.
indexOf
(
'
\\
'
,
index1
+
1
)
const
index3
=
item
.
filePath
.
indexOf
(
'
\\
'
,
index2
+
1
)
item
.
filePath
=
item
.
filePath
.
substr
(
index3
)
return
item
})]
})
proArr2
.
push
(
p1
)
}
await
Promise
.
all
(
proArr2
)
},
certifyBtnNextPage
(
event
)
{
console
.
log
(
event
,
...
...
@@ -3635,164 +3786,10 @@ export default {
for
(
let
i
=
0
;
i
<
this
.
curDepartIndusEnters
.
length
;
i
++
)
{
for
(
let
j
=
0
;
j
<
this
.
curDepartIndusEnters
[
i
].
induses
.
length
;
j
++
)
{
if
(
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
indus
===
"
工贸行业(含涉氨制冷)
"
)
{
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
coms
.
push
({
companyBusinessNature
:
"
生产特种密封材料及高性能材料制品及其产品生产用模具的加工,销售本公司产品。(国家禁止项目除外,需经许可经营的,须凭有效的许可证经营)
"
,
companyChargePer
:
"
权俊一
"
,
companyChargeTel
:
"
13181880522
"
,
companyChemical
:
0
,
companyChiefInspectorName
:
null
,
companyCity
:
"
威海市
"
,
companyCode
:
"
91371000766668178F
"
,
companyCommunicationAddr
:
"
威海市经济技术开发区海埠路19号金海工业园
"
,
companyCommunity
:
"
皇冠街道
"
,
companyCounty
:
"
威海经济技术开发区
"
,
companyDimOneIndustryName
:
"
制造业
"
,
companyDimTwoIndustryName
:
"
专用设备制造业
"
,
companyDutyTel
:
""
,
companyEnclosureAddr
:
null
,
companyHasChiefInspector
:
null
,
companyHdLevel
:
"
一般隐患
"
,
companyId
:
29
,
companyImplementResponseList
:
null
,
companyIndustryName
:
"
工贸行业(含涉氨制冷)
"
,
companyInsertType
:
1
,
companyIntroduction
:
""
,
companyLat
:
"
37.445761
"
,
companyLng
:
"
122.216645
"
,
companyMainProduct
:
""
,
companyName
:
"
威海大庆特种材料制品有限公司
"
,
companyOvertimeExist
:
false
,
companyPeople
:
null
,
companyProvince
:
"
山东省
"
,
companyRawMaterial
:
""
,
companyRiskLevel
:
"
低风险
"
,
companySafetyStandard
:
null
,
companySecurityPer
:
"
王经理
"
,
companySecurityTel
:
"
13181880522
"
,
companyStatus
:
"
正常生产
"
,
companyTown
:
"
太阳城社区居委会
"
,
});
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
coms
.
push
({
companyBusinessNature
:
"
生产彩色显示器、计算机整机、彩色电视机及相关电子零部件,销售本企业产品并提供售后服务。(依法须经批准的项目,经相关部门批准后方可开展经营活动)
"
,
companyChargePer
:
"
张广平
"
,
companyChargeTel
:
"
13792755216
"
,
companyChemical
:
0
,
companyChiefInspectorName
:
null
,
companyCity
:
"
威海市
"
,
companyCode
:
"
913710006137523870
"
,
companyCommunicationAddr
:
"
威海经济技术开发区香港路26号
"
,
companyCommunity
:
"
皇冠街道
"
,
companyCounty
:
"
威海经济技术开发区
"
,
companyDimOneIndustryName
:
"
制造业
"
,
companyDimTwoIndustryName
:
"
电气机械和器材制造业
"
,
companyDutyTel
:
""
,
companyEnclosureAddr
:
null
,
companyHasChiefInspector
:
null
,
companyHdLevel
:
"
一般隐患
"
,
companyId
:
18
,
companyImplementResponseList
:
null
,
companyIndustryName
:
"
工贸行业(含涉氨制冷)
"
,
companyInsertType
:
1
,
companyIntroduction
:
""
,
companyLat
:
"
37.418271
"
,
companyLng
:
"
122.171941
"
,
companyMainProduct
:
""
,
companyName
:
"
威海大宇电子有限公司
"
,
companyOvertimeExist
:
false
,
companyPeople
:
null
,
companyProvince
:
"
山东省
"
,
companyRawMaterial
:
""
,
companyRiskLevel
:
"
无风险
"
,
companySafetyStandard
:
null
,
companySecurityPer
:
"
于经理
"
,
companySecurityTel
:
"
13792755216
"
,
companyStatus
:
"
正常生产
"
,
companyTown
:
"
金城社区居委会
"
,
});
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
coms
.
push
({
companyBusinessNature
:
"
地毯的生产、销售;经营本企业(包括所属企业)生产的产品和相关技术的出口业务,经营本企业所需原辅材料、机械设备、仪器仪表,技术的进口业务,开展本企业对外合作生产、合资经营及“三来一补”业务;地毯的设计、铺装、维修服务。(依法须经批准的项目,经相关部门批准后方可开展经营活动)
"
,
companyChargePer
:
"
张波
"
,
companyChargeTel
:
"
5225880
"
,
companyChemical
:
0
,
companyChiefInspectorName
:
null
,
companyCity
:
"
威海市
"
,
companyCode
:
"
91371000166681010K
"
,
companyCommunicationAddr
:
"
威海市青岛南路329-6号
"
,
companyCommunity
:
"
凤林街道
"
,
companyCounty
:
"
威海经济技术开发区
"
,
companyDimOneIndustryName
:
"
制造业
"
,
companyDimTwoIndustryName
:
"
文教、工美、体育和娱乐用品制造业
"
,
companyDutyTel
:
""
,
companyEnclosureAddr
:
null
,
companyHasChiefInspector
:
null
,
companyHdLevel
:
"
一般隐患
"
,
companyId
:
71200
,
companyImplementResponseList
:
null
,
companyIndustryName
:
"
工贸行业(含涉氨制冷)
"
,
companyInsertType
:
1
,
companyIntroduction
:
""
,
companyLat
:
"
37.38667
"
,
companyLng
:
"
122.164882
"
,
companyMainProduct
:
""
,
companyName
:
"
威海海马地毯集团有限公司
"
,
companyOvertimeExist
:
false
,
companyPeople
:
null
,
companyProvince
:
"
山东省
"
,
companyRawMaterial
:
""
,
companyRiskLevel
:
"
无风险
"
,
companySafetyStandard
:
null
,
companySecurityPer
:
""
,
companySecurityTel
:
""
,
companyStatus
:
"
正常生产
"
,
companyTown
:
"
凤林顺和社区居委会
"
,
});
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
coms
.
push
({
companyBusinessNature
:
"
包装装潢印刷品印刷(有效期限以许可证为准)。(依法须经批准的项目,经相关部门批准后方可开展经营活动)
"
,
companyChargePer
:
"
刘严利
"
,
companyChargeTel
:
"
13963100876 5997978
"
,
companyChemical
:
0
,
companyChiefInspectorName
:
null
,
companyCity
:
"
威海市
"
,
companyCode
:
"
9137100077317896X7
"
,
companyCommunicationAddr
:
"
山东省威海市经济技术开发区珠海路-3-7号-101
"
,
companyCommunity
:
"
凤林街道
"
,
companyCounty
:
"
威海经济技术开发区
"
,
companyDimOneIndustryName
:
"
制造业
"
,
companyDimTwoIndustryName
:
"
印刷和记录媒介复制业
"
,
companyDutyTel
:
null
,
companyEnclosureAddr
:
null
,
companyHasChiefInspector
:
null
,
companyHdLevel
:
"
一般隐患
"
,
companyId
:
7856
,
companyImplementResponseList
:
null
,
companyIndustryName
:
"
工贸行业(含涉氨制冷)
"
,
companyInsertType
:
2
,
companyIntroduction
:
null
,
companyLat
:
"
37.409034
"
,
companyLng
:
"
122.166624
"
,
companyMainProduct
:
null
,
companyName
:
"
威海市金宇彩印有限公司
"
,
companyOvertimeExist
:
false
,
companyPeople
:
null
,
companyProvince
:
"
山东省
"
,
companyRawMaterial
:
null
,
companyRiskLevel
:
"
无风险
"
,
companySafetyStandard
:
null
,
companySecurityPer
:
null
,
companySecurityTel
:
null
,
companyStatus
:
"
正常生产
"
,
companyTown
:
"
凤林顺和社区居委会
"
,
});
for
(
let
k
=
0
;
k
<
this
.
dualSystemEnters
.
length
;
k
++
)
{
if
(
this
.
dualSystemEnters
[
k
].
industryName
===
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
indus
)
{
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
coms
.
push
(
this
.
dualSystemEnters
[
k
])
}
}
}
}
...
...
@@ -3833,202 +3830,12 @@ export default {
}
for
(
let
i
=
0
;
i
<
this
.
curDepartIndusEnters
.
length
;
i
++
)
{
for
(
let
j
=
0
;
j
<
this
.
curDepartIndusEnters
[
i
].
induses
.
length
;
j
++
)
{
if
(
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
indus
===
"
工贸行业(含涉氨制冷)
"
)
{
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
coms
.
push
({
companyBusinessNature
:
"
生产特种密封材料及高性能材料制品及其产品生产用模具的加工,销售本公司产品。(国家禁止项目除外,需经许可经营的,须凭有效的许可证经营)
"
,
companyChargePer
:
"
权俊一
"
,
companyChargeTel
:
"
13181880522
"
,
companyChemical
:
0
,
companyChiefInspectorName
:
null
,
companyCity
:
"
威海市
"
,
companyCode
:
"
91371000766668178F
"
,
companyCommunicationAddr
:
"
威海市经济技术开发区海埠路19号金海工业园
"
,
companyCommunity
:
"
皇冠街道
"
,
companyCounty
:
"
威海经济技术开发区
"
,
companyDimOneIndustryName
:
"
制造业
"
,
companyDimTwoIndustryName
:
"
专用设备制造业
"
,
companyDutyTel
:
""
,
companyEnclosureAddr
:
null
,
companyHasChiefInspector
:
null
,
companyHdLevel
:
"
一般隐患
"
,
companyId
:
29
,
companyImplementResponseList
:
null
,
companyIndustryName
:
"
工贸行业(含涉氨制冷)
"
,
companyInsertType
:
1
,
companyIntroduction
:
""
,
companyLat
:
"
37.445761
"
,
companyLng
:
"
122.216645
"
,
companyMainProduct
:
""
,
companyName
:
"
威海大庆特种材料制品有限公司
"
,
companyOvertimeExist
:
false
,
companyPeople
:
null
,
companyProvince
:
"
山东省
"
,
companyRawMaterial
:
""
,
companyRiskLevel
:
"
低风险
"
,
companySafetyStandard
:
null
,
companySecurityPer
:
"
王经理
"
,
companySecurityTel
:
"
13181880522
"
,
companyStatus
:
"
正常生产
"
,
companyTown
:
"
太阳城社区居委会
"
,
});
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
coms
.
push
({
companyBusinessNature
:
"
生产彩色显示器、计算机整机、彩色电视机及相关电子零部件,销售本企业产品并提供售后服务。(依法须经批准的项目,经相关部门批准后方可开展经营活动)
"
,
companyChargePer
:
"
张广平
"
,
companyChargeTel
:
"
13792755216
"
,
companyChemical
:
0
,
companyChiefInspectorName
:
null
,
companyCity
:
"
威海市
"
,
companyCode
:
"
913710006137523870
"
,
companyCommunicationAddr
:
"
威海经济技术开发区香港路26号
"
,
companyCommunity
:
"
皇冠街道
"
,
companyCounty
:
"
威海经济技术开发区
"
,
companyDimOneIndustryName
:
"
制造业
"
,
companyDimTwoIndustryName
:
"
电气机械和器材制造业
"
,
companyDutyTel
:
""
,
companyEnclosureAddr
:
null
,
companyHasChiefInspector
:
null
,
companyHdLevel
:
"
一般隐患
"
,
companyId
:
18
,
companyImplementResponseList
:
null
,
companyIndustryName
:
"
工贸行业(含涉氨制冷)
"
,
companyInsertType
:
1
,
companyIntroduction
:
""
,
companyLat
:
"
37.418271
"
,
companyLng
:
"
122.171941
"
,
companyMainProduct
:
""
,
companyName
:
"
威海大宇电子有限公司
"
,
companyOvertimeExist
:
false
,
companyPeople
:
null
,
companyProvince
:
"
山东省
"
,
companyRawMaterial
:
""
,
companyRiskLevel
:
"
无风险
"
,
companySafetyStandard
:
null
,
companySecurityPer
:
"
于经理
"
,
companySecurityTel
:
"
13792755216
"
,
companyStatus
:
"
正常生产
"
,
companyTown
:
"
金城社区居委会
"
,
});
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
coms
.
push
({
companyBusinessNature
:
"
地毯的生产、销售;经营本企业(包括所属企业)生产的产品和相关技术的出口业务,经营本企业所需原辅材料、机械设备、仪器仪表,技术的进口业务,开展本企业对外合作生产、合资经营及“三来一补”业务;地毯的设计、铺装、维修服务。(依法须经批准的项目,经相关部门批准后方可开展经营活动)
"
,
companyChargePer
:
"
张波
"
,
companyChargeTel
:
"
5225880
"
,
companyChemical
:
0
,
companyChiefInspectorName
:
null
,
companyCity
:
"
威海市
"
,
companyCode
:
"
91371000166681010K
"
,
companyCommunicationAddr
:
"
威海市青岛南路329-6号
"
,
companyCommunity
:
"
凤林街道
"
,
companyCounty
:
"
威海经济技术开发区
"
,
companyDimOneIndustryName
:
"
制造业
"
,
companyDimTwoIndustryName
:
"
文教、工美、体育和娱乐用品制造业
"
,
companyDutyTel
:
""
,
companyEnclosureAddr
:
null
,
companyHasChiefInspector
:
null
,
companyHdLevel
:
"
一般隐患
"
,
companyId
:
71200
,
companyImplementResponseList
:
null
,
companyIndustryName
:
"
工贸行业(含涉氨制冷)
"
,
companyInsertType
:
1
,
companyIntroduction
:
""
,
companyLat
:
"
37.38667
"
,
companyLng
:
"
122.164882
"
,
companyMainProduct
:
""
,
companyName
:
"
威海海马地毯集团有限公司
"
,
companyOvertimeExist
:
false
,
companyPeople
:
null
,
companyProvince
:
"
山东省
"
,
companyRawMaterial
:
""
,
companyRiskLevel
:
"
无风险
"
,
companySafetyStandard
:
null
,
companySecurityPer
:
""
,
companySecurityTel
:
""
,
companyStatus
:
"
正常生产
"
,
companyTown
:
"
凤林顺和社区居委会
"
,
});
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
coms
.
push
({
companyBusinessNature
:
"
包装装潢印刷品印刷,其他印刷品印刷。(依法须经批准的项目,经相关部门批准后方可开展经营活动)
"
,
companyChargePer
:
"
于佳渤
"
,
companyChargeTel
:
"
5997444
"
,
companyChemical
:
0
,
companyChiefInspectorName
:
null
,
companyCity
:
"
威海市
"
,
companyCode
:
"
913710007697129982
"
,
companyCommunicationAddr
:
"
威海经技区南曲阜村东
"
,
companyCommunity
:
"
西苑街道
"
,
companyCounty
:
"
威海经济技术开发区
"
,
companyDimOneIndustryName
:
"
制造业
"
,
companyDimTwoIndustryName
:
"
印刷和记录媒介复制业
"
,
companyDutyTel
:
null
,
companyEnclosureAddr
:
null
,
companyHasChiefInspector
:
null
,
companyHdLevel
:
"
一般隐患
"
,
companyId
:
9245
,
companyImplementResponseList
:
null
,
companyIndustryName
:
"
工贸行业(含涉氨制冷)
"
,
companyInsertType
:
2
,
companyIntroduction
:
null
,
companyLat
:
"
37.398033
"
,
companyLng
:
"
122.149619
"
,
companyMainProduct
:
null
,
companyName
:
"
威海锦佳印刷有限公司
"
,
companyOvertimeExist
:
false
,
companyPeople
:
null
,
companyProvince
:
"
山东省
"
,
companyRawMaterial
:
null
,
companyRiskLevel
:
"
无风险
"
,
companySafetyStandard
:
null
,
companySecurityPer
:
null
,
companySecurityTel
:
null
,
companyStatus
:
"
正常生产
"
,
companyTown
:
null
,
});
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
coms
.
push
({
companyBusinessNature
:
"
一般项目:第二类医疗器械销售;家用纺织制成品制造;针纺织品销售;家用电器制造;电子产品销售(除依法须经批准的项目外,凭营业执照依法自主开展经营活动)许可项目:第二类医疗器械生产;第三类医疗器械生产;第三类医疗器械经营;货物进出口;技术进出口(依法须经批准的项目,经相关部门批准后方可开展经营活动,具体经营项目以审批结果为准)
"
,
companyChargePer
:
"
周树帅
"
,
companyChargeTel
:
"
5995152
"
,
companyChemical
:
0
,
companyChiefInspectorName
:
null
,
companyCity
:
"
威海市
"
,
companyCode
:
"
91371000733711977A
"
,
companyCommunicationAddr
:
"
山东省威海市经济技术开发区环山路东、第四工业园地块三
"
,
companyCommunity
:
"
西苑街道
"
,
companyCounty
:
"
威海经济技术开发区
"
,
companyDimOneIndustryName
:
"
制造业
"
,
companyDimTwoIndustryName
:
"
计算机、通信和其他电子设备制造业
"
,
companyDutyTel
:
null
,
companyEnclosureAddr
:
null
,
companyHasChiefInspector
:
null
,
companyHdLevel
:
"
一般隐患
"
,
companyId
:
69655
,
companyImplementResponseList
:
null
,
companyIndustryName
:
"
工贸行业(含涉氨制冷)
"
,
companyInsertType
:
2
,
companyIntroduction
:
null
,
companyLat
:
"
37.392183
"
,
companyLng
:
"
122.143592
"
,
companyMainProduct
:
null
,
companyName
:
"
威海众恒医疗设备有限公司
"
,
companyOvertimeExist
:
false
,
companyPeople
:
null
,
companyProvince
:
"
山东省
"
,
companyRawMaterial
:
null
,
companyRiskLevel
:
"
无风险
"
,
companySafetyStandard
:
null
,
companySecurityPer
:
null
,
companySecurityTel
:
null
,
companyStatus
:
"
正常生产
"
,
companyTown
:
"
蒿泊汇成社区居委会
"
,
});
for
(
let
k
=
0
;
k
<
this
.
emergencyPlanEnters
.
length
;
k
++
)
{
if
(
this
.
emergencyPlanEnters
[
k
].
industryName
===
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
indus
)
{
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
coms
.
push
(
this
.
emergencyPlanEnters
[
k
]
)
}
}
}
}
...
...
@@ -4068,241 +3875,12 @@ export default {
}
for
(
let
i
=
0
;
i
<
this
.
curDepartIndusEnters
.
length
;
i
++
)
{
for
(
let
j
=
0
;
j
<
this
.
curDepartIndusEnters
[
i
].
induses
.
length
;
j
++
)
{
if
(
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
indus
===
"
工贸行业(含涉氨制冷)
"
)
{
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
coms
.
push
({
companyBusinessNature
:
"
生产特种密封材料及高性能材料制品及其产品生产用模具的加工,销售本公司产品。(国家禁止项目除外,需经许可经营的,须凭有效的许可证经营)
"
,
companyChargePer
:
"
权俊一
"
,
companyChargeTel
:
"
13181880522
"
,
companyChemical
:
0
,
companyChiefInspectorName
:
null
,
companyCity
:
"
威海市
"
,
companyCode
:
"
91371000766668178F
"
,
companyCommunicationAddr
:
"
威海市经济技术开发区海埠路19号金海工业园
"
,
companyCommunity
:
"
皇冠街道
"
,
companyCounty
:
"
威海经济技术开发区
"
,
companyDimOneIndustryName
:
"
制造业
"
,
companyDimTwoIndustryName
:
"
专用设备制造业
"
,
companyDutyTel
:
""
,
companyEnclosureAddr
:
null
,
companyHasChiefInspector
:
null
,
companyHdLevel
:
"
一般隐患
"
,
companyId
:
29
,
companyImplementResponseList
:
null
,
companyIndustryName
:
"
工贸行业(含涉氨制冷)
"
,
companyInsertType
:
1
,
companyIntroduction
:
""
,
companyLat
:
"
37.445761
"
,
companyLng
:
"
122.216645
"
,
companyMainProduct
:
""
,
companyName
:
"
威海大庆特种材料制品有限公司
"
,
companyOvertimeExist
:
false
,
companyPeople
:
null
,
companyProvince
:
"
山东省
"
,
companyRawMaterial
:
""
,
companyRiskLevel
:
"
低风险
"
,
companySafetyStandard
:
null
,
companySecurityPer
:
"
王经理
"
,
companySecurityTel
:
"
13181880522
"
,
companyStatus
:
"
正常生产
"
,
companyTown
:
"
太阳城社区居委会
"
,
});
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
coms
.
push
({
companyBusinessNature
:
"
生产彩色显示器、计算机整机、彩色电视机及相关电子零部件,销售本企业产品并提供售后服务。(依法须经批准的项目,经相关部门批准后方可开展经营活动)
"
,
companyChargePer
:
"
张广平
"
,
companyChargeTel
:
"
13792755216
"
,
companyChemical
:
0
,
companyChiefInspectorName
:
null
,
companyCity
:
"
威海市
"
,
companyCode
:
"
913710006137523870
"
,
companyCommunicationAddr
:
"
威海经济技术开发区香港路26号
"
,
companyCommunity
:
"
皇冠街道
"
,
companyCounty
:
"
威海经济技术开发区
"
,
companyDimOneIndustryName
:
"
制造业
"
,
companyDimTwoIndustryName
:
"
电气机械和器材制造业
"
,
companyDutyTel
:
""
,
companyEnclosureAddr
:
null
,
companyHasChiefInspector
:
null
,
companyHdLevel
:
"
一般隐患
"
,
companyId
:
18
,
companyImplementResponseList
:
null
,
companyIndustryName
:
"
工贸行业(含涉氨制冷)
"
,
companyInsertType
:
1
,
companyIntroduction
:
""
,
companyLat
:
"
37.418271
"
,
companyLng
:
"
122.171941
"
,
companyMainProduct
:
""
,
companyName
:
"
威海大宇电子有限公司
"
,
companyOvertimeExist
:
false
,
companyPeople
:
null
,
companyProvince
:
"
山东省
"
,
companyRawMaterial
:
""
,
companyRiskLevel
:
"
无风险
"
,
companySafetyStandard
:
null
,
companySecurityPer
:
"
于经理
"
,
companySecurityTel
:
"
13792755216
"
,
companyStatus
:
"
正常生产
"
,
companyTown
:
"
金城社区居委会
"
,
});
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
coms
.
push
({
companyBusinessNature
:
"
地毯的生产、销售;经营本企业(包括所属企业)生产的产品和相关技术的出口业务,经营本企业所需原辅材料、机械设备、仪器仪表,技术的进口业务,开展本企业对外合作生产、合资经营及“三来一补”业务;地毯的设计、铺装、维修服务。(依法须经批准的项目,经相关部门批准后方可开展经营活动)
"
,
companyChargePer
:
"
张波
"
,
companyChargeTel
:
"
5225880
"
,
companyChemical
:
0
,
companyChiefInspectorName
:
null
,
companyCity
:
"
威海市
"
,
companyCode
:
"
91371000166681010K
"
,
companyCommunicationAddr
:
"
威海市青岛南路329-6号
"
,
companyCommunity
:
"
凤林街道
"
,
companyCounty
:
"
威海经济技术开发区
"
,
companyDimOneIndustryName
:
"
制造业
"
,
companyDimTwoIndustryName
:
"
文教、工美、体育和娱乐用品制造业
"
,
companyDutyTel
:
""
,
companyEnclosureAddr
:
null
,
companyHasChiefInspector
:
null
,
companyHdLevel
:
"
一般隐患
"
,
companyId
:
71200
,
companyImplementResponseList
:
null
,
companyIndustryName
:
"
工贸行业(含涉氨制冷)
"
,
companyInsertType
:
1
,
companyIntroduction
:
""
,
companyLat
:
"
37.38667
"
,
companyLng
:
"
122.164882
"
,
companyMainProduct
:
""
,
companyName
:
"
威海海马地毯集团有限公司
"
,
companyOvertimeExist
:
false
,
companyPeople
:
null
,
companyProvince
:
"
山东省
"
,
companyRawMaterial
:
""
,
companyRiskLevel
:
"
无风险
"
,
companySafetyStandard
:
null
,
companySecurityPer
:
""
,
companySecurityTel
:
""
,
companyStatus
:
"
正常生产
"
,
companyTown
:
"
凤林顺和社区居委会
"
,
});
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
coms
.
push
({
companyBusinessNature
:
"
包装装潢印刷品印刷(有效期限以许可证为准)。(依法须经批准的项目,经相关部门批准后方可开展经营活动)
"
,
companyChargePer
:
"
刘严利
"
,
companyChargeTel
:
"
13963100876 5997978
"
,
companyChemical
:
0
,
companyChiefInspectorName
:
null
,
companyCity
:
"
威海市
"
,
companyCode
:
"
9137100077317896X7
"
,
companyCommunicationAddr
:
"
山东省威海市经济技术开发区珠海路-3-7号-101
"
,
companyCommunity
:
"
凤林街道
"
,
companyCounty
:
"
威海经济技术开发区
"
,
companyDimOneIndustryName
:
"
制造业
"
,
companyDimTwoIndustryName
:
"
印刷和记录媒介复制业
"
,
companyDutyTel
:
null
,
companyEnclosureAddr
:
null
,
companyHasChiefInspector
:
null
,
companyHdLevel
:
"
一般隐患
"
,
companyId
:
7856
,
companyImplementResponseList
:
null
,
companyIndustryName
:
"
工贸行业(含涉氨制冷)
"
,
companyInsertType
:
2
,
companyIntroduction
:
null
,
companyLat
:
"
37.409034
"
,
companyLng
:
"
122.166624
"
,
companyMainProduct
:
null
,
companyName
:
"
威海市金宇彩印有限公司
"
,
companyOvertimeExist
:
false
,
companyPeople
:
null
,
companyProvince
:
"
山东省
"
,
companyRawMaterial
:
null
,
companyRiskLevel
:
"
无风险
"
,
companySafetyStandard
:
null
,
companySecurityPer
:
null
,
companySecurityTel
:
null
,
companyStatus
:
"
正常生产
"
,
companyTown
:
"
凤林顺和社区居委会
"
,
});
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
coms
.
push
({
companyBusinessNature
:
"
包装装潢印刷品印刷,其他印刷品印刷。(依法须经批准的项目,经相关部门批准后方可开展经营活动)
"
,
companyChargePer
:
"
于佳渤
"
,
companyChargeTel
:
"
5997444
"
,
companyChemical
:
0
,
companyChiefInspectorName
:
null
,
companyCity
:
"
威海市
"
,
companyCode
:
"
913710007697129982
"
,
companyCommunicationAddr
:
"
威海经技区南曲阜村东
"
,
companyCommunity
:
"
西苑街道
"
,
companyCounty
:
"
威海经济技术开发区
"
,
companyDimOneIndustryName
:
"
制造业
"
,
companyDimTwoIndustryName
:
"
印刷和记录媒介复制业
"
,
companyDutyTel
:
null
,
companyEnclosureAddr
:
null
,
companyHasChiefInspector
:
null
,
companyHdLevel
:
"
一般隐患
"
,
companyId
:
9245
,
companyImplementResponseList
:
null
,
companyIndustryName
:
"
工贸行业(含涉氨制冷)
"
,
companyInsertType
:
2
,
companyIntroduction
:
null
,
companyLat
:
"
37.398033
"
,
companyLng
:
"
122.149619
"
,
companyMainProduct
:
null
,
companyName
:
"
威海锦佳印刷有限公司
"
,
companyOvertimeExist
:
false
,
companyPeople
:
null
,
companyProvince
:
"
山东省
"
,
companyRawMaterial
:
null
,
companyRiskLevel
:
"
无风险
"
,
companySafetyStandard
:
null
,
companySecurityPer
:
null
,
companySecurityTel
:
null
,
companyStatus
:
"
正常生产
"
,
companyTown
:
null
,
});
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
coms
.
push
({
companyBusinessNature
:
"
一般项目:第二类医疗器械销售;家用纺织制成品制造;针纺织品销售;家用电器制造;电子产品销售(除依法须经批准的项目外,凭营业执照依法自主开展经营活动)许可项目:第二类医疗器械生产;第三类医疗器械生产;第三类医疗器械经营;货物进出口;技术进出口(依法须经批准的项目,经相关部门批准后方可开展经营活动,具体经营项目以审批结果为准)
"
,
companyChargePer
:
"
周树帅
"
,
companyChargeTel
:
"
5995152
"
,
companyChemical
:
0
,
companyChiefInspectorName
:
null
,
companyCity
:
"
威海市
"
,
companyCode
:
"
91371000733711977A
"
,
companyCommunicationAddr
:
"
山东省威海市经济技术开发区环山路东、第四工业园地块三
"
,
companyCommunity
:
"
西苑街道
"
,
companyCounty
:
"
威海经济技术开发区
"
,
companyDimOneIndustryName
:
"
制造业
"
,
companyDimTwoIndustryName
:
"
计算机、通信和其他电子设备制造业
"
,
companyDutyTel
:
null
,
companyEnclosureAddr
:
null
,
companyHasChiefInspector
:
null
,
companyHdLevel
:
"
一般隐患
"
,
companyId
:
69655
,
companyImplementResponseList
:
null
,
companyIndustryName
:
"
工贸行业(含涉氨制冷)
"
,
companyInsertType
:
2
,
companyIntroduction
:
null
,
companyLat
:
"
37.392183
"
,
companyLng
:
"
122.143592
"
,
companyMainProduct
:
null
,
companyName
:
"
威海众恒医疗设备有限公司
"
,
companyOvertimeExist
:
false
,
companyPeople
:
null
,
companyProvince
:
"
山东省
"
,
companyRawMaterial
:
null
,
companyRiskLevel
:
"
无风险
"
,
companySafetyStandard
:
null
,
companySecurityPer
:
null
,
companySecurityTel
:
null
,
companyStatus
:
"
正常生产
"
,
companyTown
:
"
蒿泊汇成社区居委会
"
,
});
for
(
let
k
=
0
;
k
<
this
.
standardization
.
length
;
k
++
)
{
if
(
this
.
standardization
[
k
].
industryName
===
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
indus
)
{
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
coms
.
push
(
this
.
standardization
[
k
]
)
}
}
}
}
...
...
@@ -11614,165 +11192,10 @@ export default {
}
for
(
let
i
=
0
;
i
<
this
.
curDepartIndusEnters
.
length
;
i
++
)
{
for
(
let
j
=
0
;
j
<
this
.
curDepartIndusEnters
[
i
].
induses
.
length
;
j
++
)
{
if
(
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
indus
===
"
城市建设
"
)
{
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
coms
.
push
({
companyBusinessNature
:
"
一般项目:承接总公司工程建设业务;园林绿化工程施工;土石方工程施工;对外承包工程;家具安装和维修服务(除依法须经批准的项目外,凭营业执照依法自主开展经营活动)许可项目:房屋建筑和市政基础设施项目工程总承包;各类工程建设活动;住宅室内装饰装修;施工专业作业(依法须经批准的项目,经相关部门批准后方可开展经营活动,具体经营项目以审批结果为准)
"
,
companyChargePer
:
"
杜新德
"
,
companyChargeTel
:
"
5203488
"
,
companyChemical
:
null
,
companyChiefInspectorName
:
null
,
companyCity
:
"
威海市
"
,
companyCode
:
"
91371000863103363K
"
,
companyCommunicationAddr
:
"
威海经技区皇冠花园5号楼602室
"
,
companyCommunity
:
"
皇冠街道
"
,
companyCounty
:
"
威海经济技术开发区
"
,
companyDimOneIndustryName
:
"
建筑业
"
,
companyDimTwoIndustryName
:
null
,
companyDutyTel
:
null
,
companyEnclosureAddr
:
null
,
companyHasChiefInspector
:
null
,
companyHdLevel
:
"
无隐患
"
,
companyId
:
9109
,
companyImplementResponseList
:
null
,
companyIndustryName
:
"
城市建设
"
,
companyInsertType
:
2
,
companyIntroduction
:
null
,
companyLat
:
null
,
companyLng
:
null
,
companyMainProduct
:
null
,
companyName
:
"
山东相广建筑装饰工程有限公司
"
,
companyOvertimeExist
:
false
,
companyPeople
:
null
,
companyProvince
:
"
山东省
"
,
companyRawMaterial
:
null
,
companyRiskLevel
:
"
无风险
"
,
companySafetyStandard
:
null
,
companySecurityPer
:
null
,
companySecurityTel
:
null
,
companyStatus
:
null
,
companyTown
:
null
,
});
for
(
let
k
=
0
;
k
<
this
.
dangerWorkRecord
.
length
;
k
++
)
{
if
(
this
.
dangerWorkRecord
[
k
].
industryName
===
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
indus
)
{
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
coms
.
push
(
this
.
dangerWorkRecord
[
k
])
}
if
(
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
indus
===
"
工贸行业(含涉氨制冷)
"
)
{
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
coms
.
push
({
companyBusinessNature
:
"
汽车电线、汽车波纹管、汽车线束及配件的研发、生产和销售;以及相关技术产品的进出口业务。(以上商品进出口不涉及国营贸易、进出口配额,依法须经批准的项目,经相关部门批准后方可开展经营活动,有效期以许可证为准)
"
,
companyChargePer
:
"
张太瀚
"
,
companyChargeTel
:
"
18463137775
"
,
companyChemical
:
0
,
companyChiefInspectorName
:
null
,
companyCity
:
"
威海市
"
,
companyCode
:
"
913710003216275172
"
,
companyCommunicationAddr
:
"
山东省威海市经济技术开发区国泰路-106-1号
"
,
companyCommunity
:
"
凤林街道
"
,
companyCounty
:
"
威海经济技术开发区
"
,
companyDimOneIndustryName
:
"
批发和零售业
"
,
companyDimTwoIndustryName
:
"
批发业
"
,
companyDutyTel
:
""
,
companyEnclosureAddr
:
null
,
companyHasChiefInspector
:
null
,
companyHdLevel
:
"
一般隐患
"
,
companyId
:
71152
,
companyImplementResponseList
:
null
,
companyIndustryName
:
"
工贸行业(含涉氨制冷)
"
,
companyInsertType
:
1
,
companyIntroduction
:
""
,
companyLat
:
"
37.412201
"
,
companyLng
:
"
122.161121
"
,
companyMainProduct
:
""
,
companyName
:
"
威海新元化工有限公司
"
,
companyOvertimeExist
:
false
,
companyPeople
:
null
,
companyProvince
:
"
山东省
"
,
companyRawMaterial
:
""
,
companyRiskLevel
:
"
无风险
"
,
companySafetyStandard
:
null
,
companySecurityPer
:
""
,
companySecurityTel
:
""
,
companyStatus
:
"
正常生产
"
,
companyTown
:
"
新都花园居委会
"
,
});
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
coms
.
push
({
companyBusinessNature
:
""
,
companyChargePer
:
"
负责人
"
,
companyChargeTel
:
"
5982368
"
,
companyChemical
:
0
,
companyChiefInspectorName
:
null
,
companyCity
:
"
威海市
"
,
companyCode
:
"
91371002720796326A
"
,
companyCommunicationAddr
:
""
,
companyCommunity
:
"
泊于镇
"
,
companyCounty
:
"
威海经济技术开发区
"
,
companyDimOneIndustryName
:
"
批发和零售业
"
,
companyDimTwoIndustryName
:
"
零售业
"
,
companyDutyTel
:
""
,
companyEnclosureAddr
:
null
,
companyHasChiefInspector
:
null
,
companyHdLevel
:
"
无隐患
"
,
companyId
:
71490
,
companyImplementResponseList
:
null
,
companyIndustryName
:
"
工贸行业(含涉氨制冷)
"
,
companyInsertType
:
1
,
companyIntroduction
:
""
,
companyLat
:
"
37.377414
"
,
companyLng
:
"
122.35613
"
,
companyMainProduct
:
""
,
companyName
:
"
威海泰能贸易有限公司
"
,
companyOvertimeExist
:
false
,
companyPeople
:
null
,
companyProvince
:
"
山东省
"
,
companyRawMaterial
:
""
,
companyRiskLevel
:
"
无风险
"
,
companySafetyStandard
:
null
,
companySecurityPer
:
""
,
companySecurityTel
:
""
,
companyStatus
:
"
正常生产
"
,
companyTown
:
""
,
});
}
if
(
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
indus
===
"
医药制造业
"
)
{
this
.
curDepartIndusEnters
[
i
].
induses
[
j
].
coms
.
push
({
companyBusinessNature
:
""
,
companyChargePer
:
"
刘杨
"
,
companyChargeTel
:
"
13287870719
"
,
companyChemical
:
0
,
companyChiefInspectorName
:
null
,
companyCity
:
"
威海市
"
,
companyCode
:
"
9137100006735839X5
"
,
companyCommunicationAddr
:
""
,
companyCommunity
:
"
凤林街道
"
,
companyCounty
:
"
威海经济技术开发区
"
,
companyDimOneIndustryName
:
"
制造业
"
,
companyDimTwoIndustryName
:
"
医药制造业
"
,
companyDutyTel
:
""
,
companyEnclosureAddr
:
null
,
companyHasChiefInspector
:
null
,
companyHdLevel
:
"
无隐患
"
,
companyId
:
71491
,
companyImplementResponseList
:
null
,
companyIndustryName
:
"
一般化工行业
"
,
companyInsertType
:
1
,
companyIntroduction
:
""
,
companyLat
:
"
37.40508
"
,
companyLng
:
"
122.171348
"
,
companyMainProduct
:
""
,
companyName
:
"
威海松龄诺可佳中药饮片股份有限公司
"
,
companyOvertimeExist
:
false
,
companyPeople
:
null
,
companyProvince
:
"
山东省
"
,
companyRawMaterial
:
""
,
companyRiskLevel
:
"
无风险
"
,
companySafetyStandard
:
null
,
companySecurityPer
:
""
,
companySecurityTel
:
""
,
companyStatus
:
"
正常生产
"
,
companyTown
:
""
,
});
}
}
}
...
...
@@ -12572,65 +11995,10 @@ export default {
return
;
}
if
(
this
.
mapActiveIndex
===
5
)
{
console
.
log
(
item
,
"
enterClick enterClick Danger Danegr Danger
"
)
this
.
isShowDangerList
=
true
;
this
.
curSelectDangerIndex
=
-
1
;
if
(
item
.
companyName
===
"
威海新元化工有限公司
"
)
{
this
.
dangers
=
[];
this
.
dangers
.
push
({
name
:
"
2021年三氟丙烯设备检修
"
,
date
:
"
09月19日-09月24日
"
,
content
:
"
1.设备及管道的吹扫、置换;
\n
2.拆卸封头、人孔、附属管道阀门;
\n
3.HF分离塔(釜)、HCl分离塔(釜)、脱气塔(釜)、精馏塔(釜)、TFP干燥器*2、HF相分离器、HF称重计量罐等设备拆卸封头、打磨焊口;
\n
4.配合特检院进行设备检验;
\n
5.检完后的设备恢复以及试压检查
"
,
analysis
:
"
临时用电作业:使用角磨机等电气设备,存在触电风险。
\n
动火作业:打磨焊口,存在火灾风险。
\n
受限空间作业:进入釜内打磨焊口,配合特检院完成设备检验,存在中毒和窒息风险。
\n
"
,
operator
:
"
1.现场消防器材齐全,应急救援器材齐全。
\n
2.作业人员劳动防护用品佩戴齐全。
\n
3.作业前对设备、管道进行吹扫、清洗、置换,作业前进行检测。
\n
4.根据特殊作业规定,作业前开具合格的作业票证。
\n
5.对作业人员进行培训和技术交底,专人监护。
"
,
});
}
if
(
item
.
companyName
===
"
山东相广建筑装饰工程有限公司
"
)
{
this
.
dangers
=
[];
this
.
dangers
.
push
({
name
:
"
市区19站罩棚灯更换工程
"
,
date
:
"
4月22日-4月24日
"
,
content
:
"
罩棚灯更换
"
,
analysis
:
"
高处作业
"
,
operator
:
"
正确佩戴安全帽(帝有“LA”和“S”安全防护标志)。高处作业安全带(双挂钩安全带’高挂低用,安全帽在有效期内。材料利用安全绳上下传递,并有牢靠防滑措施。施工用各类脚手架等安全防护设施完整、可靠,安全标志醛目。
"
,
});
this
.
dangers
.
push
({
name
:
"
市区39站便利店防水工程
"
,
date
:
"
4月8号-4月9号
"
,
content
:
"
便利店屋顶防水
"
,
analysis
:
"
高处作业,防止高处坠落,用火作业,防止火灾
"
,
operator
:
"
正确佩戴安全帽(带有“LA”和“S”安全防护标志),高处作业安全带(双挂钩安全带]高挂低用,安全帽在有效期内。材科利用安全绳上下传递,并有牢靠防滑措施。施工用各类脚手架等安全防护设施完整、可靠,安全标志醒目。
"
,
});
}
if
(
item
.
companyName
===
"
威海泰能贸易有限公司
"
)
{
this
.
dangers
=
[];
this
.
dangers
.
push
({
name
:
"
开工检查
"
,
date
:
"
2月19日至2月19日
"
,
content
:
"
对组织人员对厂区重点位(各储罐)设备设泡及危化品运行车辆进行安全检查,发现间题及时检旅,保证安全正常开工
"
,
analysis
:
"
1、罐区管道连按、阀门有漏点易造成涟涌、火灾爆炸、中毒事故:2、员工安全意识不到位易造成人体伤害等事故
"
,
operator
:
"
1.值班人员值班检查
\n
2.开工安全培训到位
\n
3.开工前厂区安全检查
\n
4.消防设雄设备配备齐全、有效
\n
5.劳保用品及防护用品齐全6应急安全设备齐全、有效
"
,
});
}
if
(
item
.
companyName
===
"
威海松龄诺可佳中药饮片股份有限公司
"
)
{
this
.
dangers
=
[];
this
.
dangers
.
push
({
name
:
"
开工
"
,
date
:
"
2021年2月19
"
,
content
:
"
开工复工作业
"
,
analysis
:
"
1.设备长时间停用,是否运转正常;
\n
2.消防设施是否正常;
\n
3.分汽缸安全阀、压力表是否正常;4.配电室各电器部件是否正常。
"
,
operator
:
"
1.设备启动前手动或点动运转,查看是否正常;
\n
2.检查各消防设施是否能正常使用;
\n
3.检查分汽缸安全阀、压力表是否正常;
\n
4.检查配电室各电器部件是否正常。
"
,
});
}
this
.
dangers
=
[...
item
.
dangers
]
return
;
}
if
(
this
.
mapActiveIndex
===
7
)
{
...
...
@@ -12638,145 +12006,157 @@ export default {
this
.
isShowCertifyList
=
true
;
this
.
curSelectCertifyIndex
=
-
1
;
this
.
certifies
=
[];
//
判断当前的企业
//
双体系
if
(
this
.
isCurCertifyIndex
===
1
)
{
if
(
item
.
companyName
===
"
威海大庆特种材料制品有限公司
"
)
{
this
.
certifies
=
[
{
filePath
:
"
https://8.143.198.78/certify1/威海大庆特种材料制作有限公司-双体系.pdf
"
,
},
];
}
if
(
item
.
companyName
===
"
威海大宇电子有限公司
"
)
{
this
.
certifies
=
[
{
filePath
:
"
https://8.143.198.78/certify1/威海大宇电子有限公司-双体系.jpg
"
,
},
];
}
if
(
item
.
companyName
===
"
威海海马地毯集团有限公司
"
)
{
this
.
certifies
=
[
{
filePath
:
"
https://8.143.198.78/certify1/威海海马地毯集团有限公司-双体系1.pdf
"
,
},
{
filePath
:
"
https://8.143.198.78/certify1/威海海马地毯集团有限公司-双体系2.pdf
"
,
},
];
}
if
(
item
.
companyName
===
"
威海市金宇彩印有限公司
"
)
{
this
.
certifies
=
[
{
filePath
:
"
https://8.143.198.78/certify1/威海市金宇彩印有限公司-双体系1.jpg
"
,
},
{
filePath
:
"
https://8.143.198.78/certify1/威海市金宇彩印有限公司-双体系2.jpg
"
,
},
];
}
this
.
certifies
=
item
.
certifies
}
// 应急预案
if
(
this
.
isCurCertifyIndex
===
2
)
{
if
(
item
.
companyName
===
"
威海大庆特种材料制品有限公司
"
)
{
this
.
certifies
=
[
{
filePath
:
"
https://8.143.198.78/certify3/威海大庆特种材料制品有限公司-应急预案.pdf
"
,
},
];
}
if
(
item
.
companyName
===
"
威海大宇电子有限公司
"
)
{
this
.
certifies
=
[
{
filePath
:
"
https://8.143.198.78/certify3/威海大宇电子有限公司-应急预案.jpg
"
,
},
];
}
if
(
item
.
companyName
===
"
威海海马地毯集团有限公司
"
)
{
this
.
certifies
=
[
{
filePath
:
"
https://8.143.198.78/certify3/威海海马地毯集团有限公司-应急预案.pdf
"
,
},
];
}
if
(
item
.
companyName
===
"
威海锦佳印刷有限公司
"
)
{
this
.
certifies
=
[
{
filePath
:
"
https://8.143.198.78/certify3/威海锦佳印刷有限公司-应急预案.jpg
"
,
},
];
}
if
(
item
.
companyName
===
"
威海众恒医疗设备有限公司
"
)
{
this
.
certifies
=
[
{
filePath
:
"
https://8.143.198.78/certify3/威海众恒医疗设备有限公司-应急预案.jpg
"
,
},
];
}
this
.
certifies
=
item
.
certifies
}
// 标准化
if
(
this
.
isCurCertifyIndex
===
3
)
{
if
(
item
.
companyName
===
"
威海大庆特种材料制品有限公司
"
)
{
this
.
certifies
=
[
{
filePath
:
"
https://8.143.198.78/certify2/威海大庆特种材料制品有限公司-标准化.pdf
"
,
},
];
}
if
(
item
.
companyName
===
"
威海大宇电子有限公司
"
)
{
this
.
certifies
=
[
{
filePath
:
"
https://8.143.198.78/certify2/威海大宇电子有限公司-标准化.jpg
"
,
},
];
}
if
(
item
.
companyName
===
"
威海海马地毯集团有限公司
"
)
{
this
.
certifies
=
[
{
filePath
:
"
https://8.143.198.78/certify2/威海海马地毯集团有限公司-标准化.pdf
"
,
},
];
}
if
(
item
.
companyName
===
"
威海锦佳印刷有限公司
"
)
{
this
.
certifies
=
[
{
filePath
:
"
https://8.143.198.78/certify2/威海锦佳印刷有限公司-标准化.jpg
"
,
},
];
}
if
(
item
.
companyName
===
"
威海市金宇彩印有限公司
"
)
{
this
.
certifies
=
[
{
filePath
:
"
https://8.143.198.78/certify2/威海市金宇彩印有限公司-标准化.jpg
"
,
},
];
}
if
(
item
.
companyName
===
"
威海众恒医疗设备有限公司
"
)
{
this
.
certifies
=
[
{
filePath
:
"
https://8.143.198.78/certify2/威海众恒医疗设备有限公司-标准化1.jpg
"
,
},
{
filePath
:
"
https://8.143.198.78/certify2/威海众恒医疗设备有限公司-标准化2.jpg
"
,
},
];
}
this
.
certifies
=
item
.
certifies
}
// 判断当前的企业
// if (this.isCurCertifyIndex === 1) {
// if (item.companyName === "威海大庆特种材料制品有限公司") {
// this.certifies = [
// {
// filePath:
// "https://8.143.198.78/certify1/威海大庆特种材料制作有限公司-双体系.pdf",
// },
// ];
// }
// if (item.companyName === "威海大宇电子有限公司") {
// this.certifies = [
// {
// filePath:
// "https://8.143.198.78/certify1/威海大宇电子有限公司-双体系.jpg",
// },
// ];
// }
// if (item.companyName === "威海海马地毯集团有限公司") {
// this.certifies = [
// {
// filePath:
// "https://8.143.198.78/certify1/威海海马地毯集团有限公司-双体系1.pdf",
// },
// {
// filePath:
// "https://8.143.198.78/certify1/威海海马地毯集团有限公司-双体系2.pdf",
// },
// ];
// }
// if (item.companyName === "威海市金宇彩印有限公司") {
// this.certifies = [
// {
// filePath:
// "https://8.143.198.78/certify1/威海市金宇彩印有限公司-双体系1.jpg",
// },
// {
// filePath:
// "https://8.143.198.78/certify1/威海市金宇彩印有限公司-双体系2.jpg",
// },
// ];
// }
// }
// if (this.isCurCertifyIndex === 2) {
// if (item.companyName === "威海大庆特种材料制品有限公司") {
// this.certifies = [
// {
// filePath:
// "https://8.143.198.78/certify3/威海大庆特种材料制品有限公司-应急预案.pdf",
// },
// ];
// }
// if (item.companyName === "威海大宇电子有限公司") {
// this.certifies = [
// {
// filePath:
// "https://8.143.198.78/certify3/威海大宇电子有限公司-应急预案.jpg",
// },
// ];
// }
// if (item.companyName === "威海海马地毯集团有限公司") {
// this.certifies = [
// {
// filePath:
// "https://8.143.198.78/certify3/威海海马地毯集团有限公司-应急预案.pdf",
// },
// ];
// }
// if (item.companyName === "威海锦佳印刷有限公司") {
// this.certifies = [
// {
// filePath:
// "https://8.143.198.78/certify3/威海锦佳印刷有限公司-应急预案.jpg",
// },
// ];
// }
// if (item.companyName === "威海众恒医疗设备有限公司") {
// this.certifies = [
// {
// filePath:
// "https://8.143.198.78/certify3/威海众恒医疗设备有限公司-应急预案.jpg",
// },
// ];
// }
// }
// if (this.isCurCertifyIndex === 3) {
// if (item.companyName === "威海大庆特种材料制品有限公司") {
// this.certifies = [
// {
// filePath:
// "https://8.143.198.78/certify2/威海大庆特种材料制品有限公司-标准化.pdf",
// },
// ];
// }
// if (item.companyName === "威海大宇电子有限公司") {
// this.certifies = [
// {
// filePath:
// "https://8.143.198.78/certify2/威海大宇电子有限公司-标准化.jpg",
// },
// ];
// }
// if (item.companyName === "威海海马地毯集团有限公司") {
// this.certifies = [
// {
// filePath:
// "https://8.143.198.78/certify2/威海海马地毯集团有限公司-标准化.pdf",
// },
// ];
// }
// if (item.companyName === "威海锦佳印刷有限公司") {
// this.certifies = [
// {
// filePath:
// "https://8.143.198.78/certify2/威海锦佳印刷有限公司-标准化.jpg",
// },
// ];
// }
// if (item.companyName === "威海市金宇彩印有限公司") {
// this.certifies = [
// {
// filePath:
// "https://8.143.198.78/certify2/威海市金宇彩印有限公司-标准化.jpg",
// },
// ];
// }
// if (item.companyName === "威海众恒医疗设备有限公司") {
// this.certifies = [
// {
// filePath:
// "https://8.143.198.78/certify2/威海众恒医疗设备有限公司-标准化1.jpg",
// },
// {
// filePath:
// "https://8.143.198.78/certify2/威海众恒医疗设备有限公司-标准化2.jpg",
// },
// ];
// }
// }
return
;
}
...
...
@@ -13006,12 +12386,14 @@ export default {
});
},
certifyClick
(
item
,
index
)
{
console
.
log
(
"
进来了吗
"
,
item
,
index
,
"
certifyClick
"
);
console
.
log
(
"
进来了吗
"
,
item
,
index
,
this
.
certifies
,
"
certifyClick
"
);
this
.
curSelectCertifyIndex
=
index
;
// certifyClick
this
.
isCurCertifyPdfFile
=
false
if
(
this
.
certifies
[
this
.
curSelectCertifyIndex
].
filePath
.
indexOf
(
"
.pdf
"
)
>
0
)
{
this
.
isCurCertifyPdfFile
=
true
console
.
log
(
"
进来了吗, loadingTask loadingTask
"
);
this
.
loadingTask
=
pdf
.
createLoadingTask
(
this
.
certifies
[
this
.
curSelectCertifyIndex
].
filePath
...
...
@@ -18931,6 +18313,19 @@ html {
animation
:
bowen
2s
infinite
linear
;
}
}
.danger-record-wrapper
{
width
:
80%
;
height
:
800px
;
overflow-y
:scroll
;
margin
:
30px
auto
;
&
:
:-
webkit-scrollbar
{
display
:
none
;
}
.img-record-wrapper
{
width
:
100%
;
}
}
/* #filterclick {
position: absolute;
left: 0;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment