Blame view

src/api/zhcx.js 5.08 KB
1 2 3
/*
 * @Description: 综合查询-登记簿查询
 * @Autor: renchao
4
 * @LastEditTime: 2023-05-17 10:23:50
5
 */
吴蕾 committed
6
import request from '@/utils/request'
7
let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl'))
吴蕾 committed
8

9 10 11 12 13 14

/**
 * @description: 根据条件进行列表查询
 * @param {*} data
 * @author: renchao
 */
任超 committed
15
export function getDjbBysearch (data) {
吴蕾 committed
16
  return request({
任超 committed
17
    url: SERVER.SERVERAPI + '/rest/zhcx/search/qlxx/getDjbBysearch',
吴蕾 committed
18 19 20 21 22
    method: 'post',
    data: data
  })
}

23 24 25 26 27
/**
 * @description: 获取登记封面
 * @param {*} qlbsm
 * @author: renchao
 */
任超 committed
28
export function getDjbfm (qlbsm) {
吴蕾 committed
29
  return request({
任超 committed
30
    url: SERVER.SERVERAPI + '/rest/zhcx/djbcx/djbfm/' + qlbsm,
吴蕾 committed
31 32 33 34
    method: 'get'
  })
}

35 36 37 38 39
/**
 * @description: 获取登记目录
 * @param {*} data
 * @author: renchao
 */
任超 committed
40
export function getBdcqldjmlByBdcdyid (data) {
吴蕾 committed
41
  return request({
任超 committed
42
    url: SERVER.SERVERAPI + '/rest/zhcx/djbcx/getBdcqldjmlByBdcdyid',
田浩浩 committed
43 44
    method: 'get',
    params: data
吴蕾 committed
45 46 47
  })
}

48 49 50 51 52
/**
 * @description: 获取宗地信息
 * @param {*} qlbsm
 * @author: renchao
 */
任超 committed
53
export function getZdjbxx (qlbsm) {
吴蕾 committed
54
  return request({
任超 committed
55
    url: SERVER.SERVERAPI + '/rest/zhcx/djbcx/zdjbxx/' + qlbsm,
吴蕾 committed
56 57 58 59
    method: 'get'
  })
}

60 61 62 63 64
/**
 * @description: 获取宗地信息
 * @param {*} data
 * @author: renchao
 */
任超 committed
65
export function getZdjjxxBybdcdyid (data) {
66
  return request({
任超 committed
67
    url: SERVER.SERVERAPI + '/rest/zhcx/djbcx/getZdjjxxBybdcdyid',
68 69 70 71 72
    method: 'get',
    params: data
  })
}

73 74 75 76 77
/**
 * @description: 获取宗地信息
 * @param {*} data
 * @author: renchao
 */
任超 committed
78
export function getZdjjxxBySLdy (data) {
田浩浩 committed
79
  return request({
任超 committed
80
    url: SERVER.SERVERAPI + '/rest/zhcx/djbcx/getZdjjxxBybdcdyid',
田浩浩 committed
81 82 83 84 85
    method: 'get',
    params: data
  })
}

86 87 88 89 90
/**
 * @description: 获取不动产权利及其他事项
 * @param {*} data
 * @author: renchao
 */
任超 committed
91
export function getBdcqljqtsx (data) {
田浩浩 committed
92
  return request({
任超 committed
93
    url: SERVER.SERVERAPI + '/rest/zhcx/djbcx/getBdcqljqtsx',
田浩浩 committed
94 95 96 97 98
    method: 'get',
    params: data
  })
}

99 100 101 102 103
/**
 * @description: 获取不动产权利及其他事项页面信息
 * @param {*} qlbsm
 * @author: renchao
 */
任超 committed
104
export function getQlname (qlbsm) {
吴蕾 committed
105
  return request({
任超 committed
106
    url: SERVER.SERVERAPI + '/rest/zhcx/djbcx/qlname/' + qlbsm,
吴蕾 committed
107 108 109 110
    method: 'get'
  })
}

111 112 113 114 115
/**
 * @description: 获取权利详细信息
 * @param {*} qlbsm
 * @author: renchao
 */
任超 committed
116
export function getDetail (qlbsm) {
吴蕾 committed
117
  return request({
任超 committed
118
    url: SERVER.SERVERAPI + '/rest/zhcx/djbcx/detail/' + qlbsm,
吴蕾 committed
119 120 121
    method: 'get'
  })
}
122

