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
f6743875
authored
2023-08-31 09:21:50 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:证书领取
1 parent
24661287
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
7 deletions
src/views/workflow/components/dialog/zsyl.vue
src/views/ywbl/dbx/dbx.vue
src/views/zhcx/zslqcx/zslqcx.vue
src/views/workflow/components/dialog/zsyl.vue
View file @
f674387
...
...
@@ -54,7 +54,6 @@
ruleForm
:
{
bsmBdcqz
:
''
,
szmc
:
'不动产权证书'
,
bsmBdcqz
:
''
,
szzh
:
''
,
ysxlh
:
''
,
},
...
...
@@ -69,6 +68,7 @@
//从按钮进入
this
.
getHeadTabBdcqz
();
}
},
methods
:
{
/**
...
...
@@ -93,6 +93,9 @@
this
.
activeName
=
res
.
result
[
0
].
bsmBdcqz
this
.
bdcqz
=
res
.
result
[
0
]
this
.
headTabBdcqz
=
res
.
result
if
(
this
.
formData
.
bsmBdcqz
)
{
this
.
activeName
=
this
.
formData
.
bsmBdcqz
}
if
(
this
.
bdcqz
.
bdcqzlx
==
1
)
{
this
.
drawTextOnImage
()
}
else
{
...
...
src/views/ywbl/dbx/dbx.vue
View file @
f674387
...
...
@@ -349,7 +349,7 @@
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
/
deep
/
.back
{
/
deep
/
.back
{
display
:
inline-block
;
font-size
:
14px
;
width
:
20px
;
...
...
@@ -358,7 +358,7 @@
line-height
:
20px
;
margin-right
:
4px
;
text-align
:
center
;
background-color
:
rgba
(
171
,
12
,
12
,
0.1
);
color
:
#
B
44747
;
background-color
:
rgba
(
171
,
12
,
12
,
0.1
);
color
:
#
b
44747
;
}
</
style
>
...
...
src/views/zhcx/zslqcx/zslqcx.vue
View file @
f674387
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-
10 14:05
:49
* @LastEditTime: 2023-08-
31 09:08
:49
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -106,10 +106,11 @@
openDialog
(
item
)
{
this
.
$startLoading
()
bdcqzPreview
(
item
).
then
(
res
=>
{
this
.
$endLoading
()
this
.
$popupDialog
(
"证书预览"
,
"workflow/components/dialog/zsyl"
,
{
bsmSlsq
:
item
.
bsmSlsq
bsmSlsq
:
item
.
bsmSlsq
,
bsmBdcqz
:
item
.
bsmBdcqz
},
'1210px'
,
true
)
this
.
$endLoading
()
})
}
}
...
...
Please
register
or
sign in
to post a comment