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
a6eb8459
authored
2022-09-05 19:52:57 +0800
by
liangyifan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
受理单元
1 parent
5b9e5a05
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
18 deletions
src/views/ywbl/dbx/dbx.vue
src/views/ywbl/dbx/dbxdata.js
src/views/ywbl/fqsq/components/zsyl.vue
src/views/ywbl/fqsq/fqsq.vue
src/views/ywbl/dbx/dbx.vue
View file @
a6eb845
...
...
@@ -47,7 +47,7 @@
<!-- 表格 -->
<!-- 表格 -->
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current
"
:total=
"pag
eData.total"
<lb-table
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current
Page"
:total=
"tabl
eData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
...
...
@@ -74,12 +74,8 @@ export default {
djlx
:
""
,
ywh
:
""
,
},
pageData
:
{
current
:
1
,
size
:
10
,
total
:
0
,
},
tableData
:
{
total
:
0
,
columns
:
datas
.
columns
(),
data
:
[],
},
...
...
@@ -111,7 +107,7 @@ export default {
searchTaskToDo
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
this
.
pag
eData
.
total
=
total
;
this
.
tabl
eData
.
total
=
total
;
this
.
tableData
.
data
=
records
}
})
...
...
src/views/ywbl/dbx/dbxdata.js
View file @
a6eb845
...
...
@@ -13,14 +13,16 @@ class data extends filter {
{
label
:
'序号'
,
type
:
'index'
,
width
:
'
5
0'
width
:
'
6
0'
},
{
prop
:
"ywlymc"
,
label
:
"业务来源"
,
width
:
'100'
},
{
label
:
"流程状态"
,
width
:
'80'
,
render
:
(
h
,
scope
)
=>
{
switch
(
scope
.
row
.
lczt
)
{
case
'1'
:
...
...
@@ -35,10 +37,12 @@ class data extends filter {
{
prop
:
"zbhj"
,
label
:
"在办环节"
,
width
:
'80'
},
{
label
:
'业务号'
,
align
:
'center'
,
width
:
'100'
,
render
:
(
h
,
scope
)
=>
{
return
<
el
-
button
type
=
"text"
onClick
=
{()
=>
{
vm
.
ywhClick
(
scope
.
row
)
}}
>
{
scope
.
row
.
ywh
}
<
/el-button
>
}
...
...
@@ -46,14 +50,17 @@ class data extends filter {
{
prop
:
"sqywmc"
,
label
:
"申请业务名称"
,
width
:
'210'
},
{
prop
:
"qlr"
,
label
:
"权利人"
,
width
:
'70'
},
{
prop
:
"ywr"
,
label
:
"义务人"
,
width
:
'70'
},
{
prop
:
"zl"
,
...
...
@@ -62,11 +69,12 @@ class data extends filter {
{
prop
:
"slsj"
,
label
:
"受理时间"
,
sortable
:
'custom'
sortable
:
'custom'
,
},
{
prop
:
"slry"
,
label
:
"受理人员"
,
width
:
'80'
},
{
prop
:
"zrsj"
,
...
...
src/views/ywbl/fqsq/components/zsyl.vue
View file @
a6eb845
<
template
>
<dialogBox
title=
"证书预览"
:isReset=
'false'
:isSave=
'false'
width=
"
75%
"
<dialogBox
title=
"证书预览"
:isReset=
'false'
:isSave=
'false'
width=
"
865px
"
@
closeDialog=
"closeDialog"
v-model=
"value"
>
<div
class=
"from-clues"
>
<!-- 表单部分 -->
<div
class=
"zsyl-box"
>
<div
class=
"zsyl-left"
>
<div
class=
"zsyl-title"
>
<span>
____
_____
</span>
<span>
____
</span>
<span>
(
</span>
<span>
)
</span>
<span>
____________
_____
</span>
<span>
____________
</span>
<span>
不动产权第
</span>
<span>
号
</span>
</div>
...
...
@@ -123,7 +123,7 @@ export default {
padding
:
20px
;
background
:
#FAFBE5
;
.zsyl-left{
width
:
45%
;
width
:
330px
;
.zsyl-title
span
:
nth-child
(
3
)
{
margin-left
:
75px
;
}
...
...
@@ -132,11 +132,11 @@ export default {
}
}
.zsyl-right
{
width
:
45%
;
width
:
330px
;
.zsyl-title{
letter-spacing
:
6
0px
;
letter-spacing
:
5
0px
;
text-align
:
center
;
text-indent
:
6
0px
;
text-indent
:
5
0px
;
}
.zsyl-text
{
border
:
1px
solid
#E4EBF4
;
...
...
src/views/ywbl/fqsq/fqsq.vue
View file @
a6eb845
...
...
@@ -38,7 +38,7 @@
<p
class=
"splitScreen tabsList-title"
>
材料信息
</p>
<div
class=
"splitScreen"
></div>
</div>
<el-tabs
v-model=
"activeName"
>
<el-tabs
v-model=
"activeName"
@
tab-click=
'activeClick'
>
<el-tab-pane
:label=
"item.name"
:name=
"index + 1 + ''"
v-for=
"(item, index) in tabList"
:key=
"index"
>
<div
class=
"splitScreen-con"
v-if=
'index == 0'
>
<component
ref=
'slxx'
:is=
"editItem"
:flag=
"flag"
:key=
"key"
/>
...
...
@@ -152,7 +152,6 @@ export default {
console
.
log
(
newName
,
'newName'
);
let
itemObj
=
{
'1'
:
'slxx'
,
'2'
:
'clxx'
,
'3'
:
'spyj'
}
this
.
editItem
=
this
.
loadView
(
itemObj
[
newName
])
this
.
list
(
this
.
id
)
},
immediate
:
true
}
...
...
@@ -187,6 +186,11 @@ export default {
}
})
},
activeClick
(
tab
,
event
){
if
(
tab
.
name
==
'1'
){
this
.
list
(
this
.
id
)
}
},
// 左侧列表点击调用接口
unitClick
(
item
)
{
this
.
taskId
=
item
.
taskId
...
...
Please
register
or
sign in
to post a comment