Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
17b4a79f
authored
2023-01-12 17:52:54 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcjg-web
2 parents
2710b0a5
5e988259
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
14 deletions
src/api/business.js
src/views/business-info/fdcqqfsyq/data/index.js
src/views/business-info/fdcqyz/data/index.js
src/api/business.js
View file @
17b4a79
...
...
@@ -52,6 +52,16 @@ class business {
data
})
}
// 海域(含无居民海岛)使用权
async
getQlfQlHysyqByConditon
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/QlfQlHysyq/getDataPage'
,
method
:
'post'
,
data
})
}
// 抵押权登记
...
...
@@ -70,14 +80,6 @@ class business {
data
})
}
// 海域(含无居民海岛)使用权
async
getQlfQlHysyqByConditon
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/QlfQlHysyq/getDataPage'
,
method
:
'post'
,
data
})
}
// 构(建)筑物所有权
async
getQltQlGjzwsyqByCondition
(
data
)
{
return
request
({
...
...
src/views/business-info/fdcqqfsyq/data/index.js
View file @
17b4a79
...
...
@@ -22,15 +22,15 @@ class data extends filter {
// },
{
label
:
"建(构)筑物名称"
,
prop
:
"
JGZWMC
"
prop
:
"
jgzwmc
"
},
{
label
:
"不动产单元号"
,
prop
:
"
BDCDYH
"
prop
:
"
bdcdyh
"
},
{
label
:
"不动产权证号"
,
prop
:
"
BDCQZH
"
prop
:
"
bdcqzh
"
},
{
label
:
"登记时间"
,
...
...
@@ -39,7 +39,7 @@ class data extends filter {
},
{
label
:
"登记机构"
,
prop
:
"
DJJG
"
prop
:
"
djjg
"
}
]
}
...
...
src/views/business-info/fdcqyz/data/index.js
View file @
17b4a79
...
...
@@ -33,11 +33,11 @@ class data extends filter {
// },
{
label
:
"不动产单元号"
,
prop
:
"
BDCDYH
"
prop
:
"
bdcdyh
"
},
{
label
:
"不动产权证号"
,
prop
:
"
BDCQZH
"
prop
:
"
bdcqzh
"
},
{
label
:
"登记时间"
,
...
...
Please
register
or
sign in
to post a comment