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
83537435
authored
2023-02-02 09:37:44 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:busniess
1 parent
0493e34e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
47 additions
and
86 deletions
src/api/business.js
src/api/business.js
View file @
8353743
...
...
@@ -3,7 +3,7 @@ import SERVER from './config'
class
business
{
// 申请人属性信息-业务表单
async
getDjfDjSqrById
(
bsmSjsb
)
{
async
getDjfDjSqrById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/DjfDjSqr/detail'
,
method
:
'get'
,
...
...
@@ -13,7 +13,7 @@ class business {
})
}
// 申请人属性信息-业务-修改
async
updateDjfDjSqr
(
data
)
{
async
updateDjfDjSqr
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/DjfDjSqr/edit'
,
method
:
'post'
,
...
...
@@ -21,7 +21,7 @@ class business {
})
}
// 登记归档信息-业务表单
async
getDjfDjGdById
(
bsmSjsb
)
{
async
getDjfDjGdById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/DjfDjGd/detail'
,
method
:
'get'
,
...
...
@@ -31,7 +31,7 @@ class business {
})
}
// 登记归档信息-业务-修改
async
updateDjfDjGd
(
data
)
{
async
updateDjfDjGd
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/DjfDjGd/edit'
,
method
:
'put'
,
...
...
@@ -39,7 +39,7 @@ class business {
})
}
// 户信息- 业务表单
async
getKttFwHById
(
bsmSjsb
)
{
async
getKttFwHById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/KttFwH/detail'
,
method
:
'get'
,
...
...
@@ -49,7 +49,7 @@ class business {
})
}
// 户信息-业务-修改
async
updateKttFwH
(
data
)
{
async
updateKttFwH
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/KttFwH/edit'
,
method
:
'post'
,
...
...
@@ -57,7 +57,7 @@ class business {
})
}
//登记发证信息
async
getDjfDjFzDetailById
(
bsmSjsb
)
{
async
getDjfDjFzDetailById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/DjfDjFz/detail'
,
method
:
'get'
,
...
...
@@ -67,7 +67,7 @@ class business {
})
}
//修改登记发证信息
async
updateDjfDjFz
(
data
)
{
async
updateDjfDjFz
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/DjfDjFz/edit'
,
method
:
'post'
,
...
...
@@ -75,7 +75,7 @@ class business {
})
}
// 层信息- 业务表单
async
getKttFwCById
(
bsmSjsb
)
{
async
getKttFwCById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/KttFwC/detail'
,
method
:
'get'
,
...
...
@@ -85,7 +85,7 @@ class business {
})
}
//登记缮证信息
async
getDjfDjSzById
(
bsmSjsb
)
{
async
getDjfDjSzById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/DjfDjSz/detail'
,
method
:
'get'
,
...
...
@@ -95,7 +95,7 @@ class business {
})
}
// 层信息-业务-修改
async
updateKttFwC
(
data
)
{
async
updateKttFwC
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/KttFwC/edit'
,
method
:
'post'
,
...
...
@@ -103,7 +103,7 @@ class business {
})
}
//修改登记缮证信息
async
updateDjfDjSz
(
data
)
{
async
updateDjfDjSz
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/DjfDjSz/edit'
,
method
:
'post'
,
...
...
@@ -111,7 +111,7 @@ class business {
})
}
//登记审核信息
async
getDjfDjShById
(
bsmSjsb
)
{
async
getDjfDjShById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/DjfDjSh/detail'
,
method
:
'get'
,
...
...
@@ -121,7 +121,7 @@ class business {
})
}
//修改登记审核信息
async
updateDjfDjSh
(
data
)
{
async
updateDjfDjSh
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/DjfDjSh/edit'
,
method
:
'post'
,
...
...
@@ -130,7 +130,7 @@ class business {
}
//登记审核信息
async
getDjfDjDbById
(
bsmSjsb
)
{
async
getDjfDjDbById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/DjfDjDb/detail'
,
method
:
'get'
,
...
...
@@ -140,7 +140,7 @@ class business {
})
}
//修改登记审核信息
async
updateDjfDjDb
(
data
)
{
async
updateDjfDjDb
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/DjfDjDb/edit'
,
method
:
'post'
,
...
...
@@ -149,7 +149,7 @@ class business {
}
//登记收件信息
async
getDjfDjSjById
(
bsmSjsb
)
{
async
getDjfDjSjById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/DjfDjSj/detail'
,
method
:
'get'
,
...
...
@@ -159,7 +159,7 @@ class business {
})
}
//修改登记收件信息
async
updateDjfDjSj
(
data
)
{
async
updateDjfDjSj
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/DjfDjSj/edit'
,
method
:
'post'
,
...
...
@@ -167,7 +167,7 @@ class business {
})
}
// 登记受理申请信息 -- 业务表单
async
getDjtDjSlsqById
(
bsmSjsb
)
{
async
getDjtDjSlsqById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/DjtDjSlsq/detail'
,
method
:
'get'
,
...
...
@@ -177,7 +177,7 @@ class business {
})
}
// 登记受理申请信息 -- 业务修改
async
updateDjtDjSlsq
(
data
)
{
async
updateDjtDjSlsq
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/DjtDjSlsq/edit'
,
method
:
'post'
,
...
...
@@ -185,7 +185,7 @@ class business {
})
}
// 逻辑幢信息 -- 业务表单
async
getKttFwLjzById
(
bsmSjsb
)
{
async
getKttFwLjzById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/KttFwLjz/detail'
,
method
:
'get'
,
...
...
@@ -196,7 +196,7 @@ class business {
}
// 逻辑幢信息 -- 业务修改
async
updateKttFwLjz
(
data
)
{
async
updateKttFwLjz
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/KttFwLjz/edit'
,
method
:
'post'
,
...
...
@@ -204,7 +204,7 @@ class business {
})
}
//修改登记受理申请信息
async
updateDjtDjSlsq
(
data
)
{
async
updateDjtDjSlsq
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/DjtDjSlsq/updateDjtDjSlsq'
,
method
:
'put'
,
...
...
@@ -212,7 +212,7 @@ class business {
})
}
// 权利人 -- 业务表单
async
getZttGyQlrById
(
bsmSjsb
)
{
async
getZttGyQlrById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/ZttGyQlr/detail'
,
method
:
'get'
,
...
...
@@ -222,7 +222,7 @@ class business {
})
}
// 权利人 -- 业务表单修改
async
updateZttGyQlr
(
data
)
{
async
updateZttGyQlr
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/ZttGyQlr/edit'
,
method
:
'post'
,
...
...
@@ -230,7 +230,7 @@ class business {
})
}
// 宗海空间属性
async
getZhK105ById
(
bsmSjsb
)
{
async
getZhK105ById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/ZhK105/detail'
,
method
:
'get'
,
...
...
@@ -240,7 +240,7 @@ class business {
})
}
//用海状况
async
getKtfZhYhzkById
(
bsmSjsb
)
{
async
getKtfZhYhzkById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/KtfZhYhzk/detail'
,
method
:
'get'
,
...
...
@@ -250,7 +250,7 @@ class business {
})
}
// 宗海空间属性-修改
async
updateZhK105
(
data
)
{
async
updateZhK105
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/ZhK105/edit'
,
method
:
'post'
,
...
...
@@ -258,7 +258,7 @@ class business {
})
}
//修改用海状况
async
updateKtfZhYhzk
(
data
)
{
async
updateKtfZhYhzk
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/KtfZhYhzk/edit'
,
method
:
'post'
,
...
...
@@ -266,7 +266,7 @@ class business {
})
}
// 非结构化文档
async
getFjF100ById
(
bsmSjsb
)
{
async
getFjF100ById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/FjF100/detail'
,
method
:
'get'
,
...
...
@@ -276,7 +276,7 @@ class business {
})
}
//宗地变化情况
async
getKtfZdbhqkById
(
bsmSjsb
)
{
async
getKtfZdbhqkById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/KtfZdbhqk/detail'
,
method
:
'get'
,
...
...
@@ -286,7 +286,7 @@ class business {
})
}
//非结构化文档-修改
async
updateFjF100
(
data
)
{
async
updateFjF100
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/FjF100/edit'
,
method
:
'post'
,
...
...
@@ -294,7 +294,7 @@ class business {
})
}
//修改宗地变化情况
async
updateKtfZdbhqk
(
data
)
{
async
updateKtfZdbhqk
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/KtfZdbhqk/edit'
,
method
:
'post'
,
...
...
@@ -302,7 +302,7 @@ class business {
})
}
//宗海基本信息
async
getKttZhjbxxById
(
bsmSjsb
)
{
async
getKttZhjbxxById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/KttZhjbxx/detail'
,
method
:
'get'
,
...
...
@@ -312,7 +312,7 @@ class business {
})
}
//修改宗海基本信息
async
updateKttZhjbxx
(
data
)
{
async
updateKttZhjbxx
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/KttZhjbxx/edit'
,
method
:
'post'
,
...
...
@@ -320,7 +320,7 @@ class business {
})
}
//宗地空间属性
async
getZdK103ById
(
bsmSjsb
)
{
async
getZdK103ById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/ZdK103/detail'
,
method
:
'get'
,
...
...
@@ -330,7 +330,7 @@ class business {
})
}
//修改宗地空间属性
async
updateZdK103
(
data
)
{
async
updateZdK103
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/ZdK103/edit'
,
method
:
'post'
,
...
...
@@ -338,7 +338,7 @@ class business {
})
}
// 自然幢信息
async
getKttFwZrzById
(
bsmSjsb
)
{
async
getKttFwZrzById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/KttFwZrz/detail'
,
method
:
'get'
,
...
...
@@ -348,7 +348,7 @@ class business {
})
}
//构筑物
async
getKttGzwById
(
bsmSjsb
)
{
async
getKttGzwById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/KttGzw/detail'
,
method
:
'get'
,
...
...
@@ -358,7 +358,7 @@ class business {
})
}
// 自然幢信息-修改
async
updateKttFwZrz
(
data
)
{
async
updateKttFwZrz
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/KttFwZrz/edit'
,
method
:
'post'
,
...
...
@@ -366,7 +366,7 @@ class business {
})
}
//修改构筑物
async
updateKttGzw
(
data
)
{
async
updateKttGzw
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/KttGzw/edit'
,
method
:
'post'
,
...
...
@@ -374,7 +374,7 @@ class business {
})
}
//界址点
async
getKttGyJzdById
(
bsmSjsb
)
{
async
getKttGyJzdById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/KttGyJzd/detail'
,
method
:
'get'
,
...
...
@@ -384,7 +384,7 @@ class business {
})
}
//修改界址点
async
updateKttGyJzd
(
data
)
{
async
updateKttGyJzd
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/KttGyJzd/edit'
,
method
:
'post'
,
...
...
@@ -392,7 +392,7 @@ class business {
})
}
//界址线信息
async
getKttGyJzxById
(
bsmSjsb
)
{
async
getKttGyJzxById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/KttGyJzx/detail'
,
method
:
'get'
,
...
...
@@ -402,7 +402,7 @@ class business {
})
}
//修改界址线信息
async
updateKttGyJzx
(
data
)
{
async
updateKttGyJzx
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/KttGyJzx/edit'
,
method
:
'post'
,
...
...
@@ -410,28 +410,8 @@ class business {
})
}
//房地产权_独幢、层、套、间房屋信息
async
getQltFwFdcqYzById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/QltFwFdcqYz/detail'
,
method
:
'get'
,
params
:
{
bsmSjsb
:
bsmSjsb
}
})
}
//修改房地产权_独幢、层、套、间房屋信息
async
updateQltFwFdcqYz
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/QltFwFdcqYz/edit'
,
method
:
'post'
,
data
})
}
// 更正登记信息
async
getQlfQlGzdjById
(
bsmSjsb
)
{
async
getQlfQlGzdjById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/QlfQlGzdj/detail'
,
method
:
'get'
,
...
...
@@ -441,31 +421,12 @@ class business {
})
}
// 更正登记信息-修改
async
updateQlfQlGzdj
(
data
)
{
async
updateQlfQlGzdj
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/QlfQlGzdj/edit'
,
method
:
'post'
,
data
})
}
// 用海,用岛坐标
async
getKtfZhYhydzbById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/KtfZhYhydzb/detail'
,
method
:
'get'
,
params
:
{
bsmSjsb
:
bsmSjsb
}
})
}
// 用海,用岛坐标-修改
async
updateKtfZhYhydzb
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/KtfZhYhydzb/edit'
,
method
:
'post'
,
data
})
}
}
export
default
new
business
()
...
...
Please
register
or
sign in
to post a comment