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
0ddf1c5b
authored
2022-11-03 15:19:37 +0800
by
夏齐
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
首次登记和注销登记代码优化
1 parent
bb0503b1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
151 additions
and
2 deletions
src/api/fwsyqFlow.js
src/views/workflow/flowform.js
src/views/ywbl/fdcq2/slxx300.vue
src/views/ywbl/fdcq2/slxx400.vue
src/views/ywbl/fdcq2/slxx900.vue
src/views/ywbl/fdcq2/slxxCompareDetai.vue
src/api/fwsyqFlow.js
View file @
0ddf1c5
...
...
@@ -64,3 +64,12 @@ export function saveGZBatchData(data) {
data
})
}
// 更正/变更登记提交
export
function
saveBHZData
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
"/rest/ywbl/fdcq2lr/saveBHZData"
,
method
:
'post'
,
data
})
}
...
...
src/views/workflow/flowform.js
View file @
0ddf1c5
...
...
@@ -23,6 +23,9 @@ export function getForm(tabName, djywbm) {
case
"fwsyqslxx400"
:
form
=
require
(
"@/views/ywbl/fdcq2/slxx400.vue"
);
break
;
case
"fwsyqslxx900"
:
form
=
require
(
"@/views/ywbl/fdcq2/slxx900.vue"
);
break
;
case
"tdslxxCfdj"
:
form
=
require
(
"@/views/ywbl/cfdj/tdslxx.vue"
);
break
;
...
...
src/views/ywbl/fdcq2/slxx300.vue
View file @
0ddf1c5
...
...
@@ -258,7 +258,7 @@ export default {
this
.
$popup
({
titleStyle
:
"left"
,
title
:
"登记簿详情"
,
// 弹窗标题
editItem
:
"ywbl/fdcq2/slxx
900
"
,
// 弹窗内容
editItem
:
"ywbl/fdcq2/slxx
CompareDetai
"
,
// 弹窗内容
formData
:
{
bsmSlsq
:
this
.
propsParam
.
bsmSldy
,
qllx
:
this
.
propsParam
.
qllx
...
...
src/views/ywbl/fdcq2/slxx400.vue
View file @
0ddf1c5
...
...
@@ -261,7 +261,7 @@ export default {
this
.
$popup
({
titleStyle
:
"left"
,
title
:
"登记簿详情"
,
// 弹窗标题
editItem
:
"ywbl/fdcq2/slxx
900
"
,
// 弹窗内容
editItem
:
"ywbl/fdcq2/slxx
CompareDetai;
"
,
// 弹窗内容
formData
:
{
bsmSlsq
:
this
.
propsParam
.
bsmSldy
,
qllx
:
this
.
propsParam
.
qllx
...
...
src/views/ywbl/fdcq2/slxx900.vue
View file @
0ddf1c5
This diff is collapsed.
Click to expand it.
src/views/ywbl/fdcq2/slxxCompareDetai.vue
0 → 100644
View file @
0ddf1c5
<
template
>
<div
class=
"djxxTable"
:style=
"
{'max-height': this.timeLineHeight + 'px' }"
style="overflow-y:scroll;">
<div
class=
"tableBox"
>
<div
class=
"title"
>
<span
v-if=
"this.propsParam.formData.qllx=='A04' || this.propsParam.formData.qllx=='A06' || this.propsParam.formData.qllx=='A08'"
>
{{
title
}}
</span>
<span
v-if=
"this.propsParam.formData.qllx=='A03' || this.propsParam.formData.qllx=='A05' || this.propsParam.formData.qllx=='A07'"
>
{{
ydTitile
}}
</span>
</div>
<div
class=
"xxTableBox"
>
<table
class=
"xxTable"
>
<tr>
<td></td>
<td>
变更前
</td>
<td>
变更后
</td>
</tr>
<tr
v-if=
"this.propsParam.formData.qllx=='A04' || this.propsParam.formData.qllx=='A06' || this.propsParam.formData.qllx=='A08'"
v-for=
"(item, colindex) in columns"
:key=
"colindex"
>
<td>
{{
item
.
label
}}
</td>
<td
v-for=
"(row, index) in tableData"
:key=
"index"
:class=
"[
row.qszt == '2' ? 'lishi' : '',
row.qszt == '0' ? 'linshi' : '',
item.prop == 'qszt' && row.qszt == '0' ? 'linshiIcon' : '',
]"
>
<div
class=
"icon"
v-if=
"item.prop == 'qszt' && row.qszt == '0'"
>
正在办理
</div>
<span
v-if=
"item.prop == 'qszt'"
>
{{
getQsztName
(
row
[
item
.
prop
])
}}
</span>
<span
v-else
>
{{
row
[
item
.
prop
]
}}
</span>
</td>
</tr>
<tr
v-if=
"this.propsParam.formData.qllx=='A03' || this.propsParam.formData.qllx=='A05' || this.propsParam.formData.qllx=='A07'"
v-for=
"(item, colindex) in tdColumns"
:key=
"colindex"
>
<td>
{{
item
.
label
}}
</td>
<td
v-for=
"(row, index) in tableData"
:key=
"index"
:class=
"[
row.qszt == '2' ? 'lishi' : '',
row.qszt == '0' ? 'linshi' : '',
item.prop == 'qszt' && row.qszt == '0' ? 'linshiIcon' : '',
]"
>
<div
class=
"icon"
v-if=
"item.prop == 'qszt' && row.qszt == '0'"
>
正在办理
</div>
<span
v-if=
"item.prop == 'qszt'"
>
{{
getQsztName
(
row
[
item
.
prop
])
}}
</span>
<span
v-else
>
{{
row
[
item
.
prop
]
}}
</span>
</td>
</tr>
</table>
</div>
</div>
</div>
</
template
>
<
script
>
import
{
getFdcqLSInfo
}
from
"@/api/registerBook.js"
;
import
{
datas
}
from
"@/views/registerBook/qlxxFormData.js"
;
export
default
{
data
()
{
return
{
title
:
"房地产权登记信息(独幢、层、套、间房屋)"
,
ydTitile
:
"土地使用权登记信息"
,
qsztList
:
datas
.
columns
().
qsztList
,
checkList
:
datas
.
columns
().
checkList
,
//传递参数
propsParam
:
this
.
$attrs
,
//列表数据
tableData
:
[],
//空列值个数
emptycolNum
:
1
,
//列名称对象
columns
:
datas
.
columns
().
FDCQ2
,
tdColumns
:
datas
.
columns
().
JSYDSYQ
};
},
created
()
{
this
.
loadData
();
},
mounted
()
{
this
.
timeLineHeight
=
document
.
documentElement
.
clientHeight
-
210
;
window
.
onresize
=
()
=>
{
this
.
timeLineHeight
=
document
.
documentElement
.
clientHeight
-
210
;
};
},
methods
:
{
loadData
()
{
getFdcqLSInfo
(
this
.
propsParam
.
formData
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
tableData
=
res
.
result
;
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
}
else
{
this
.
emptycolNum
=
0
;
}
}
});
},
checkChange
()
{
if
(
this
.
checkList
.
length
===
0
)
{
this
.
tableData
=
[];
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
;
}
else
{
this
.
loadData
();
}
},
getQsztName
(
code
)
{
let
name
=
""
;
for
(
let
item
of
this
.
qsztList
)
{
if
(
item
.
value
==
code
)
{
name
=
item
.
label
;
break
;
}
}
return
name
;
},
},
};
</
script
>
<
style
lang=
"scss"
scoped
>
@import
"~@/views/registerBook/qlxxCommon.scss"
;
</
style
>
Please
register
or
sign in
to post a comment