Blame view

src/api/djbDetail.js 5.11 KB
1 2 3
/*
 * @Description: 登记簿详情页
 * @Autor: renchao
yangwei committed
4
 * @LastEditTime: 2023-08-11 15:27:45
5 6
 */

田浩浩 committed
7
import request from '@/utils/request'
8
let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl'))
9 10 11 12 13
/**
 * @description: 获取登记封面
 * @param {*} data
 * @author: renchao
 */
任超 committed
14
export function getDjbfm (data) {
田浩浩 committed
15
  return request({
任超 committed
16
    url: SERVER.SERVERAPI + '/rest/djbDetail/getDjbFm',
田浩浩 committed
17 18 19 20
    method: 'get',
    params: data
  })
}
xiaomiao committed
21 22 23 24 25 26 27 28 29 30 31 32
/**
 * @description: 获取权利类型数组
 * @param {*} params
 * @author: renchao
 */
 export function getQllxByBdcdyid (params) {
  return request({
    url: SERVER.SERVERAPI + '/rest/djbDetail/getQllxByBdcdyid',
    method: 'get',
    params
  })
}
33 34 35 36 37
/**
 * @description: 获取登记目录
 * @param {*} data
 * @author: renchao
 */
任超 committed
38
export function getBdcqldjmlByBdcdyid (data) {
田浩浩 committed
39
  return request({
任超 committed
40
    url: SERVER.SERVERAPI + '/rest/djbDetail/getBdcqldjmlByBdcdyid',
田浩浩 committed
41 42 43 44 45
    method: 'get',
    params: data
  })
}

46 47 48 49 50
/**
 * @description: 获取宗地信息
 * @param {*} data
 * @author: renchao
 */
任超 committed
51
export function getZdjjxxBybdcdyid (data) {
田浩浩 committed
52
  return request({
任超 committed
53
    url: SERVER.SERVERAPI + '/rest/djbDetail/getZdjjxxBybdcdyid',
田浩浩 committed
54 55 56 57 58
    method: 'get',
    params: data
  })
}

59 60 61 62 63
/**
 * @description: 根据受理单元标识,获取宗地信息
 * @param {*} data
 * @author: renchao
 */
任超 committed
64
export function getZdjjxxBySLdy (data) {
田浩浩 committed
65
  return request({
任超 committed
66
    url: SERVER.SERVERAPI + '/rest/djbDetail/getZdjjxxBySLdy',
田浩浩 committed
67 68 69 70 71
    method: 'get',
    params: data
  })
}

72 73 74 75 76
/**
 * @description: 获取不动产权利及其他事项
 * @param {*} data
 * @author: renchao
 */
任超 committed
77
export function getBdcqljqtsx (data) {
田浩浩 committed
78
  return request({
任超 committed
79
    url: SERVER.SERVERAPI + '/rest/djbDetail/getBdcqljqtsx',
田浩浩 committed
80 81 82 83
    method: 'get',
    params: data
  })
}
“miaofang committed
84 85 86 87 88 89 90 91 92 93 94 95
/**
 * @description: 获取不动产权利及其他事项Bdcdyh
 * @param {*} data
 * @author: renchao
 */
 export function getBdcqljqtsxBdcdyh (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/djbDetail/getBdcqljqtsxBdcdyh',
    method: 'get',
    params: data
  })
}
96
/**
97 98 99 100 101 102 103 104 105 106 107 108 109
 * @description: 获取土地所有权
 * @param {*} data
 * @author: renchao
 */
export function getTdsyqList (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/djbDetail/getTdsyqList',
    method: 'post',
    data
  })
}

/**
110 111 112 113
 * @description: 获取建设用地使用权
 * @param {*} data
 * @author: renchao
 */
任超 committed
114
export function getJsydsyqList (data) {
田浩浩 committed
115
  return request({
任超 committed
116
    url: SERVER.SERVERAPI + '/rest/djbDetail/getJsydsyqList',
田浩浩 committed
117 118 119 120
    method: 'post',
    data
  })
}
田浩浩 committed
121