123 124 125 126 127
/**
 * @description: 获取建设用地使用权
 * @param {*} data
 * @author: renchao
 */
任超 committed
128
export function getJsydsyqList (data) {
129
  return request({
任超 committed
130
    url: SERVER.SERVERAPI + '/rest/zhcx/djbcx/getJsydsyqList',
131 132 133 134
    method: 'post',
    data
  })
}
135 136 137 138 139
/**
 * @description: 获取抵押权
 * @param {*} data
 * @author: renchao
 */
任超 committed
140
export function getDiyaqList (data) {
田浩浩 committed
141
  return request({
任超 committed
142
    url: SERVER.SERVERAPI + '/rest/zhcx/djbcx/getDiyaqList',
田浩浩 committed
143 144 145 146
    method: 'post',
    data
  })
}
147 148 149 150 151
/**
 * @description: 获取地役权
 * @param {*} data
 * @author: renchao
 */
任超 committed
152
export function getDiyiqList (data) {
田浩浩 committed
153
  return request({
任超 committed
154
    url: SERVER.SERVERAPI + '/rest/zhcx/djbcx/getDiyiqList',
田浩浩 committed
155 156 157 158
    method: 'post',
    data
  })
}
159 160 161 162 163
/**
 * @description: 获取预告登记
 * @param {*} data
 * @author: renchao
 */
任超 committed
164
export function getYgdjList (data) {
田浩浩 committed
165
  return request({
任超 committed
166
    url: SERVER.SERVERAPI + '/rest/zhcx/djbcx/getYgdjList',
田浩浩 committed
167 168 169 170
    method: 'post',
    data
  })
}
171 172 173 174 175
/**
 * @description: 获取异议登记
 * @param {*} data
 * @author: renchao
 */
任超 committed
176
export function getYydjList (data) {
田浩浩 committed
177
  return request({
任超 committed
178
    url: SERVER.SERVERAPI + '/rest/zhcx/djbcx/getYydjList',
田浩浩 committed
179 180 181 182
    method: 'post',
    data
  })
}
183 184 185 186 187
/**
 * @description: 获取查封登记
 * @param {*} data
 * @author: renchao
 */
任超 committed
188
export function getCfdjList (data) {
田浩浩 committed
189
  return request({
任超 committed
190
    url: SERVER.SERVERAPI + '/rest/zhcx/djbcx/getCfdjList',
田浩浩 committed
191 192 193 194
    method: 'post',
    data
  })
}
195 196 197 198 199
/**
 * @description: 进度查询列表
 * @param {*} data
 * @author: renchao
 */
任超 committed
200
export function getJdcxBysearch (data) {
liangyifan committed
201
  return request({
任超 committed
202
    url: SERVER.SERVERAPI + '/rest/zhcx/search/getJdcxBysearch',
203 204
    method: 'post',
    data
liangyifan committed
205 206
  })
}
任超 committed
207

208 209 210 211 212
/**
 * @description: 证书领取查询
 * @param {*} data
 * @author: renchao
 */
蔡俊立 committed
213 214 215 216 217 218 219 220
export function getBdcqzReceiveList (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/zhcx/search/getBdcqzReceiveList',
    method: 'post',
    data
  })
}

221 222 223 224 225
/**
 * @description: 在建工程抵押查询
 * @param {*} data
 * @author: renchao
 */
蔡俊立 committed
226 227 228 229 230 231 232 233
export function getZjgcdyList (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/zhcx/search/getZjgcdyList',
    method: 'post',
    data
  })
}

赵千 committed
234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251
// 数据上报推送查询
export function getSjsbPushList (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/system/sysPushRecord/list',
    method: 'post',
    data
  })
}

// 数据上报推送
export function pushSjsbRecord (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/system/sysPushRecord/push',
    method: 'post',
    data
  })
}

赵千 committed
252 253 254 255 256 257 258 259
// 数据上报推送
export function detail (bsm) {
  return request({
    url: SERVER.SERVERAPI + '/rest/system/sysPushRecord/detail?bsm=' + bsm,
    method: 'get'
  })
}

蔡俊立 committed
260

任超 committed
261