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
0211cfb0
authored
2023-06-28 14:49:31 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
efc08561
4127271a
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
368 additions
and
19 deletions
src/api/ywbl.js
src/utils/util.js
src/views/sqcx/jtfc/components/addjtfc.vue
src/views/sqcx/jtfc/components/printView.vue
src/views/sqcx/jtfc/jtfc.vue
src/views/ywbl/ywsq/components/selectTdsyq.vue
src/views/ywbl/ywsq/javascript/selectJsydsyq.js
src/views/ywbl/ywsq/javascript/selectTdsyq.js
src/views/ywbl/ywsq/javascript/slectBdcdata.js
src/api/ywbl.js
View file @
0211cfb
...
...
@@ -340,6 +340,18 @@ export function selectH (data) {
})
}
/**
* @description: 业务办理-选择单元-查询土地所有权信息
* @param {*} data
* @author: renchao
*/
export
function
selectTdsyqQlxx
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/ywsq/selectTdsyqQlxx'
,
method
:
'post'
,
data
})
}
/**
* @description: 业务办理-选择单元-查询建设用地、宅基地信息
...
...
src/utils/util.js
View file @
0211cfb
import
cookies
from
'./util.cookies'
export
function
getUrlParam
(
paraName
)
{
export
function
getUrlParam
(
paraName
)
{
let
url
=
document
.
location
.
toString
();
let
arrObj
=
url
.
split
(
'?'
);
...
...
@@ -12,7 +12,7 @@ export function getUrlParam(paraName) {
if
(
arr
!=
null
&&
arr
[
0
]
===
paraName
)
{
// 截取#之前的内容
let
result
=
arr
[
1
].
endsWith
(
'#/'
)
?
arr
[
1
].
substr
(
0
,
arr
[
1
].
indexOf
(
'#'
))
:
arr
[
1
];
let
result
=
arr
[
1
].
endsWith
(
'#/'
)
?
arr
[
1
].
substr
(
0
,
arr
[
1
].
indexOf
(
'#'
))
:
arr
[
1
];
return
result
;
}
}
...
...
@@ -22,26 +22,42 @@ export function getUrlParam(paraName) {
}
}
export
function
setToken
(
token
)
{
export
function
setToken
(
token
)
{
if
(
token
===
undefined
)
{
if
(
process
.
env
.
NODE_ENV
===
'development'
)
{
sessionStorage
.
removeItem
(
'token'
)
}
else
{
cookies
.
remove
(
'ACCESS_TOKEN'
)
cookies
.
remove
(
'ACCESS_TOKEN'
)
}
}
else
{
if
(
process
.
env
.
NODE_ENV
===
'development'
)
{
sessionStorage
.
setItem
(
'token'
,
token
);
}
else
{
cookies
.
set
(
'ACCESS_TOKEN'
,
token
)
cookies
.
set
(
'ACCESS_TOKEN'
,
token
)
}
}
}
export
function
getToken
()
{
export
function
getToken
()
{
if
(
process
.
env
.
NODE_ENV
===
'development'
)
{
return
sessionStorage
.
getItem
(
'token'
)
}
return
cookies
.
get
(
'ACCESS_TOKEN'
)
}
// 获取当前时间
export
function
getNewDate
(
type
=
1
)
{
const
now
=
new
Date
();
const
year
=
now
.
getFullYear
();
const
month
=
String
(
now
.
getMonth
()
+
1
).
padStart
(
2
,
'0'
);
const
day
=
String
(
now
.
getDate
()).
padStart
(
2
,
'0'
);
const
hours
=
String
(
now
.
getHours
()).
padStart
(
2
,
'0'
);
const
minutes
=
String
(
now
.
getMinutes
()).
padStart
(
2
,
'0'
);
const
seconds
=
String
(
now
.
getSeconds
()).
padStart
(
2
,
'0'
);
if
(
type
==
1
)
{
return
`
${
year
}
年
${
month
}
月
${
day
}
日`
}
else
{
return
`
${
year
}
年
${
month
}
月
${
day
}
日
${
hours
}
时
${
minutes
}
分
${
seconds
}
秒`
}
}
\ No newline at end of file
...
...
src/views/sqcx/jtfc/components/addjtfc.vue
View file @
0211cfb
...
...
@@ -110,7 +110,7 @@
<object
id=
"LODOP_OB"
classid=
"clsid:2105C259-1E0C-4534-8141-A753534CB4CA"
v-show=
"false"
>
<embed
id=
"LODOP_EM"
type=
"application/x-print-lodop"
width=
700
height=
500
pluginspage=
"install_lodop32.exe"
/>
</object>
<printView
ref=
"printContent"
/>
<printView
ref=
"printContent"
:form=
"form"
v-show=
"false"
/>
</div>
</template>
<
script
>
...
...
src/views/sqcx/jtfc/components/printView.vue
View file @
0211cfb
<!--
* @Description: 不动产查询证明打印模板
* @Autor: renchao
* @LastEditTime: 2023-06-28 1
1:27:3
7
* @LastEditTime: 2023-06-28 1
4:45:0
7
-->
<
template
>
<div
class=
"printView"
style=
"width:100%;padding:20px"
>
...
...
@@ -18,13 +18,13 @@
text-align: center;"
>
不动产登记信息查询证明
</h2>
<h5
style=
" text-align: center;
margin-top: 20px;
font-size: 18px;"
>
查询证明编号:
LS201803050045
</h5>
font-size: 18px;"
>
查询证明编号:
{{
form
.
djSqcxDO
.
cxbh
}}
</h5>
<p
style=
"text-indent: 2em;
margin-top: 15px;
line-height: 24px;
font-size: 18px;"
>
根据《不动产登记暂行条例》和《不动产登记资料查询暂行办法》
有关规定,经线上查询不动产登记信息系统,权利人: 杜林
,证件号:612322197805120010,截止
2022年10月17日 13时15分13秒
,证件号:612322197805120010,截止
{{
newDatez
}}
,名下不动产登记信息查询结果如下:
</p>
<table
style=
" border-collapse: collapse;
width: 100%;
...
...
@@ -68,7 +68,7 @@
line-height: 26px;
font-size: 18px;"
>
<li
style=
"list-style: none;"
>
城固县不动产登记交易服务中心
</li>
<li
style=
"list-style: none;"
>
2022年10月17日
</li>
<li
style=
"list-style: none;"
>
{{
newDate
}}
</li>
</ul>
<ol
style=
"margin-left: 20px;
line-height: 26px;"
>
...
...
@@ -82,14 +82,21 @@
</
template
>
<
script
>
import
QRCode
from
'qrcode'
;
import
{
getNewDate
}
from
'@/utils/util'
export
default
{
props
:
{
form
:
{
type
:
Object
,
default
:
()
=>
({})
}
},
data
()
{
return
{
qrcodeImage
:
''
,
text
:
'22222222'
,
tableData
:
[
]
],
newDate
:
getNewDate
(),
newDatez
:
getNewDate
(
2
)
}
},
mounted
()
{
...
...
@@ -97,7 +104,7 @@
},
methods
:
{
generateQRCode
()
{
QRCode
.
toDataURL
(
this
.
text
)
QRCode
.
toDataURL
(
this
.
form
.
djSqcxDO
.
cxbh
)
.
then
(
url
=>
{
this
.
qrcodeImage
=
url
})
...
...
src/views/sqcx/jtfc/jtfc.vue
View file @
0211cfb
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-06-28 14:45:20
-->
<
template
>
<div
class=
"from-clues"
>
<!-- 家庭房产 -->
...
...
@@ -90,7 +95,6 @@
this
.
$popupDialog
(
"家庭房产查询"
,
"sqcx/jtfc/components/addjtfc"
,
{
sqcxBsm
:
row
.
bsmSqcx
})
// this.$popupDialog("模板", "sqcx/jtfc/components/printView", {})
}
}
}
...
...
src/views/ywbl/ywsq/components/selectTdsyq.vue
0 → 100644
View file @
0211cfb
<
template
>
<div
class=
"from-clues"
>
<!-- 表单部分 -->
<div
class=
"from-clues-header"
>
<el-form
:model=
"queryForm"
ref=
"queryForm"
label-width=
"100px"
>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"不动产单元号"
>
<el-input
placeholder=
"请输入不动产单元号"
v-model=
"queryForm.bdcdyh"
clearable
maxlength=
"28"
class=
"width100"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"10"
>
<el-form-item
label=
"不动产权证号"
>
<el-input
placeholder=
"请输入不动产权证号"
v-model=
"queryForm.bdcqzh"
clearable
class=
"width100"
>
</el-input>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利人"
>
<el-input
placeholder=
"请输入权利人"
v-model=
"queryForm.qlr"
clearable
class=
"width100"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"10"
>
<el-form-item
label=
"坐落"
>
<el-input
placeholder=
"请输入坐落"
v-model
.
trim=
"queryForm.zl"
clearable
class=
"width100"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
class=
"btnColRight"
>
<el-form-item>
<el-button
type=
"primary"
@
click=
"resetForm(true)"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"handleSearch"
>
查询
</el-button>
</el-form-item>
</el-col>
</el-row>
</el-form>
</div>
<!-- 表格 -->
<div
class=
"from-clues-content loadingtext"
>
<lb-table
ref=
"table"
@
row-click=
"handleRowClick"
:page-size=
"pageData.pageSize"
:calcHeight=
"300"
:current-page
.
sync=
"pageData.currentPage"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
select=
"select"
@
p-current-change=
"handleCurrentChange"
@
selection-change=
"handleSelectionChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
<div
class=
"submit_button"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
plain
@
click=
"submitForm"
>
发起申请
</el-button>
</div>
</div>
</
template
>
<
script
>
//首次登记
import
store
from
'@/store/index.js'
import
{
datas
,
sendThis
}
from
"../javascript/selectTdsyq.js"
;
import
{
defaultParameters
}
from
"../javascript/publicDefaultPar.js"
;
import
table
from
"@/utils/mixin/table"
;
import
jump
from
"./mixin/jump"
;
import
{
startBusinessFlow
,
selectTdsyqQlxx
}
from
"@/api/ywbl.js"
;
export
default
{
mixins
:
[
table
,
jump
],
props
:
{
isJump
:
{
type
:
Boolean
,
default
:
false
},
sqywInfo
:
{
type
:
Object
,
default
:
()
=>
{
}
},
},
data
()
{
return
{
queryForm
:
defaultParameters
.
defaultParameters
(),
tableData
:
{
total
:
0
,
columns
:
datas
.
columns
(),
data
:
[]
},
bdcdysz
:
[]
}
},
mounted
()
{
sendThis
(
this
);
},
methods
:
{
queryClick
()
{
this
.
$startLoading
();
this
.
queryForm
.
sqywbm
=
this
.
sqywInfo
.
djywbm
;
selectTdsyqQlxx
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
;
this
.
tableData
.
total
=
total
;
this
.
tableData
.
data
=
records
;
}
});
},
submitForm
()
{
if
(
this
.
bdcdysz
.
length
==
0
)
{
this
.
$message
.
error
(
"请至少选择一条数据"
);
return
;
}
startBusinessFlow
({
bsmSqyw
:
this
.
sqywInfo
.
parentid
,
bdcdysz
:
this
.
bdcdysz
,
djqxbm
:
this
.
sqywInfo
.
nodetype
==
"djqx"
?
this
.
sqywInfo
.
nodecode
:
""
,
djqxmc
:
this
.
sqywInfo
.
nodetype
==
"djqx"
?
this
.
sqywInfo
.
nodename
:
""
,
}).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
this
.
$message
({
showClose
:
true
,
message
:
"发起申请成功"
,
type
:
"success"
,
});
if
(
!
this
.
isJump
)
{
this
.
jump
(
res
.
result
,
this
.
sqywInfo
.
djywbm
);
}
else
{
store
.
dispatch
(
'user/refreshPage'
,
true
);
}
this
.
$popupCacel
()
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
})
},
handleSelectionChange
(
val
)
{
this
.
bdcdysz
=
val
;
},
openBook
(
row
)
{
var
param
=
{
bdcdyid
:
row
.
bdcdyid
,
qllx
:
row
.
qllx
,
bdcdyh
:
row
.
bdcdyh
,
bsmQlxx
:
row
.
bsmQlxx
,
};
this
.
$popup
(
"登记簿详情"
,
"registerBook/djbFrame"
,
{
formData
:
param
})
},
select
(
selection
,
row
)
{
if
(
this
.
sqywInfo
.
sqywdylx
==
"1"
)
{
// 清除 所有勾选项
this
.
$refs
.
table
.
clearSelection
()
// 当表格数据都没有被勾选的时候 就返回
// 主要用于将当前勾选的表格状态清除
if
(
selection
.
length
==
0
)
return
this
.
$refs
.
table
.
toggleRowSelection
(
row
,
true
);
}
},
handleRowClick
(
row
)
{
// 如果状态是1,那就是单选
if
(
this
.
sqywInfo
.
sqywdylx
==
"1"
)
{
const
bdcdysz
=
this
.
bdcdysz
this
.
$refs
.
table
.
clearSelection
()
if
(
bdcdysz
.
length
==
1
)
{
bdcdysz
.
forEach
(
item
=>
{
// 判断 如果当前的一行被勾选, 再次点击的时候就会取消选中
if
(
item
==
row
)
{
this
.
$refs
.
table
.
toggleRowSelection
(
row
,
false
);
}
// 不然就让当前的一行勾选
else
{
this
.
$refs
.
table
.
toggleRowSelection
(
row
,
true
);
}
})
}
else
{
this
.
$refs
.
table
.
toggleRowSelection
(
row
,
true
);
}
}
else
{
this
.
$refs
.
table
.
toggleRowSelection
(
row
);
}
},
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
@import
"~@/styles/public.scss"
;
</
style
>
src/views/ywbl/ywsq/javascript/selectJsydsyq.js
View file @
0211cfb
/*
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-17 10:37:24
...
...
@@ -88,11 +88,11 @@ class data extends filter {
prop
:
"mjmc"
,
width
:
'100'
,
label
:
"使用权面积"
,
},
},
{
prop
:
"ytmc"
,
label
:
"土地用途"
,
},
},
{
prop
:
"qdjgmc"
,
width
:
'100'
,
...
...
src/views/ywbl/ywsq/javascript/selectTdsyq.js
0 → 100644
View file @
0211cfb
/*
* @Description: 土地所有权对象处理
* @Autor: ssq
* @LastEditTime: 2023年06月28日 11:08:58
*/
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
}
>
正在办理
<
/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
>
)
}
},
{
prop
:
"qllxmc"
,
label
:
"权利类型"
,
},
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
minWidth
:
'150'
},
{
prop
:
"bdcqzh"
,
label
:
"不动产权证号"
,
minWidth
:
'150'
},
{
prop
:
"gyqk"
,
label
:
"共有方式"
,
},
{
prop
:
"qlrmc"
,
label
:
"使用权人"
,
},
{
prop
:
"qlrzjhm"
,
label
:
"证件号"
,
},
{
prop
:
"qlxzmc"
,
width
:
'80'
,
label
:
"权利性质"
,
},
{
prop
:
"mjmc"
,
width
:
'100'
,
label
:
"使用权面积"
,
},
{
prop
:
"ytmc"
,
label
:
"土地用途"
,
},
{
prop
:
"zl"
,
label
:
"坐落"
,
minWidth
:
'150'
},
{
label
:
'操作'
,
width
:
'80'
,
align
:
'center'
,
fixed
:
'right'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
button
type
=
"text"
icon
=
"el-icon-edit-outline"
onClick
=
{()
=>
{
vm
.
openBook
(
scope
.
row
)
}}
>
登记薄
<
/el-button
>
<
/div
>
)
}
},
]
}
}
let
datas
=
new
data
()
export
{
datas
,
sendThis
}
src/views/ywbl/ywsq/javascript/slectBdcdata.js
View file @
0211cfb
...
...
@@ -15,6 +15,14 @@ export function queueDjywmc(djywbm, djqxbm) {
case
"A07100"
:
//集体建设用地使用权(首次登记)
vm
=
"selectQjzdjbxx"
;
break
;
case
"A01200"
:
case
"A01300"
:
case
"A01400"
:
case
"A02200"
:
case
"A02300"
:
case
"A02400"
:
vm
=
"selectTdsyq"
;
break
;
case
"A03200"
:
case
"A03300"
:
case
"A03400"
:
...
...
Please
register
or
sign in
to post a comment