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
5fdebc35
authored
2023-08-22 09:26:08 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:发起申请
1 parent
cd3475f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
17 deletions
src/views/workflow/components/dialog/zsyl.vue
src/views/ywbl/ywsq/javascript/selectFwsyq.js
src/views/workflow/components/dialog/zsyl.vue
View file @
5fdebc3
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-
18 13:51:27
* @LastEditTime: 2023-08-
21 10:35:58
-->
<
template
>
<div
class=
"from-clues loadingtext"
v-Loading=
"loading"
element-loading-text=
"拼命加载中..."
style=
"height:720px;text-align: center;"
>
...
...
@@ -146,10 +146,10 @@
context
.
fillText
(
this
.
bdcqz
.
mj
?
this
.
bdcqz
.
mj
:
''
,
129
,
386
);
// context.fillText(this.bdcqz.syqx ? this.bdcqz.syqx : '', 129, 429);
// qlqtzk
const
maxWidth
=
33
0
;
// 最大宽度限制
const
maxWidth
=
33
6
;
// 最大宽度限制
let
lines
=
this
.
bdcqz
.
qlqtzk
?
this
.
bdcqz
.
qlqtzk
.
split
(
'\n'
)
:
[];
lines
.
forEach
((
line
,
index
)
=>
{
const
y
=
4
7
3
+
(
index
*
30
);
// 每行文本的垂直位置
const
y
=
4
6
3
+
(
index
*
30
);
// 每行文本的垂直位置
let
currentLine
=
''
;
let
arr
=
[];
for
(
let
word
of
line
)
{
...
...
src/views/ywbl/ywsq/javascript/selectFwsyq.js
View file @
5fdebc3
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-
04 09:47:56
* @LastEditTime: 2023-08-
22 09:24:28
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -39,17 +39,6 @@ class data extends filter {
<
div
>
<
a
style
=
'color:#3498db;'
v
-
show
=
{
scope
.
row
.
djblzt
==
1
}
>
{
this
.
yWstatus
(
scope
.
row
)}
<
/a
>
<
span
v
-
show
=
{
scope
.
row
.
djblzt
!=
1
}
>
{
this
.
yWstatus
(
scope
.
row
)}
<
/span
>
{
/* <a style='color:#3498db;' v-show={scope.row.djblzt == 1} >正在办理</a>
<span v-show={scope.row.zjgcdyzt == 1}>,在建工程抵押</span>
<span v-show={scope.row.ycfzt == 1}>,已预查封</span>
<span v-show={scope.row.ycfzt == 1}>,已预查封</span>
<span v-show={scope.row.cfzt == 1}>,已查封</span>
<span v-show={scope.row.diyizt == 1}>,已地役</span>
<span v-show={scope.row.yyzt == 1}>,异议中</span>
<span v-show={scope.row.xzzt == 1}>,已限制</span>
<span v-show={scope.row.ygmmzt == 1}>,已预告买卖</span>
<span v-show={scope.row.ygdyzt == 1}>,已预告抵押</span>
<span v-show={scope.row.dyzt == 1}>,已抵押</span> */
}
<
/div
>
)
}
...
...
@@ -67,7 +56,8 @@ class data extends filter {
{
prop
:
"bdcqzh"
,
label
:
"不动产权证号"
,
minWidth
:
'150'
width
:
'150'
,
showOverflowTooltip
:
true
},
{
prop
:
"gyqk"
,
...
...
@@ -76,6 +66,8 @@ class data extends filter {
{
prop
:
"qlrmc"
,
label
:
"权利人"
,
width
:
'120'
,
showOverflowTooltip
:
true
},
{
prop
:
"qlrzjhm"
,
...
...
@@ -92,7 +84,7 @@ class data extends filter {
{
prop
:
"qlmjmc"
,
label
:
"面积"
,
},
},
{
prop
:
"zl"
,
label
:
"坐落"
,
...
...
Please
register
or
sign in
to post a comment