122 123 124 125 126
/**
 * @description: 获取房屋独幢信息集合
 * @param {*} data
 * @author: renchao
 */
任超 committed
127
export function getFdcq2List (data) {
田浩浩 committed
128
  return request({
任超 committed
129
    url: SERVER.SERVERAPI + '/rest/djbDetail/getFdcq2List',
田浩浩 committed
130 131 132 133
    method: 'post',
    data
  })
}
134 135 136 137 138 139 140 141 142 143 144 145
/**
 * @description: 获取房屋多幢信息集合
 * @param {*} data
 * @author: renchao
 */
export function getFdcq1List (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/djbDetail/getFdcq1List',
    method: 'post',
    data
  })
}
田浩浩 committed
146

147 148 149 150 151
/**
 * @description: 获取抵押权
 * @param {*} data
 * @author: renchao
 */
任超 committed
152
export function getDiyaqList (data) {
田浩浩 committed
153
  return request({
任超 committed
154
    url: SERVER.SERVERAPI + '/rest/djbDetail/getDiyaqList',
田浩浩 committed
155 156 157 158
    method: 'post',
    data
  })
}
159 160 161 162 163
/**
 * @description: 获取地役权
 * @param {*} data
 * @author: renchao
 */
任超 committed
164
export function getDiyiqList (data) {
田浩浩 committed
165
  return request({
任超 committed
166
    url: SERVER.SERVERAPI + '/rest/djbDetail/getDiyiqList',
田浩浩 committed
167 168 169 170
    method: 'post',
    data
  })
}
171 172 173 174 175
/**
 * @description: 获取预告登记
 * @param {*} data
 * @author: renchao
 */
任超 committed
176
export function getYgdjList (data) {
田浩浩 committed
177
  return request({
任超 committed
178
    url: SERVER.SERVERAPI + '/rest/djbDetail/getYgdjList',
田浩浩 committed
179 180 181 182
    method: 'post',
    data
  })
}
183 184 185 186 187
/**
 * @description: 获取异议登记
 * @param {*} data
 * @author: renchao
 */
任超 committed
188
export function getYydjList (data) {
田浩浩 committed
189
  return request({
任超 committed
190
    url: SERVER.SERVERAPI + '/rest/djbDetail/getYydjList',
田浩浩 committed
191 192 193 194
    method: 'post',
    data
  })
}
195 196 197 198 199
/**
 * @description: 获取查封登记
 * @param {*} data
 * @author: renchao
 */
任超 committed
200
export function getCfdjList (data) {
田浩浩 committed
201
  return request({
任超 committed
202
    url: SERVER.SERVERAPI + '/rest/djbDetail/getCfdjList',
田浩浩 committed
203 204 205 206
    method: 'post',
    data
  })
}
207 208 209 210 211
/**
 * @description: 获取数据比对集合
 * @param {*} data
 * @author: renchao
 */
任超 committed
212
export function getFdcqLSInfo (data) {
213
  return request({
任超 committed
214
    url: SERVER.SERVERAPI + '/rest/djbDetail/getFdcqLSInfo',
215 216 217 218
    method: 'post',
    data
  })
}
219 220 221 222 223
/**
 * @description: 获取土地经营权、农用地使用权
 * @param {*} data
 * @author: renchao
 */
蔡俊立 committed
224 225 226 227 228 229 230
export function getNydsyqList (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/djbDetail/getNydsyqList',
    method: 'post',
    data
  })
}
xiaomiao committed
231 232 233 234 235 236 237 238 239 240 241 242 243

/**
 * @description: 获取当前权力信息和上手权力信息
 * @param {*} data
 * @author: renchao
 */

 export function getDjbQlxxDiff (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/djbDetail/getDjbQlxxDiff?bsmQlxx=' + data,
    method: 'post',
  })
}
yangwei committed
244 245 246 247 248 249 250 251 252 253 254 255 256

/**
 * @description: 获取林权登记簿信息
 * @param {*} data
 * @author: renchao
 */
 export function getLqList (data) {
  return request({
    url: SERVER.SERVERAPI + '/rest/djbDetail/getLqList',
    method: 'post',
    data
  })
}