Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zhengyuan-danger-chemistry-manage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
耿迪迪
zhengyuan-danger-chemistry-manage
Commits
ca2c46fd
Commit
ca2c46fd
authored
Nov 14, 2022
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
作业单详情 gengdidi
parent
40119f34
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
NewWorkPermitDetail.vue
...-web/src/components/DangerousMark/NewWorkPermitDetail.vue
+16
-1
No files found.
danger-manage-web/src/components/DangerousMark/NewWorkPermitDetail.vue
View file @
ca2c46fd
...
...
@@ -117,6 +117,16 @@
:workPermitId =
"item.workPermitId"
:licenceNum =
"item.licenceNum"
applyStatus=
"4"
/>
<HeightWork
v-if=
"item.specialWorkType == 'heightWork'"
:ref=
"item.specialWorkType"
:workPermitId =
"item.workPermitId"
:licenceNum =
"item.licenceNum"
applyStatus=
"4"
/>
<BreakGround
v-if=
"item.specialWorkType == 'breakGround'"
:ref=
"item.specialWorkType"
:workPermitId =
"item.workPermitId"
:licenceNum =
"item.licenceNum"
applyStatus=
"4"
/>
</div>
</div>
...
...
@@ -129,13 +139,17 @@
import
NewEsign
from
"@/components/SaftyWork/NewEsign"
;
import
FlareUp
from
"@/components/NewSaftyWork/FlareUp"
;
import
BlindPlate
from
"@/components/NewSaftyWork/BlindPlate"
;
import
HeightWork
from
"@/components/NewSaftyWork/HeightWork"
;
import
BreakGround
from
"@/components/NewSaftyWork/BreakGround"
;
import
{
getSpecialWorkPermitByWorkPermitId
}
from
"@/api/workPermit/specialPermit"
;
import
{
listSign
}
from
"@/api/workPermit/workPermitSign"
;
export
default
{
components
:
{
NewEsign
,
FlareUp
,
BlindPlate
BlindPlate
,
HeightWork
,
BreakGround
},
name
:
"new-work-permit-detail"
,
props
:{
...
...
@@ -252,6 +266,7 @@
specialWorkPermit
(){
getSpecialWorkPermitByWorkPermitId
({
workPermitId
:
this
.
certificateData
.
workPermitId
}).
then
(
res
=>
{
this
.
specialWorkPermits
=
res
.
data
.
specialWorkPermits
;
console
.
log
(
"fffffff---"
,
this
.
specialWorkPermits
)
for
(
let
key
in
this
.
specialWorkPermits
){
this
.
$nextTick
(()
=>
{
listSign
({
pageNum
:
1
,
pageSize
:
99999
,
permitId
:
this
.
specialWorkPermits
[
key
].
specialWorkPermitId
}).
then
(
res
=>
{
...
...
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