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
067c977f
authored
2023-08-29 09:53:35 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
a1b75d76
51da6ce0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
37 changed files
with
380 additions
and
150 deletions
src/styles/index.scss
src/utils/filter.js
src/views/system/dymbgl/components/editDialog.vue
src/views/workflow/components/dialog/zsdy.vue
src/views/workflow/components/dialog/zslq.vue
src/views/workflow/components/dialog/zsyl.vue
src/views/workflow/components/szxx.vue
src/views/ywbl/dbx/dbxdata.js
src/views/ywbl/slsqxx/cfdj/plcfslxx.vue
src/views/ywbl/slsqxx/cfdj/tdslxx.vue
src/views/ywbl/slsqxx/diyaq/slxx.vue
src/views/ywbl/slsqxx/fdcq1/slxx.vue
src/views/ywbl/slsqxx/fdcq2/slxx.vue
src/views/ywbl/slsqxx/fdcq2/slxx300.vue
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
src/views/ywbl/slsqxx/fwsyq/slxx.vue
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
src/views/ywbl/slsqxx/jsydsyq/slxx300.vue
src/views/ywbl/slsqxx/lqslxx/index.vue
src/views/ywbl/slsqxx/nydsyq/slxx.vue
src/views/ywbl/slsqxx/nydsyq/slxx200.vue
src/views/ywbl/slsqxx/sllmslxx/index.vue
src/views/ywbl/slsqxx/tdsyq/slxx.vue
src/views/ywbl/slsqxx/ygdj/slxx.vue
src/views/ywbl/slsqxx/ygdj/slxx300.vue
src/views/ywbl/slsqxx/ygdy/slxx.vue
src/views/ywbl/slsqxx/zjgcdy/batchSlxx.vue
src/views/ywbl/slsqxx/zjgcdy/slxx.vue
src/views/ywbl/ybx/ybx.vue
src/views/ywbl/ybx/ybxdata.js
src/views/ywbl/ywsq/components/selectLqqt.vue
src/views/ywbl/ywsq/javascript/selectQjlqxx.js
src/views/zhcx/djbcx/djbcxdata.js
src/views/zhcx/jdcx/jdcxdata.js
src/views/zhcx/zslqcx/zslqcx.js
src/views/zsgl/zsrk/components/addDialog.vue
src/views/zsgl/zssyjl/zssyjldata.js
src/styles/index.scss
View file @
067c977
...
...
@@ -220,6 +220,18 @@ aside {
margin
:
0
auto
;
}
.ellipsis-table
{
display
:
inline-block
;
word-break
:
break-all
;
text-overflow
:
ellipsis
;
display
:
-
webkit-box
;
-webkit-box-orient
:
vertical
;
-webkit-line-clamp
:
2
;
/* 这里是超出几行省略 */
overflow
:
hidden
;
margin
:
0
auto
;
}
.tooltip-width
{
max-width
:
300px
;
}
...
...
src/utils/filter.js
View file @
067c977
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
7-17 13:31:39
* @LastEditTime: 2023-0
8-28 15:31:31
*/
import
store
from
'@/store'
// table 内部过滤器 由于过滤器只能在模板中使用 所以 就有了 jsx内部方法过滤器
...
...
src/views/system/dymbgl/components/editDialog.vue
View file @
067c977
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-2
8 09:02:00
* @LastEditTime: 2023-08-2
9 09:22:33
-->
<
template
>
<el-form
ref=
"ruleForm"
:model=
"ruleForm"
label-width=
"100px"
:rules=
"rules"
>
...
...
@@ -183,11 +183,13 @@
);
setTimeout
(()
=>
{
that
.
ruleForm
.
tmpcontent
=
document
.
getElementById
(
"S1"
).
value
;
debugger
if
(
that
.
ruleForm
.
tmpno
==
'zsdy'
)
{
LODOP
.
ADD_PRINT_SETUP_BKIMG
(
"<img border='0' src='http://192.168.2.38:9000/bdcdj/zhengshu_image/bdcqzs2.jpg'>"
);
LODOP
.
SET_SHOW_MODE
(
"BKIMG_PRINT"
,
1
);
//打印包含背景图
LODOP
.
SET_PRINT_PAGESIZE
(
1
,
0
,
0
,
"B4"
);
LODOP
.
SET_PRINT_PAGESIZE
(
1
,
0
,
0
,
"B4"
,
1
);
}
else
if
(
that
.
ruleForm
.
tmpno
==
'zmdy'
)
{
LODOP
.
ADD_PRINT_SETUP_BKIMG
(
"<img border='0' src='http://192.168.2.38:9000/bdcdj/zhengshu_image/bdcdjzm.jpg'>"
);
LODOP
.
SET_SHOW_MODE
(
"BKIMG_PRINT"
,
1
);
//打印包含背景图
}
that
.
loadStatus
=
'2'
;
},
1000
);
...
...
src/views/workflow/components/dialog/zsdy.vue
View file @
067c977
This diff is collapsed.
Click to expand it.
src/views/workflow/components/dialog/zslq.vue
View file @
067c977
<!--
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-2
2 16:58:24
* @LastEditTime: 2023-08-2
8 12:53:50
-->
<
template
>
<el-form
:model=
"ruleForm"
:rules=
"rules"
ref=
"ruleForm"
label-width=
"100px"
>
...
...
src/views/workflow/components/dialog/zsyl.vue
View file @
067c977
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-2
5 14:10:54
* @LastEditTime: 2023-08-2
8 17:18:19
-->
<
template
>
<div
class=
"from-clues loadingtext"
v-Loading=
"loading"
element-loading-text=
"拼命加载中..."
style=
"height:720px;text-align: center;"
>
...
...
@@ -204,26 +204,8 @@
// 权利其他状态
const
maxWidth
=
332
;
// 最大宽度限制
let
lines
=
this
.
bdcqz
.
qlqtzk
?
this
.
bdcqz
.
qlqtzk
.
split
(
'\n'
)
:
[];
// lines.forEach((line, index) => {
// const y = 463 + (index * 33); // 每行文本的垂直位置
// let currentLine = '';
// let arr = [];
// for (let word of line) {
// const testLine = currentLine + word;
// const lineWidth = context.measureText(testLine).width;
// if (lineWidth <= maxWidth) {
// currentLine = testLine;
// } else {
// arr.push(currentLine);
// currentLine = word;
// }
// }
// arr.push(currentLine);
// arr.forEach((line, index) => {
// context.fillText(line, 129, y + (index * 17)); // 调整行高
// })
// })
for
(
let
i
=
0
;
i
<
lines
.
length
;
i
++
)
{
let
num
=
Math
.
ceil
(
getByteLen
(
lines
[
i
])
/
41
)
if
(
getByteLen
(
lines
[
i
])
>
41
)
{
let
currentLine
=
''
;
let
arr
=
[];
...
...
@@ -238,11 +220,21 @@
}
}
arr
.
push
(
currentLine
);
arr
.
forEach
((
line
,
index
)
=>
{
context
.
fillText
(
line
,
129
,
485
+
(
28
*
(
i
-
1
))
+
(
index
*
14
));
// 调整行高
})
if
(
i
>
0
)
{
arr
.
forEach
((
line
,
index
)
=>
{
context
.
fillText
(
line
,
129
,
485
+
(
28
*
(
i
-
1
))
+
5
*
num
+
(
index
*
14
));
// 调整行高
})
}
else
{
arr
.
forEach
((
line
,
index
)
=>
{
context
.
fillText
(
line
,
129
,
485
+
(
28
*
(
i
-
1
))
+
(
index
*
14
));
// 调整行高
})
}
}
else
{
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
129
,
495
+
(
25
*
(
i
-
1
)));
if
(
i
>
0
)
{
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
129
,
495
+
5
*
num
+
(
25
*
(
i
-
1
)));
}
else
{
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
129
,
495
+
(
25
*
(
i
-
1
)));
}
}
}
...
...
@@ -396,7 +388,52 @@
context
.
fillText
(
this
.
bdcqz
.
qlr
?
this
.
bdcqz
.
qlr
:
''
,
775
,
228
);
// 义务人
context
.
fillText
(
this
.
bdcqz
.
ywr
?
this
.
bdcqz
.
ywr
:
''
,
775
,
275
);
context
.
fillText
(
this
.
bdcqz
.
zl
?
this
.
bdcqz
.
zl
:
''
,
775
,
325
);
// context.fillText(this.bdcqz.zl ? this.bdcqz.zl : '', 775, 325);
let
lines2
=
this
.
bdcqz
.
zl
?
this
.
bdcqz
.
zl
.
split
(
' '
)
:
[];
if
(
getByteLen
(
this
.
bdcqz
.
zl
)
>
41
)
{
lines2
.
forEach
((
line
,
index
)
=>
{
const
y
=
315
+
(
index
*
20
);
// 每行文本的垂直位置
let
currentLine
=
''
;
let
arr
=
[];
for
(
let
word
of
line
)
{
const
testLine
=
currentLine
+
word
;
const
lineWidth
=
context
.
measureText
(
testLine
).
width
;
if
(
lineWidth
<=
295
)
{
currentLine
=
testLine
;
}
else
{
arr
.
push
(
currentLine
);
currentLine
=
word
;
}
}
arr
.
push
(
currentLine
);
arr
.
forEach
((
line
,
index
)
=>
{
context
.
fillText
(
line
,
775
,
y
+
(
index
*
20
));
// 调整行高
})
})
}
else
{
lines2
.
forEach
((
line
,
index
)
=>
{
const
y
=
325
+
(
index
*
20
);
// 每行文本的垂直位置
let
currentLine
=
''
;
let
arr
=
[];
for
(
let
word
of
line
)
{
const
testLine
=
currentLine
+
word
;
const
lineWidth
=
context
.
measureText
(
testLine
).
width
;
if
(
lineWidth
<=
295
)
{
currentLine
=
testLine
;
}
else
{
arr
.
push
(
currentLine
);
currentLine
=
word
;
}
}
arr
.
push
(
currentLine
);
arr
.
forEach
((
line
,
index
)
=>
{
context
.
fillText
(
line
,
775
,
y
+
(
index
*
20
));
// 调整行高
})
})
}
// bdcdyh
this
.
bdcdyh
=
this
.
bdcqz
.
bdcdyh
.
slice
(
0
,
6
)
+
' '
+
this
.
bdcqz
.
bdcdyh
.
slice
(
6
,
12
)
+
' '
+
this
.
bdcqz
.
bdcdyh
.
slice
(
12
,
19
)
+
' '
+
this
.
bdcqz
.
bdcdyh
.
slice
(
19
,
this
.
bdcqz
.
bdcdyh
.
length
)
...
...
@@ -404,12 +441,12 @@
// qlqtzk
const
maxWidth
=
295
;
// 最大宽度限制
let
lines
=
this
.
bdcqz
.
qlqtzk
?
this
.
bdcqz
.
qlqtzk
.
split
(
'\n'
)
:
[];
if
(
lines
[
0
]
)
{
l
ines
[
0
].
split
(
' '
).
forEach
((
line
,
index
)
=>
{
const
y
=
415
+
(
index
*
30
);
// 每行文本的垂直位置
for
(
let
i
=
0
;
i
<
lines
.
length
;
i
++
)
{
l
et
num
=
Math
.
ceil
(
getByteLen
(
lines
[
i
])
/
41
)
if
(
getByteLen
(
lines
[
i
])
>
41
)
{
let
currentLine
=
''
;
let
arr
=
[];
for
(
let
word
of
line
)
{
for
(
let
word
of
line
s
[
i
]
)
{
const
testLine
=
currentLine
+
word
;
const
lineWidth
=
context
.
measureText
(
testLine
).
width
;
if
(
lineWidth
<=
maxWidth
)
{
...
...
@@ -420,52 +457,58 @@
}
}
arr
.
push
(
currentLine
);
arr
.
forEach
((
line
,
index
)
=>
{
context
.
fillText
(
line
,
775
,
y
+
(
index
*
14
));
// 调整行高
});
});
}
lines
.
slice
(
1
).
forEach
((
line
,
index
)
=>
{
const
y
=
((
parseInt
(
lines
[
0
].
length
)
/
19
)
*
22
)
+
415
+
(
index
*
20
);
// 每行文本的垂直位置
let
currentLine
=
''
;
let
arr
=
[];
for
(
let
word
of
line
)
{
const
testLine
=
currentLine
+
word
;
const
lineWidth
=
context
.
measureText
(
testLine
).
width
;
if
(
lineWidth
<=
maxWidth
)
{
currentLine
=
testLine
;
if
(
i
>
0
)
{
arr
.
forEach
((
line
,
index
)
=>
{
context
.
fillText
(
line
,
770
,
438
+
(
23
*
(
i
-
1
))
+
5
*
num
+
(
index
*
16
));
// 调整行高
})
}
else
{
arr
.
push
(
currentLine
);
currentLine
=
word
;
arr
.
forEach
((
line
,
index
)
=>
{
context
.
fillText
(
line
,
770
,
438
+
(
23
*
(
i
-
1
))
+
(
index
*
16
));
// 调整行高
})
}
}
else
{
if
(
i
>
0
)
{
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
770
,
450
+
5
*
num
+
(
23
*
(
i
-
1
)));
}
else
{
context
.
fillText
(
lines
[
i
]
?
lines
[
i
]
:
''
,
770
,
450
+
(
23
*
(
i
-
1
)));
}
}
arr
.
push
(
currentLine
);
arr
.
forEach
((
line
,
index
)
=>
{
context
.
fillText
(
line
,
775
,
y
+
(
index
*
16
));
// 调整行高
})
})
}
// fj
let
lines1
=
this
.
bdcqz
.
fj
?
this
.
bdcqz
.
fj
.
split
(
'\n'
)
:
[];
lines1
.
forEach
((
line
,
index
)
=>
{
const
y
=
590
+
(
index
*
27
);
// 每行文本的垂直位置
let
currentLine
=
''
;
let
arr
=
[];
for
(
let
word
of
line
)
{
const
testLine
=
currentLine
+
word
;
const
lineWidth
=
context
.
measureText
(
testLine
).
width
;
if
(
lineWidth
<=
maxWidth
)
{
currentLine
=
testLine
;
for
(
let
i
=
0
;
i
<
lines1
.
length
;
i
++
)
{
let
num
=
Math
.
ceil
(
getByteLen
(
lines1
[
i
])
/
41
)
if
(
getByteLen
(
lines1
[
i
])
>
41
)
{
let
currentLine
=
''
;
let
arr
=
[];
for
(
let
word
of
lines1
[
i
])
{
const
testLine
=
currentLine
+
word
;
const
lineWidth
=
context
.
measureText
(
testLine
).
width
;
if
(
lineWidth
<=
maxWidth
)
{
currentLine
=
testLine
;
}
else
{
arr
.
push
(
currentLine
);
currentLine
=
word
;
}
}
arr
.
push
(
currentLine
);
if
(
i
>
0
)
{
arr
.
forEach
((
line
,
index
)
=>
{
context
.
fillText
(
line
,
770
,
610
+
(
25
*
(
i
-
1
))
+
5
*
num
+
(
index
*
15
));
// 调整行高
})
}
else
{
arr
.
push
(
currentLine
);
currentLine
=
word
;
arr
.
forEach
((
line
,
index
)
=>
{
context
.
fillText
(
line
,
770
,
610
+
(
25
*
(
i
-
1
))
+
(
index
*
15
));
// 调整行高
})
}
}
else
{
if
(
i
>
0
)
{
context
.
fillText
(
lines1
[
i
]
?
lines1
[
i
]
:
''
,
770
,
610
+
5
*
num
+
(
23
*
(
i
-
1
)));
}
else
{
context
.
fillText
(
lines1
[
i
]
?
lines1
[
i
]
:
''
,
770
,
610
+
(
23
*
(
i
-
1
)));
}
}
arr
.
push
(
currentLine
);
arr
.
forEach
((
line
,
index
)
=>
{
context
.
fillText
(
line
,
775
,
y
+
(
index
*
20
));
// 调整行高
})
})
}
}
image
.
src
=
this
.
bdczmSrc
;
...
...
src/views/workflow/components/szxx.vue
View file @
067c977
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-2
4 15:38:52
* @LastEditTime: 2023-08-2
9 09:31:15
-->
<
template
>
<div
class=
"szxx"
>
...
...
@@ -59,7 +59,7 @@
<div
class=
"invalid-diglog"
>
<div
class=
"invalid-title"
>
<i
class=
"el-icon-question invalid-icon"
></i>
<div
class=
"invalid-body"
>
您确定作废证书并再次打印?
</div>
<div
class=
"invalid-body"
>
您确定作废证书并再次打印?
印刷序列号
{{
ysxlh
}}
</div>
</div>
<div
class=
"invalid-reson"
>
作废原因:
</div>
<el-input
v-model=
"zfyy"
placeholder=
"请输入作废原因"
type=
"textarea"
:rows=
"4"
></el-input>
...
...
@@ -90,7 +90,8 @@
zfyy
:
""
,
invalidDiglog
:
false
,
bsmSz
:
""
,
bsmBdcqz
:
""
bsmBdcqz
:
""
,
ysxlh
:
""
};
},
computed
:
{
...
...
@@ -137,7 +138,7 @@
//证书预览
this
.
$popupDialog
(
"证书预览"
,
"workflow/components/dialog/zsyl"
,
{
bdcqz
:
item
,
bsmSlsq
:
this
.
$route
.
query
.
bsmSlsq
},
"70%"
,
true
);
}
else
{
this
.
$popupDialog
(
"
不动产权证书"
,
"workflow/components/dialog/zsdy"
,
{
bdcqz
:
item
,
bsmSlsq
:
this
.
$route
.
query
.
bsmSlsq
},
"70
%"
,
true
);
this
.
$popupDialog
(
"
证书证明打印"
,
"workflow/components/dialog/zsdy"
,
{
bdcqz
:
item
,
bsmSlsq
:
this
.
$route
.
query
.
bsmSlsq
},
"75
%"
,
true
);
}
},
//再次打印
...
...
@@ -147,6 +148,7 @@
* @author: renchao
*/
openInvalidDiglog
(
item
)
{
this
.
ysxlh
=
item
.
ysxlh
this
.
bsmSz
=
item
.
bsmSz
;
this
.
invalidDiglog
=
true
;
this
.
bsmBdcqz
=
item
.
bsmBdcqz
...
...
@@ -296,6 +298,10 @@
.szxx_header{
color
:
#303133
;
}
//
证书背景色
/
deep
/
.el-card__header
{
background-color
:
#e2dfe0
;
}
}
.bg-red
{
.szxx_header{
...
...
src/views/ywbl/dbx/dbxdata.js
View file @
067c977
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-28
09:01:00
* @LastEditTime: 2023-08-28
15:48:06
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -30,11 +30,11 @@ class data extends filter {
{
prop
:
"ywlymc"
,
label
:
"业务来源"
,
w
idth
:
'100'
minW
idth
:
'100'
},
{
label
:
"流程状态"
,
w
idth
:
'80'
,
minW
idth
:
'80'
,
render
:
(
h
,
scope
)
=>
{
if
(
scope
.
row
.
cfgqzt
==
'1'
)
{
return
<
div
class
=
'suspend'
>
查封挂起
<
/div
>
...
...
@@ -52,7 +52,7 @@ class data extends filter {
render
:
(
h
,
scope
)
=>
{
if
(
scope
.
row
.
stepnum
>
1
)
{
return
<
span
><
span
class
=
"back"
>
退
<
/span>{scope.row.zbhj}</
span
>
}
else
{
}
else
{
return
<
span
>
{
scope
.
row
.
zbhj
}
<
/span
>
}
}
...
...
@@ -60,7 +60,7 @@ class data extends filter {
{
label
:
'业务号'
,
align
:
'center'
,
w
idth
:
'100'
,
minW
idth
:
'100'
,
render
:
(
h
,
scope
)
=>
{
return
<
el
-
button
type
=
"text"
onClick
=
{()
=>
{
vm
.
ywhClick
(
scope
.
row
)
}}
>
{
scope
.
row
.
ywh
}
<
/el-button
>
}
...
...
@@ -68,30 +68,49 @@ class data extends filter {
{
prop
:
"sqywmc"
,
label
:
"申请业务名称"
,
width
:
'22
0'
minWidth
:
'20
0'
},
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
width
:
'17
0'
,
minWidth
:
'15
0'
,
},
{
prop
:
"qlrmc"
,
label
:
"权利人"
,
width
:
'120'
,
showOverflowTooltip
:
true
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
qlrmc
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
qlrmc
}
<
/span
>
<
/el-tooltip
>
<
/div
>
)
}
},
{
prop
:
"ywrmc"
,
label
:
"义务人"
,
width
:
'120'
,
showOverflowTooltip
:
true
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
ywrmc
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
ywrmc
}
<
/span
>
<
/el-tooltip
>
<
/div
>
)
}
},
{
prop
:
"zl"
,
label
:
"坐落"
,
width
:
'150'
,
showOverflowTooltip
:
true
,
minWidth
:
'150'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
zl
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
zl
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"slsj"
,
...
...
@@ -102,21 +121,14 @@ class data extends filter {
{
prop
:
"slry"
,
label
:
"受理人员"
,
minW
idth
:
'80'
w
idth
:
'80'
},
{
label
:
"转入时间"
,
sortable
:
'custom'
,
prop
:
'fromstepdate'
,
width
:
'140'
},
// {
// label: '操作',
// width: '80',
// render: (h, scope) => {
// return <el-button type="text" icon="el-icon-delete" onClick={() => { vm.del(scope.row) }}>删除</el-button>
// }
// }
}
]
}
}
...
...
src/views/ywbl/slsqxx/cfdj/plcfslxx.vue
View file @
067c977
...
...
@@ -9,7 +9,7 @@
label-width=
"120px"
>
<div
class=
"slxx_con"
>
<div
class=
"slxx_title title-block"
>
受理
信息
申请业务
信息
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
>
...
...
src/views/ywbl/slsqxx/cfdj/tdslxx.vue
View file @
067c977
...
...
@@ -14,7 +14,7 @@
label-width=
"120px"
>
<div
class=
"slxx_con"
>
<div
class=
"slxx_title title-block"
>
受理
信息
申请业务
信息
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
>
...
...
src/views/ywbl/slsqxx/diyaq/slxx.vue
View file @
067c977
...
...
@@ -17,7 +17,7 @@
>
<div
class=
"slxx_con"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_title title-block"
>
受理
信息
申请业务
信息
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
>
...
...
src/views/ywbl/slsqxx/fdcq1/slxx.vue
View file @
067c977
...
...
@@ -15,7 +15,7 @@
>
<div
class=
"slxx_con"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_title title-block"
>
受理
信息
申请业务
信息
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
v-if=
"ruleForm.slsq"
>
...
...
src/views/ywbl/slsqxx/fdcq2/slxx.vue
View file @
067c977
...
...
@@ -14,7 +14,7 @@
label-width=
"120px"
>
<div
class=
"slxx_con"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_title title-block"
>
受理
信息
申请业务
信息
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
v-if=
"ruleForm.slsq"
>
...
...
src/views/ywbl/slsqxx/fdcq2/slxx300.vue
View file @
067c977
...
...
@@ -15,7 +15,7 @@
>
<div
class=
"slxx_con"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_title title-block"
>
受理
信息
申请业务
信息
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
v-if=
"ruleForm.slsq"
>
...
...
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
View file @
067c977
...
...
@@ -15,7 +15,7 @@
>
<div
class=
"slxx_con"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_title title-block"
>
受理
信息
申请业务
信息
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
v-if=
"ruleForm.slsq"
>
...
...
src/views/ywbl/slsqxx/fwsyq/slxx.vue
View file @
067c977
...
...
@@ -16,7 +16,7 @@
>
<div
class=
"slxx_con"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_title title-block"
>
受理
信息
申请业务
信息
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
>
...
...
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
View file @
067c977
...
...
@@ -17,7 +17,7 @@
label-width="120px">
<div
class=
"slxx_con"
v-if=
"isShow"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_title title-block"
>
受理
信息
申请业务
信息
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
>
...
...
src/views/ywbl/slsqxx/jsydsyq/slxx300.vue
View file @
067c977
...
...
@@ -17,7 +17,7 @@
>
<div
class=
"slxx_con"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_title title-block"
>
受理
信息
申请业务
信息
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
>
...
...
src/views/ywbl/slsqxx/lqslxx/index.vue
View file @
067c977
...
...
@@ -14,7 +14,7 @@
label-width=
"140px"
>
<div
class=
"slxx_con"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_title title-block"
>
受理
信息
申请业务
信息
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
v-if=
"ruleForm.slsq"
>
...
...
src/views/ywbl/slsqxx/nydsyq/slxx.vue
View file @
067c977
...
...
@@ -12,7 +12,7 @@
>
<div
class=
"slxx_con"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_title title-block"
>
受理
信息
申请业务
信息
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
>
...
...
src/views/ywbl/slsqxx/nydsyq/slxx200.vue
View file @
067c977
...
...
@@ -12,7 +12,7 @@
>
<div
class=
"slxx_con"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_title title-block"
>
受理
信息
申请业务
信息
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
>
...
...
src/views/ywbl/slsqxx/sllmslxx/index.vue
View file @
067c977
...
...
@@ -14,7 +14,7 @@
label-width=
"140px"
>
<div
class=
"slxx_con"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_title title-block"
>
受理
信息
申请业务
信息
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
v-if=
"ruleForm.slsq"
>
...
...
src/views/ywbl/slsqxx/tdsyq/slxx.vue
View file @
067c977
...
...
@@ -17,7 +17,7 @@
>
<div
class=
"slxx_con"
v-if=
"isShow"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_title title-block"
>
受理
信息
申请业务
信息
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
>
...
...
src/views/ywbl/slsqxx/ygdj/slxx.vue
View file @
067c977
...
...
@@ -12,7 +12,7 @@
>
<div
class=
"slxx_con"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_title title-block"
>
受理
信息
申请业务
信息
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
v-if=
"ruleForm.slsq"
>
...
...
src/views/ywbl/slsqxx/ygdj/slxx300.vue
View file @
067c977
...
...
@@ -12,7 +12,7 @@
>
<div
class=
"slxx_con"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_title title-block"
>
受理
信息
申请业务
信息
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
v-if=
"ruleForm.slsq"
>
...
...
src/views/ywbl/slsqxx/ygdy/slxx.vue
View file @
067c977
...
...
@@ -12,7 +12,7 @@
>
<div
class=
"slxx_con"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_title title-block"
>
受理
信息
申请业务
信息
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
v-if=
"ruleForm.slsq"
>
...
...
src/views/ywbl/slsqxx/zjgcdy/batchSlxx.vue
View file @
067c977
...
...
@@ -9,7 +9,7 @@
>
<div
class=
"slxx_con"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_title title-block"
>
受理
信息
申请业务
信息
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
v-if=
"ruleForm.flow"
>
...
...
src/views/ywbl/slsqxx/zjgcdy/slxx.vue
View file @
067c977
...
...
@@ -12,7 +12,7 @@
>
<div
class=
"slxx_con"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_title title-block"
>
受理
信息
申请业务
信息
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
>
...
...
src/views/ywbl/ybx/ybx.vue
View file @
067c977
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-2
3 15:07:37
* @LastEditTime: 2023-08-2
8 15:38:25
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -92,7 +92,7 @@
</el-col>
</el-row>
<el-row
class=
"advanced-search"
>
<span>
高级
搜索条件:
</span>
<span>
搜索条件:
</span>
<ul>
<li
v-for=
"(item, index) in searchList"
:key=
"index"
>
{{
item
.
name
}}
:
{{
item
.
value
}}
...
...
src/views/ywbl/ybx/ybxdata.js
View file @
067c977
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-2
3 15:04:35
* @LastEditTime: 2023-08-2
8 15:43:19
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -62,21 +62,44 @@ class data extends filter {
{
prop
:
"sqywmc"
,
label
:
"申请业务名称"
,
width
:
'150'
,
minWidth
:
'200'
},
{
prop
:
"qlrmc"
,
label
:
"权利人"
,
width
:
'120'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
qlrmc
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
qlrmc
}
<
/span
>
<
/el-tooltip
>
<
/div
>
)
}
},
{
prop
:
"ywrmc"
,
label
:
"义务人"
,
width
:
'120'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
ywrmc
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
ywrmc
}
<
/span
>
<
/el-tooltip
>
<
/div
>
)
}
},
{
prop
:
"zl"
,
label
:
"坐落"
,
showOverflowTooltip
:
true
,
minWidth
:
'130'
minWidth
:
'150'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
zl
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
zl
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"slsj"
,
...
...
@@ -87,6 +110,7 @@ class data extends filter {
{
prop
:
"slry"
,
label
:
"受理人员"
,
width
:
'80'
},
{
label
:
"转出时间"
,
...
...
src/views/ywbl/ywsq/components/selectLqqt.vue
View file @
067c977
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-
10 16:30:18
* @LastEditTime: 2023-08-
29 08:52:44
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -58,7 +58,7 @@
import
{
ywPopupDialog
}
from
"@/utils/popup.js"
;
import
{
selectLq
}
from
"@/api/ywsq.js"
;
import
{
startBusinessFlow
}
from
"@/api/workFlow.js"
;
import
{
datas
,
sendThis
}
from
"../javascript/selectQj
zdjb
xx.js"
;
import
{
datas
,
sendThis
}
from
"../javascript/selectQj
lq
xx.js"
;
import
{
defaultParameters
}
from
"../javascript/publicDefaultPar.js"
;
export
default
{
mixins
:
[
table
,
jump
],
...
...
src/views/ywbl/ywsq/javascript/selectQjlqxx.js
0 → 100644
View file @
067c977
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-29 09:05:44
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
const
sendThis
=
(
_this
)
=>
{
vm
=
_this
}
class
data
extends
filter
{
constructor
()
{
super
()
}
columns
()
{
return
[
{
type
:
'selection'
,
label
:
'全选'
,
selectable
:
this
.
selected
},
{
label
:
'序号'
,
type
:
'index'
,
width
:
'50'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
{(
vm
.
pageData
.
currentPage
-
1
)
*
vm
.
pageData
.
pageSize
+
scope
.
$index
+
1
}
<
/div
>
)
}
},
{
label
:
"状态"
,
width
:
'130'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
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
>
<
/div
>
)
}
},
{
prop
:
"qllxmc"
,
label
:
"权利类型"
,
},
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
minWidth
:
'150'
},
{
prop
:
"bdcqzh"
,
label
:
"不动产权证号"
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
bdcqzh
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
bdcqzh
}
<
/span
>
<
/el-tooltip
>
)
},
width
:
'150'
},
{
prop
:
"gyqk"
,
label
:
"共有方式"
,
},
{
prop
:
"qlrmc"
,
label
:
"使用权人"
,
},
{
prop
:
"qlrzjhm"
,
label
:
"证件号"
,
},
{
prop
:
"qlxzmc"
,
width
:
'80'
,
label
:
"权利性质"
,
},
{
prop
:
"qlmjmc"
,
width
:
'100'
,
label
:
"使用权面积"
,
},
{
prop
:
"qlytmc"
,
label
:
"土地用途"
,
},
{
prop
:
"qdjgmc"
,
width
:
'100'
,
label
:
"取得价格"
,
},
{
prop
:
"zl"
,
label
:
"坐落"
,
minWidth
:
'150'
},
]
}
}
let
datas
=
new
data
()
export
{
datas
,
sendThis
}
src/views/zhcx/djbcx/djbcxdata.js
View file @
067c977
...
...
@@ -67,9 +67,6 @@ class data extends filter {
prop
:
"ywh"
,
label
:
"业务号"
,
width
:
'110'
,
// render: (h, scope) => {
// return <el-button type="text" onClick={() => { vm.ywhClick(scope.row) }}>{scope.row.ywh}</el-button>
// }
},
{
prop
:
"qllxmc"
,
...
...
@@ -84,14 +81,12 @@ class data extends filter {
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
width
:
'150'
,
showOverflowTooltip
:
true
minWidth
:
'150'
,
},
{
prop
:
"bdcqzh"
,
label
:
"不动产权证号"
,
width
:
'150'
,
showOverflowTooltip
:
true
minWidth
:
'150'
},
{
prop
:
"qlrmc"
,
...
...
src/views/zhcx/jdcx/jdcxdata.js
View file @
067c977
...
...
@@ -8,7 +8,7 @@ class data extends filter {
constructor
()
{
super
()
}
columns
()
{
columns
()
{
return
[
{
label
:
'序号'
,
...
...
@@ -81,11 +81,16 @@ class data extends filter {
width
:
'120'
,
},
{
prop
:
"zl"
,
label
:
"坐落"
,
minWidth
:
'150'
,
showOverflowTooltip
:
true
},
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
zl
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
zl
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"slsj"
,
label
:
"受理时间"
,
...
...
src/views/zhcx/zslqcx/zslqcx.js
View file @
067c977
...
...
@@ -65,8 +65,14 @@ class data extends filter {
{
prop
:
"bdcqzh"
,
label
:
"不动产权证号"
,
width
:
'150'
,
showOverflowTooltip
:
true
minWidth
:
'150'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
bdcqzh
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
bdcqzh
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
prop
:
"qlr"
,
...
...
@@ -81,11 +87,18 @@ class data extends filter {
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
minWidth
:
'1
10'
minWidth
:
'1
50'
,
},
{
prop
:
"zl"
,
label
:
"坐落"
label
:
"坐落"
,
minWidth
:
'150'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
zl
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
zl
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
label
:
"证书内容"
,
...
...
src/views/zsgl/zsrk/components/addDialog.vue
View file @
067c977
...
...
@@ -104,7 +104,7 @@ export default {
zslx
:
1
},
{
name
:
'不动产
权
登记证明'
,
name
:
'不动产登记证明'
,
ksysxlh
:
''
,
jsysxlh
:
''
,
bs
:
0
,
...
...
src/views/zsgl/zssyjl/zssyjldata.js
View file @
067c977
...
...
@@ -74,10 +74,15 @@ class data extends filter {
label
:
"序列号"
},
{
prop
:
"bdcqzh"
,
label
:
"不动产权证号"
,
width
:
'150'
,
showOverflowTooltip
:
true
render
:
(
h
,
scope
)
=>
{
return
(
<
el
-
tooltip
effect
=
"dark"
content
=
{
scope
.
row
.
bdcqzh
}
placement
=
"top"
popper
-
class
=
"tooltip-width "
>
<
span
class
=
"ellipsis-table"
>
{
scope
.
row
.
bdcqzh
}
<
/span
>
<
/el-tooltip
>
)
}
},
{
label
:
'操作'
,
...
...
Please
register
or
sign in
to post a comment