Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
87f7f22f
authored
2023-08-31 09:24:48 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:证书领取查询
1 parent
9205d969
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
src/views/workflow/components/dialog/zsyl.vue
src/views/zhcx/zslqcx/zslqcx.vue
src/views/workflow/components/dialog/zsyl.vue
View file @
87f7f22
...
...
@@ -90,9 +90,13 @@
if
(
res
.
code
==
200
)
{
this
.
noData
=
true
if
(
res
.
result
&&
res
.
result
.
length
>
0
)
{
this
.
activeName
=
res
.
result
[
0
].
bsmBdcqz
this
.
bdcqz
=
res
.
result
[
0
]
this
.
headTabBdcqz
=
res
.
result
if
(
this
.
formData
.
bsmBdcqz
)
{
this
.
activeName
=
this
.
formData
.
bsmBdcqz
}
else
{
this
.
activeName
=
res
.
result
[
0
].
bsmBdcqz
}
if
(
this
.
bdcqz
.
bdcqzlx
==
1
)
{
this
.
drawTextOnImage
()
}
else
{
...
...
src/views/zhcx/zslqcx/zslqcx.vue
View file @
87f7f22
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-
10 14:05:49
* @LastEditTime: 2023-08-
31 09:24:28
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -108,7 +108,8 @@
bdcqzPreview
(
item
).
then
(
res
=>
{
this
.
$endLoading
()
this
.
$popupDialog
(
"证书预览"
,
"workflow/components/dialog/zsyl"
,
{
bsmSlsq
:
item
.
bsmSlsq
bsmSlsq
:
item
.
bsmSlsq
,
bsmBdcqz
:
item
.
bsmBdcqz
},
'1210px'
,
true
)
})
}
...
...
Please
register
or
sign in
to post a comment