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
ec72973f
authored
2023-06-29 16:32:41 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:证书预览
1 parent
e99f44d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
src/components/selectTable/index.vue
src/views/workflow/components/dialog/zsyl.vue
src/components/selectTable/index.vue
View file @
ec72973
...
...
@@ -34,7 +34,6 @@
<
script
>
import
config
from
"./tableSelect"
;
export
default
{
props
:
{
modelValue
:
null
,
...
...
src/views/workflow/components/dialog/zsyl.vue
View file @
ec72973
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-06-2
5 10:33:16
* @LastEditTime: 2023-06-2
9 16:31:57
-->
<
template
>
<div
class=
"from-clues loadingtext"
v-Loading=
"loading"
element-loading-text=
"拼命加载中..."
style=
"height:720px;text-align: center;"
>
<!-- 表单部分 -->
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
v-if=
"headTabBdcqz.length >1"
>
<el-tab-pane
:label=
"item.qlr + '(' + item.bdcqzh + ')'"
:name=
"item.bdcqzlx"
v-for=
"(item, index) in headTabBdcqz"
:key=
"index"
></el-tab-pane>
<el-tab-pane
:label=
"item.qlr + (item.bdcqzh !== null ? '(' + item.bdcqzh + ')' : '')"
:name=
"item.bsmBdcqz"
v-for=
"(item, index) in headTabBdcqz"
:key=
"index"
>
</el-tab-pane>
</el-tabs>
<div
class=
"no-data"
v-if=
"headTabBdcqz.length == 0"
>
暂无数据
</div>
<canvas
ref=
"zs"
width=
"1000"
v-show=
"activeName=='1'"
height=
"700"
></canvas>
...
...
@@ -49,7 +50,7 @@
ruleForm
:
{
bsmBdcqz
:
''
,
szmc
:
'不动产权证书'
,
b
dcqzlx
:
''
,
b
smBdcqz
:
''
,
szzh
:
''
,
ysxlh
:
''
,
},
...
...
@@ -77,7 +78,7 @@
getSlsqBdcqzList
({
bsmSlsq
:
this
.
formData
.
bsmSlsq
}).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
if
(
res
.
result
&&
res
.
result
.
length
>
0
)
{
this
.
activeName
=
res
.
result
[
0
].
b
dcqzlx
this
.
activeName
=
res
.
result
[
0
].
b
smBdcqz
this
.
bdcqz
=
res
.
result
[
0
]
this
.
headTabBdcqz
=
res
.
result
if
(
this
.
activeName
==
1
)
{
...
...
@@ -93,7 +94,7 @@
//tab表头切换方法
handleClick
(
e
)
{
this
.
bdcqz
=
this
.
headTabBdcqz
[
e
.
index
-
0
]
this
.
activeName
=
this
.
headTabBdcqz
.
b
dcqzlx
this
.
activeName
=
this
.
headTabBdcqz
.
b
smBdcqz
if
(
this
.
activeName
==
'1'
)
{
this
.
drawTextOnImage
()
}
else
{
...
...
Please
register
or
sign in
to post a comment