Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
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
TFMOM
TF-MOM-WEB
Commits
5baf984b
Commit
5baf984b
authored
Jul 26, 2023
by
xioln
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入库检验流程下载PDF
parent
4f60e698
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
equipmenCheckNo.vue
...ts/JobResponseInTestProcess/component/equipmenCheckNo.vue
+3
-1
materialCheckNo.vue
...ts/JobResponseInTestProcess/component/materialCheckNo.vue
+3
-1
outSourceCheckNo.vue
...s/JobResponseInTestProcess/component/outSourceCheckNo.vue
+3
-1
No files found.
applications/dee-mes/src/privateComponents/components/JobResponseInTestProcess/component/equipmenCheckNo.vue
View file @
5baf984b
...
...
@@ -345,7 +345,9 @@ export default {
})
},
savePDF
()
{
this
.
$api
.
apiDownloadFile
(
`JobResponseInTest/download/pdf?id=
${
this
.
jobResponseInTestData
.
id
}
&billType=AirEquipment`
)
this
.
$api
.
apiDownloadFile
(
`JobResponseInTest/download/pdf?id=
${
this
.
jobResponseInTestData
.
id
}
&billType=AirEquipment`
).
then
((
res
)
=>
{
this
.
$utils
.
downLoadFile
(
res
,
'机载系统设备验收单.pdf'
)
})
}
}
}
...
...
applications/dee-mes/src/privateComponents/components/JobResponseInTestProcess/component/materialCheckNo.vue
View file @
5baf984b
...
...
@@ -875,7 +875,9 @@ export default {
// })
// },
savePDF
()
{
this
.
$api
.
apiDownloadFile
(
`JobResponseInTest/download/pdf?id=
${
this
.
jobResponseInTestData
.
id
}
&billType=Material`
)
this
.
$api
.
apiDownloadFile
(
`JobResponseInTest/download/pdf?id=
${
this
.
jobResponseInTestData
.
id
}
&billType=Material`
).
then
((
res
)
=>
{
this
.
$utils
.
downLoadFile
(
res
,
'器材验收单.pdf'
)
})
},
viewDialog
()
{
},
onSubmit
()
{
...
...
applications/dee-mes/src/privateComponents/components/JobResponseInTestProcess/component/outSourceCheckNo.vue
View file @
5baf984b
...
...
@@ -317,7 +317,9 @@ export default {
})
},
savePDF
()
{
this
.
$api
.
apiDownloadFile
(
`JobResponseInTest/download/pdf?id=
${
this
.
jobResponseInTestData
.
id
}
&billType=OutSource`
)
this
.
$api
.
apiDownloadFile
(
`JobResponseInTest/download/pdf?id=
${
this
.
jobResponseInTestData
.
id
}
&billType=OutSource`
).
then
((
res
)
=>
{
this
.
$utils
.
downLoadFile
(
res
,
'外包产品验收单.pdf'
)
})
}
}
}
...
...
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