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
a8afd382
authored
2022-10-13 10:15:21 +0800
by
liangyifan
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
0425dd04
b24ee332
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
37 additions
and
14 deletions
src/components/lb-table/lb-table.vue
src/components/tanchuang/index.vue
src/styles/public.scss
src/utils/request.js
src/views/sqcx/components/editDialog.vue
src/views/sqcx/jtfc/jtfcdata.js
src/views/workflow/workFrame.vue
src/components/lb-table/lb-table.vue
View file @
a8afd38
...
...
@@ -59,7 +59,7 @@ export default {
},
heightNum
:
{
type
:
Number
,
default
:
2
60
,
default
:
2
75
,
},
maxHeight
:
{
type
:
Number
,
...
...
src/components/tanchuang/index.vue
View file @
a8afd38
...
...
@@ -116,8 +116,8 @@ export default {
padding-left
:
5px
;
}
.ls-title
{
padding
:
20
px
;
background
:
#1E9FFF
;
padding
:
16
px
;
background
:
linear-gradient
(
2deg
,
#00CCFF
,
transparent
)
;
color
:
#ffffff
;
}
...
...
@@ -134,20 +134,20 @@ export default {
.ls-mask-footer
{
height
:
65px
;
border-top
:
1px
solid
#f0f0f0
;
display
:
flex
;
justify-content
:
center
;
position
:
absolute
;
width
:
100%
;
bottom
:
0px
;
right
:
0px
;
background
:
#f3f3f3
;
box-shadow
:
0px
0px
2px
0px
;
border-radius
:
0
0
10px
10px
;
}
/
deep
/
.closeStyle
{
position
:
absolute
;
top
:
20
px
;
top
:
17
px
;
right
:
12px
;
font-size
:
20px
;
cursor
:
pointer
;
...
...
@@ -158,6 +158,7 @@ export default {
}
/
deep
/
.el-button
{
margin
:
15px
10px
;
width
:
75px
;
}
</
style
>
\ No newline at end of file
...
...
src/styles/public.scss
View file @
a8afd38
...
...
@@ -7,7 +7,7 @@
&
-header
{
width
:
100%
;
padding
:
10px
10px
3px
10px
;
padding
:
10px
;
box-sizing
:
border-box
;
background
:
#FFFFFF
;
border-radius
:
2px
;
...
...
src/utils/request.js
View file @
a8afd38
...
...
@@ -12,6 +12,10 @@ const service = axios.create({
headers
:
{
'Content-Type'
:
'application/json; charset=utf-8'
,
'Authorization'
:
'bearer AT-16-oqkOHiUSsDdFA-eAZ49k2rJQDTzQpClO'
//token列表
//admin:bearer AT-16-oqkOHiUSsDdFA-eAZ49k2rJQDTzQpClO
//renc:bearer AT-30-KHB4LXc8-CZXwBEyaFJa9lRmMTc5sHVI
//tianh:bearer AT-33-3zFTGkhQ4eUv4nXvzAmbgN5RPZppzEY6
},
timeout
:
15000
})
...
...
src/views/sqcx/components/editDialog.vue
View file @
a8afd38
...
...
@@ -59,7 +59,8 @@ export default {
myValue
:
this
.
value
,
ruleForm
:
{
cxyt
:
''
,
ycyrgx
:
1
ycyrgx
:
1
,
cxlx
:
'1'
//查询类型 1:房产查询 2:登记簿查询
},
dataList
:
[{
sqrxm
:
''
,
...
...
src/views/sqcx/jtfc/jtfcdata.js
View file @
a8afd38
...
...
@@ -23,8 +23,15 @@ class data extends filter {
}
},
{
prop
:
"cxlx"
,
label
:
"查询类型"
,
render
:
(
h
,
scope
)
=>
{
switch
(
scope
.
row
.
cxlx
)
{
case
'1'
:
return
<
div
>
家庭房产
<
/div
>
case
'2'
:
return
<
div
>
登记簿
<
/div
>
}
}
},
{
prop
:
"cxbh"
,
...
...
@@ -35,19 +42,28 @@ class data extends filter {
label
:
"查询时间"
,
},
{
prop
:
"
slry
"
,
prop
:
"
cxr
"
,
label
:
"受理人员"
,
},
{
prop
:
"sqr"
,
prop
:
"sqr
xm
"
,
label
:
"申请人"
,
},
{
prop
:
"yqlrgx"
,
label
:
"与权利人的关系"
,
render
:
(
h
,
scope
)
=>
{
switch
(
scope
.
row
.
ycyrgx
)
{
case
'1'
:
return
<
div
>
权利人
<
/div
>
case
'2'
:
return
<
div
>
产权利害关系人
<
/div
>
case
'3'
:
return
<
div
>
委托人
<
/div
>
}
}
},
{
prop
:
"qlr"
,
prop
:
"qlr
xm
"
,
label
:
"权利人"
,
},
{
...
...
src/views/workflow/workFrame.vue
View file @
a8afd38
...
...
@@ -178,7 +178,7 @@ export default {
break
;
case
"back"
:
//退回按钮
break
;
case
"transfer"
:
//转件按钮
case
"transfer"
:
//转件按钮
getNextLinkInfo
({
bsmSlsq
:
this
.
bsmSlsq
,
bestepid
:
this
.
bestepid
,
...
...
@@ -258,6 +258,7 @@ export default {
completeTask
({
bsmSlsq
:
this
.
bsmSlsq
,
shyj
:
"this.bestepid"
,
stepform
:
JSON
.
stringify
(
this
.
tabList
)
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
instance
.
confirmButtonLoading
=
false
;
...
...
Please
register
or
sign in
to post a comment