b94ff4d8 by 任超
2 parents e5afeaf9 991c9c0b
Showing 55 changed files with 112 additions and 114 deletions
...@@ -60,26 +60,6 @@ class business { ...@@ -60,26 +60,6 @@ class business {
60 data 60 data
61 }) 61 })
62 } 62 }
63
64
65
66
67 // 抵押权登记
68 async getQlfQlDyaqByCondition (data) {
69 return request({
70 url: SERVER.SERVERAPI +'/rest/reg/QlfQlDyaq/getDataPage',
71 method: 'post',
72 data
73 })
74 }
75 // 查封登记信息
76 async getQlfQlCfdjByCondtion (data) {
77 return request({
78 url: SERVER.SERVERAPI +'/rest/reg/QlfQlCfdj/getDataPage',
79 method: 'post',
80 data
81 })
82 }
83 // 构(建)筑物所有权 63 // 构(建)筑物所有权
84 async getQltQlGjzwsyqByCondition (data) { 64 async getQltQlGjzwsyqByCondition (data) {
85 return request({ 65 return request({
...@@ -113,7 +93,7 @@ class business { ...@@ -113,7 +93,7 @@ class business {
113 }) 93 })
114 } 94 }
115 // 异议登记信息 95 // 异议登记信息
116 async getQlfQlYydjByCondition (data) { 96 async getQlfQlYydjList (data) {
117 return request({ 97 return request({
118 url: SERVER.SERVERAPI +'/rest/reg/QlfQlYydj/getDataPage', 98 url: SERVER.SERVERAPI +'/rest/reg/QlfQlYydj/getDataPage',
119 method: 'post', 99 method: 'post',
...@@ -121,13 +101,33 @@ class business { ...@@ -121,13 +101,33 @@ class business {
121 }) 101 })
122 } 102 }
123 // 预告登记信息 103 // 预告登记信息
124 async getQlfQlYgdjByCondition (data) { 104 async getQlfQlYgdjList (data) {
125 return request({ 105 return request({
126 url: SERVER.SERVERAPI +'/rest/reg/QlfQlYgdj/getDataPage', 106 url: SERVER.SERVERAPI +'/rest/reg/QlfQlYgdj/getDataPage',
127 method: 'post', 107 method: 'post',
128 data 108 data
129 }) 109 })
130 } 110 }
111 // 查封登记信息
112 async getQlfQlCfdjList (data) {
113 return request({
114 url: SERVER.SERVERAPI +'/rest/reg/QlfQlCfdj/getDataPage',
115 method: 'post',
116 data
117 })
118 }
119
120
121
122 // 抵押权登记
123 async getQlfQlDyaqByCondition (data) {
124 return request({
125 url: SERVER.SERVERAPI +'/rest/reg/QlfQlDyaq/getDataPage',
126 method: 'post',
127 data
128 })
129 }
130
131 // 地役权 131 // 地役权
132 async getQlfQlDyiqByCondtion (data) { 132 async getQlfQlDyiqByCondtion (data) {
133 return request({ 133 return request({
...@@ -194,7 +194,7 @@ class business { ...@@ -194,7 +194,7 @@ class business {
194 //登记发证信息 194 //登记发证信息
195 async getDjfDjFzDetailById (bsmSjsb) { 195 async getDjfDjFzDetailById (bsmSjsb) {
196 return request({ 196 return request({
197 url: SERVER.SERVERAPI +'/rest/reg/djfDjFz/detail', 197 url: SERVER.SERVERAPI +'/rest/reg/DjfDjFz/detail',
198 method: 'get', 198 method: 'get',
199 params: { 199 params: {
200 bsmSjsb: bsmSjsb 200 bsmSjsb: bsmSjsb
...@@ -204,7 +204,7 @@ class business { ...@@ -204,7 +204,7 @@ class business {
204 //修改登记发证信息 204 //修改登记发证信息
205 async updateDjfDjFz (data) { 205 async updateDjfDjFz (data) {
206 return request({ 206 return request({
207 url: SERVER.SERVERAPI +'/rest/reg/djfDjFz/edit', 207 url: SERVER.SERVERAPI +'/rest/reg/DjfDjFz/edit',
208 method: 'post', 208 method: 'post',
209 data 209 data
210 }) 210 })
......
1 import request from '@/utils/request' 1 import request from '@/utils/request'
2 2 import SERVER from './config'
3 class ruleConfig { 3 class ruleConfig {
4 // 列表查询 4 // 列表查询
5 async getSysYwsjbList (data) { 5 async getSysYwsjbList (data) {
6 return request({ 6 return request({
7 url: '/SysYwsjb/getSysYwsjbList', 7 url: SERVER.SERVERAPI +'/rest/SysYwsjb/getSysYwsjbList',
8 method: 'post', 8 method: 'post',
9 data 9 data
10 }) 10 })
...@@ -12,7 +12,7 @@ class ruleConfig { ...@@ -12,7 +12,7 @@ class ruleConfig {
12 // 编辑界面列表查询 12 // 编辑界面列表查询
13 async eidtConfigRule (id) { 13 async eidtConfigRule (id) {
14 return request({ 14 return request({
15 url: '/SysYwsjb/getSysYwsjbWithSysYwsjbFieldByBsmYwsjb', 15 url: SERVER.SERVERAPI +'/rest/SysYwsjb/getSysYwsjbWithSysYwsjbFieldByBsmYwsjb',
16 method: 'get', 16 method: 'get',
17 params: { 17 params: {
18 bsmYwsjb: id 18 bsmYwsjb: id
...@@ -22,7 +22,7 @@ class ruleConfig { ...@@ -22,7 +22,7 @@ class ruleConfig {
22 // 编辑 22 // 编辑
23 async editSysYwsjbWithSysYwsjbField (data) { 23 async editSysYwsjbWithSysYwsjbField (data) {
24 return request({ 24 return request({
25 url: '/SysYwsjb/editSysYwsjbWithSysYwsjbField', 25 url: SERVER.SERVERAPI +'/rest/SysYwsjb/editSysYwsjbWithSysYwsjbField',
26 method: 'post', 26 method: 'post',
27 data 27 data
28 }) 28 })
...@@ -30,7 +30,7 @@ class ruleConfig { ...@@ -30,7 +30,7 @@ class ruleConfig {
30 // 编辑 30 // 编辑
31 async deleteSysYwsjbWithSysYwsjbFieldByBsmYwsjb (id) { 31 async deleteSysYwsjbWithSysYwsjbFieldByBsmYwsjb (id) {
32 return request({ 32 return request({
33 url: '/SysYwsjb/deleteSysYwsjbWithSysYwsjbFieldByBsmYwsjb', 33 url: SERVER.SERVERAPI +'/rest/SysYwsjb/deleteSysYwsjbWithSysYwsjbFieldByBsmYwsjb',
34 method: 'delete', 34 method: 'delete',
35 params: { 35 params: {
36 bsmYwsjb: id 36 bsmYwsjb: id
...@@ -40,7 +40,7 @@ class ruleConfig { ...@@ -40,7 +40,7 @@ class ruleConfig {
40 // 编辑界面列表查询----根据数据表名查询 40 // 编辑界面列表查询----根据数据表名查询
41 async getRuleList (bsmYwsjb) { 41 async getRuleList (bsmYwsjb) {
42 return request({ 42 return request({
43 url: '/sjsb/DataReport/getTableColumn', 43 url: SERVER.SERVERAPI +'/rest/sjsb/DataReport/getTableColumn',
44 method: 'get', 44 method: 'get',
45 params: { 45 params: {
46 bsmYwsjb: bsmYwsjb 46 bsmYwsjb: bsmYwsjb
......
...@@ -395,7 +395,7 @@ export default { ...@@ -395,7 +395,7 @@ export default {
395 try { 395 try {
396 let { result: res } = await business.getQlfQlYgdjById(this.bsmSjsb) 396 let { result: res } = await business.getQlfQlYgdjById(this.bsmSjsb)
397 this.ruleForm = res 397 this.ruleForm = res
398 this.featchRule() 398 //this.featchRule()
399 } catch (error) { 399 } catch (error) {
400 this.$refs.msg.messageShow() 400 this.$refs.msg.messageShow()
401 } 401 }
......
...@@ -359,7 +359,7 @@ export default { ...@@ -359,7 +359,7 @@ export default {
359 try { 359 try {
360 let { result: res } = await business.getQlfQlNydsyqByID(this.bsmSjsb) 360 let { result: res } = await business.getQlfQlNydsyqByID(this.bsmSjsb)
361 this.ruleForm = res 361 this.ruleForm = res
362 this.featchRule() 362 //this.featchRule()
363 } catch (error) { 363 } catch (error) {
364 this.$refs.msg.messageShow() 364 this.$refs.msg.messageShow()
365 } 365 }
......
...@@ -178,7 +178,7 @@ export default { ...@@ -178,7 +178,7 @@ export default {
178 try { 178 try {
179 let { result: res } = await business.getDjfDjGdById(this.bsmSjsb) 179 let { result: res } = await business.getDjfDjGdById(this.bsmSjsb)
180 this.ruleForm = res 180 this.ruleForm = res
181 this.featchRule() 181 //this.featchRule()
182 } catch (error) { 182 } catch (error) {
183 this.$refs.msg.messageShow() 183 this.$refs.msg.messageShow()
184 } 184 }
......
...@@ -192,7 +192,7 @@ export default { ...@@ -192,7 +192,7 @@ export default {
192 try { 192 try {
193 let { result: res } = await business.getKttGyJzxById(this.bsmSjsb) 193 let { result: res } = await business.getKttGyJzxById(this.bsmSjsb)
194 this.boundaryLine.ruleForm = res 194 this.boundaryLine.ruleForm = res
195 this.featchRule() 195 //this.featchRule()
196 } catch (error) { 196 } catch (error) {
197 this.$refs.msg.messageShow() 197 this.$refs.msg.messageShow()
198 } 198 }
......
...@@ -161,7 +161,7 @@ export default { ...@@ -161,7 +161,7 @@ export default {
161 try { 161 try {
162 let { result: res } = await business.getKttGyJzdById(this.bsmSjsb) 162 let { result: res } = await business.getKttGyJzdById(this.bsmSjsb)
163 this.boundaryPoint.ruleForm = res 163 this.boundaryPoint.ruleForm = res
164 this.featchRule() 164 //this.featchRule()
165 } catch (error) { 165 } catch (error) {
166 this.$refs.msg.messageShow() 166 this.$refs.msg.messageShow()
167 } 167 }
......
...@@ -346,7 +346,7 @@ export default { ...@@ -346,7 +346,7 @@ export default {
346 try { 346 try {
347 let { result: res } = await business.getQltQlGjzwsyqById(this.bsmSjsb) 347 let { result: res } = await business.getQltQlGjzwsyqById(this.bsmSjsb)
348 this.ruleForm = res 348 this.ruleForm = res
349 this.featchRule() 349 //this.featchRule()
350 } catch (error) { 350 } catch (error) {
351 this.$refs.msg.messageShow() 351 this.$refs.msg.messageShow()
352 } 352 }
......
...@@ -162,7 +162,7 @@ export default { ...@@ -162,7 +162,7 @@ export default {
162 try { 162 try {
163 let { result: res } = await business.getQlfQlZxdjById(this.bsmSjsb) 163 let { result: res } = await business.getQlfQlZxdjById(this.bsmSjsb)
164 this.ruleForm = res 164 this.ruleForm = res
165 this.featchRule() 165 //this.featchRule()
166 } catch (error) { 166 } catch (error) {
167 this.$refs.msg.messageShow() 167 this.$refs.msg.messageShow()
168 } 168 }
......
...@@ -152,9 +152,8 @@ export default { ...@@ -152,9 +152,8 @@ export default {
152 async featchData () { 152 async featchData () {
153 try { 153 try {
154 let { result: res } = await business.getDjfDjSzById(this.bsmSjsb) 154 let { result: res } = await business.getDjfDjSzById(this.bsmSjsb)
155 this.certificateInfo.ruleForm = res 155 this.certificateInfo.ruleForm = res;
156 console.log(this.certificateInfo.ruleForm) 156 //this.featchRule()
157 this.featchRule()
158 } catch (error) { 157 } catch (error) {
159 this.$refs.msg.messageShow() 158 this.$refs.msg.messageShow()
160 } 159 }
......
...@@ -103,7 +103,7 @@ export default { ...@@ -103,7 +103,7 @@ export default {
103 try { 103 try {
104 let { result: res } = await business.getZhK105ById(this.bsmSjsb) 104 let { result: res } = await business.getZhK105ById(this.bsmSjsb)
105 this.ruleForm = res 105 this.ruleForm = res
106 this.featchRule() 106 //this.featchRule()
107 } catch (error) { 107 } catch (error) {
108 this.$refs.msg.messageShow() 108 this.$refs.msg.messageShow()
109 } 109 }
......
...@@ -228,7 +228,7 @@ export default { ...@@ -228,7 +228,7 @@ export default {
228 try { 228 try {
229 let { result: res } = await business.getDjfDjFzDetailById(this.bsmSjsb) 229 let { result: res } = await business.getDjfDjFzDetailById(this.bsmSjsb)
230 this.ruleForm = res 230 this.ruleForm = res
231 this.featchRule() 231 //this.featchRule()
232 } catch (error) { 232 } catch (error) {
233 this.$refs.msg.messageShow() 233 this.$refs.msg.messageShow()
234 } 234 }
......
...@@ -211,7 +211,7 @@ export default { ...@@ -211,7 +211,7 @@ export default {
211 try { 211 try {
212 let { result: res } = await business.getDjfDjShById(this.bsmSjsb) 212 let { result: res } = await business.getDjfDjShById(this.bsmSjsb)
213 this.form.auditInfo = res 213 this.form.auditInfo = res
214 this.featchRule() 214 //this.featchRule()
215 } catch (error) { 215 } catch (error) {
216 this.$refs.msg.messageShow() 216 this.$refs.msg.messageShow()
217 } 217 }
......
...@@ -372,7 +372,7 @@ export default { ...@@ -372,7 +372,7 @@ export default {
372 try { 372 try {
373 let { result: res } = await business.getDjfDjSqrById(this.bsmSjsb) 373 let { result: res } = await business.getDjfDjSqrById(this.bsmSjsb)
374 this.ruleForm = res 374 this.ruleForm = res
375 this.featchRule() 375 //this.featchRule()
376 } catch (error) { 376 } catch (error) {
377 this.$refs.msg.messageShow() 377 this.$refs.msg.messageShow()
378 } 378 }
......
...@@ -284,7 +284,7 @@ export default { ...@@ -284,7 +284,7 @@ export default {
284 try { 284 try {
285 let { result: res } = await business.getDjtDjSlsqById(this.bsmSjsb) 285 let { result: res } = await business.getDjtDjSlsqById(this.bsmSjsb)
286 this.ruleForm = res 286 this.ruleForm = res
287 this.featchRule() 287 //this.featchRule()
288 } catch (error) { 288 } catch (error) {
289 this.$refs.msg.messageShow() 289 this.$refs.msg.messageShow()
290 } 290 }
......
...@@ -343,7 +343,7 @@ export default { ...@@ -343,7 +343,7 @@ export default {
343 try { 343 try {
344 let { result: res } = await business.getQlfQlDyiqById(this.bsmSjsb) 344 let { result: res } = await business.getQlfQlDyiqById(this.bsmSjsb)
345 this.ruleForm = res 345 this.ruleForm = res
346 this.featchRule() 346 //this.featchRule()
347 } catch (error) { 347 } catch (error) {
348 this.$refs.msg.messageShow() 348 this.$refs.msg.messageShow()
349 } 349 }
......
...@@ -389,7 +389,7 @@ export default { ...@@ -389,7 +389,7 @@ export default {
389 try { 389 try {
390 let { result: res } = await business.getQltQlLqById(this.bsmSjsb) 390 let { result: res } = await business.getQltQlLqById(this.bsmSjsb)
391 this.ruleForm = res 391 this.ruleForm = res
392 this.featchRule() 392 //this.featchRule()
393 } catch (error) { 393 } catch (error) {
394 this.$refs.msg.messageShow() 394 this.$refs.msg.messageShow()
395 } 395 }
......
...@@ -203,7 +203,7 @@ export default { ...@@ -203,7 +203,7 @@ export default {
203 try { 203 try {
204 let { result: res } = await business.getKttFwCById(this.bsmSjsb) 204 let { result: res } = await business.getKttFwCById(this.bsmSjsb)
205 this.ruleForm = res 205 this.ruleForm = res
206 this.featchRule() 206 //this.featchRule()
207 } catch (error) { 207 } catch (error) {
208 this.$refs.msg.messageShow() 208 this.$refs.msg.messageShow()
209 } 209 }
......
...@@ -512,7 +512,7 @@ export default { ...@@ -512,7 +512,7 @@ export default {
512 try { 512 try {
513 let { result: res } = await business.getKttFwHById(this.bsmSjsb) 513 let { result: res } = await business.getKttFwHById(this.bsmSjsb)
514 this.ruleForm = res 514 this.ruleForm = res
515 this.featchRule() 515 //this.featchRule()
516 } catch (error) { 516 } catch (error) {
517 this.$refs.msg.messageShow() 517 this.$refs.msg.messageShow()
518 } 518 }
......
...@@ -94,7 +94,7 @@ export default { ...@@ -94,7 +94,7 @@ export default {
94 try { 94 try {
95 let { result: res } = await business.getKtfZhYhydzbById(this.bsmSjsb) 95 let { result: res } = await business.getKtfZhYhydzbById(this.bsmSjsb)
96 this.ruleForm = res 96 this.ruleForm = res
97 this.featchRule() 97 //this.featchRule()
98 } catch (error) { 98 } catch (error) {
99 this.$refs.msg.messageShow() 99 this.$refs.msg.messageShow()
100 } 100 }
......
...@@ -277,7 +277,7 @@ export default { ...@@ -277,7 +277,7 @@ export default {
277 try { 277 try {
278 let { result: res } = await business.getQlfQlJsydsyqById(this.bsmSjsb) 278 let { result: res } = await business.getQlfQlJsydsyqById(this.bsmSjsb)
279 this.ruleForm = res 279 this.ruleForm = res
280 this.featchRule() 280 //this.featchRule()
281 } catch (error) { 281 } catch (error) {
282 this.$refs.msg.messageShow() 282 this.$refs.msg.messageShow()
283 } 283 }
......
...@@ -309,7 +309,7 @@ export default { ...@@ -309,7 +309,7 @@ export default {
309 try { 309 try {
310 let { result: res } = await business.getQlfQlTdsyqById(this.bsmSjsb) 310 let { result: res } = await business.getQlfQlTdsyqById(this.bsmSjsb)
311 this.ruleForm = res 311 this.ruleForm = res
312 this.featchRule() 312 //this.featchRule()
313 } catch (error) { 313 } catch (error) {
314 this.$refs.msg.messageShow() 314 this.$refs.msg.messageShow()
315 } 315 }
......
...@@ -169,7 +169,7 @@ export default { ...@@ -169,7 +169,7 @@ export default {
169 try { 169 try {
170 let { result: res } = await business.getKtfQtXzdzwById(this.bsmSjsb) 170 let { result: res } = await business.getKtfQtXzdzwById(this.bsmSjsb)
171 this.ruleForm = res 171 this.ruleForm = res
172 this.featchRule() 172 //this.featchRule()
173 } catch (error) { 173 } catch (error) {
174 this.$refs.msg.messageShow() 174 this.$refs.msg.messageShow()
175 } 175 }
......
...@@ -311,7 +311,7 @@ export default { ...@@ -311,7 +311,7 @@ export default {
311 try { 311 try {
312 let { result: res } = await business.getKttFwLjzById(this.bsmSjsb) 312 let { result: res } = await business.getKttFwLjzById(this.bsmSjsb)
313 this.ruleForm = res 313 this.ruleForm = res
314 this.featchRule() 314 //this.featchRule()
315 } catch (error) { 315 } catch (error) {
316 this.$refs.msg.messageShow() 316 this.$refs.msg.messageShow()
317 } 317 }
......
...@@ -222,7 +222,7 @@ export default { ...@@ -222,7 +222,7 @@ export default {
222 try { 222 try {
223 let { result: res } = await business.getQlfFwFdcqQfsyqById(this.bsmSjsb) 223 let { result: res } = await business.getQlfFwFdcqQfsyqById(this.bsmSjsb)
224 this.ruleForm = res 224 this.ruleForm = res
225 this.featchRule() 225 //this.featchRule()
226 } catch (error) { 226 } catch (error) {
227 this.$refs.msg.messageShow() 227 this.$refs.msg.messageShow()
228 } 228 }
......
...@@ -314,7 +314,7 @@ export default { ...@@ -314,7 +314,7 @@ export default {
314 try { 314 try {
315 let { result: res } = await business.getQltFwFdcqDzById(this.bsmSjsb) 315 let { result: res } = await business.getQltFwFdcqDzById(this.bsmSjsb)
316 this.ruleForm = res 316 this.ruleForm = res
317 this.featchRule() 317 // this.featchRule()
318 } catch (error) { 318 } catch (error) {
319 this.$refs.msg.messageShow() 319 this.$refs.msg.messageShow()
320 } 320 }
......
...@@ -170,7 +170,7 @@ export default { ...@@ -170,7 +170,7 @@ export default {
170 try { 170 try {
171 let { result: res } = await business.getQlfFwFdcqDzXmById(this.bsmSjsb) 171 let { result: res } = await business.getQlfFwFdcqDzXmById(this.bsmSjsb)
172 this.ruleForm.itemList = res 172 this.ruleForm.itemList = res
173 this.featchRule() 173 //this.featchRule()
174 } catch (error) { 174 } catch (error) {
175 this.$refs.msg.messageShow() 175 this.$refs.msg.messageShow()
176 } 176 }
......
...@@ -375,7 +375,7 @@ export default { ...@@ -375,7 +375,7 @@ export default {
375 try { 375 try {
376 let { result: res } = await business.getKttFwZrzById(this.bsmSjsb) 376 let { result: res } = await business.getKttFwZrzById(this.bsmSjsb)
377 this.naturalForm.naturalList = res 377 this.naturalForm.naturalList = res
378 this.featchRule() 378 //this.featchRule()
379 } catch (error) { 379 } catch (error) {
380 this.$refs.msg.messageShow() 380 this.$refs.msg.messageShow()
381 } 381 }
......
...@@ -214,7 +214,7 @@ export default { ...@@ -214,7 +214,7 @@ export default {
214 try { 214 try {
215 let { result: res } = await business.getQlfQlYydjById(this.bsmSjsb) 215 let { result: res } = await business.getQlfQlYydjById(this.bsmSjsb)
216 this.ruleForm = res 216 this.ruleForm = res
217 this.featchRule() 217 //this.featchRule()
218 } catch (error) { 218 } catch (error) {
219 this.$refs.msg.messageShow() 219 this.$refs.msg.messageShow()
220 } 220 }
......
...@@ -347,7 +347,7 @@ export default { ...@@ -347,7 +347,7 @@ export default {
347 try { 347 try {
348 let { result: res } = await business.getQlfQlQtxgqlById(this.bsmSjsb) 348 let { result: res } = await business.getQlfQlQtxgqlById(this.bsmSjsb)
349 this.ruleForm = res 349 this.ruleForm = res
350 this.featchRule() 350 //this.featchRule()
351 } catch (error) { 351 } catch (error) {
352 this.$refs.msg.messageShow() 352 this.$refs.msg.messageShow()
353 } 353 }
......
...@@ -500,7 +500,7 @@ export default { ...@@ -500,7 +500,7 @@ export default {
500 try { 500 try {
501 let { result: res } = await business.kttZdjbxxDetail(this.bsmSjsb) 501 let { result: res } = await business.kttZdjbxxDetail(this.bsmSjsb)
502 this.ruleForm = res 502 this.ruleForm = res
503 this.featchRule() 503 //this.featchRule()
504 } catch (error) { 504 } catch (error) {
505 this.$refs.msg.messageShow() 505 this.$refs.msg.messageShow()
506 } 506 }
......
...@@ -114,7 +114,7 @@ export default { ...@@ -114,7 +114,7 @@ export default {
114 try { 114 try {
115 let { result: res } = await business.getKtfZdbhqkById(this.bsmSjsb) 115 let { result: res } = await business.getKtfZdbhqkById(this.bsmSjsb)
116 this.ruleForm = res 116 this.ruleForm = res
117 this.featchRule() 117 //this.featchRule()
118 } catch (error) { 118 } catch (error) {
119 this.$refs.msg.messageShow() 119 this.$refs.msg.messageShow()
120 } 120 }
......
...@@ -94,7 +94,7 @@ export default { ...@@ -94,7 +94,7 @@ export default {
94 try { 94 try {
95 let { result: res } = await business.getZdK103ById(this.bsmSjsb) 95 let { result: res } = await business.getZdK103ById(this.bsmSjsb)
96 this.ruleForm = res 96 this.ruleForm = res
97 this.featchRule() 97 //this.featchRule()
98 } catch (error) { 98 } catch (error) {
99 this.$refs.msg.messageShow() 99 this.$refs.msg.messageShow()
100 } 100 }
......
...@@ -168,7 +168,7 @@ export default { ...@@ -168,7 +168,7 @@ export default {
168 try { 168 try {
169 let { result: res } = await business.getKtfQtMzdzwById(this.bsmSjsb) 169 let { result: res } = await business.getKtfQtMzdzwById(this.bsmSjsb)
170 this.ruleForm = res 170 this.ruleForm = res
171 this.featchRule() 171 //this.featchRule()
172 } catch (error) { 172 } catch (error) {
173 this.$refs.msg.messageShow() 173 this.$refs.msg.messageShow()
174 } 174 }
......
...@@ -168,7 +168,7 @@ export default { ...@@ -168,7 +168,7 @@ export default {
168 try { 168 try {
169 let { result: res } = await business.getKtfQtDzdzwById(this.bsmSjsb) 169 let { result: res } = await business.getKtfQtDzdzwById(this.bsmSjsb)
170 this.ruleForm = res 170 this.ruleForm = res
171 this.featchRule() 171 //this.featchRule()
172 } catch (error) { 172 } catch (error) {
173 this.$refs.msg.messageShow() 173 this.$refs.msg.messageShow()
174 } 174 }
......
...@@ -327,7 +327,7 @@ export default { ...@@ -327,7 +327,7 @@ export default {
327 try { 327 try {
328 let { result: res } = await business.getQlfQlDyaqById(this.bsmSjsb) 328 let { result: res } = await business.getQlfQlDyaqById(this.bsmSjsb)
329 this.ruleForm = res 329 this.ruleForm = res
330 this.featchRule() 330 //this.featchRule()
331 } catch (error) { 331 } catch (error) {
332 this.$refs.msg.messageShow() 332 this.$refs.msg.messageShow()
333 } 333 }
......
...@@ -207,7 +207,7 @@ export default { ...@@ -207,7 +207,7 @@ export default {
207 try { 207 try {
208 let { result: res } = await business.getDjfDjSjById(this.bsmSjsb) 208 let { result: res } = await business.getDjfDjSjById(this.bsmSjsb)
209 this.form.receivingInfo = res 209 this.form.receivingInfo = res
210 this.featchRule() 210 //this.featchRule()
211 } catch (error) { 211 } catch (error) {
212 this.$refs.msg.messageShow() 212 this.$refs.msg.messageShow()
213 } 213 }
......
...@@ -246,7 +246,7 @@ export default { ...@@ -246,7 +246,7 @@ export default {
246 try { 246 try {
247 let { result: res } = await business.getDjfDjSfById(this.bsmSjsb) 247 let { result: res } = await business.getDjfDjSfById(this.bsmSjsb)
248 this.ruleForm = res 248 this.ruleForm = res
249 this.featchRule() 249 //this.featchRule()
250 } catch (error) { 250 } catch (error) {
251 this.$refs.msg.messageShow() 251 this.$refs.msg.messageShow()
252 } 252 }
......
...@@ -180,7 +180,7 @@ export default { ...@@ -180,7 +180,7 @@ export default {
180 try { 180 try {
181 let { result: res } = await business.getDjfDjGdById(this.bsmSjsb) 181 let { result: res } = await business.getDjfDjGdById(this.bsmSjsb)
182 this.ruleForm = res 182 this.ruleForm = res
183 this.featchRule() 183 //this.featchRule()
184 } catch (error) { 184 } catch (error) {
185 this.$refs.msg.messageShow() 185 this.$refs.msg.messageShow()
186 } 186 }
......
...@@ -306,7 +306,7 @@ export default { ...@@ -306,7 +306,7 @@ export default {
306 try { 306 try {
307 let { result: res } = await business.getQlfQlHysyqById(this.bsmSjsb) 307 let { result: res } = await business.getQlfQlHysyqById(this.bsmSjsb)
308 this.ruleForm = res 308 this.ruleForm = res
309 this.featchRule() 309 //this.featchRule()
310 } catch (error) { 310 } catch (error) {
311 this.$refs.msg.messageShow() 311 this.$refs.msg.messageShow()
312 } 312 }
......
...@@ -92,7 +92,7 @@ export default { ...@@ -92,7 +92,7 @@ export default {
92 try { 92 try {
93 let { result: res } = await business.getZhK105ById(this.bsmSjsb) 93 let { result: res } = await business.getZhK105ById(this.bsmSjsb)
94 this.ruleForm = res 94 this.ruleForm = res
95 this.featchRule() 95 //this.featchRule()
96 } catch (error) { 96 } catch (error) {
97 this.$refs.msg.messageShow() 97 this.$refs.msg.messageShow()
98 } 98 }
......
...@@ -106,7 +106,7 @@ export default { ...@@ -106,7 +106,7 @@ export default {
106 try { 106 try {
107 let { result: res } = await business.getKtfZhYhzkById(this.bsmSjsb) 107 let { result: res } = await business.getKtfZhYhzkById(this.bsmSjsb)
108 this.ruleForm = res 108 this.ruleForm = res
109 this.featchRule() 109 //this.featchRule()
110 } catch (error) { 110 } catch (error) {
111 this.$refs.msg.messageShow() 111 this.$refs.msg.messageShow()
112 } 112 }
......
...@@ -314,7 +314,7 @@ export default { ...@@ -314,7 +314,7 @@ export default {
314 try { 314 try {
315 let { result: res } = await business.getQlfQlCfdjById(this.bsmSjsb) 315 let { result: res } = await business.getQlfQlCfdjById(this.bsmSjsb)
316 this.ruleForm = res 316 this.ruleForm = res
317 this.featchRule() 317 //this.featchRule()
318 } catch (error) { 318 } catch (error) {
319 this.$refs.msg.messageShow() 319 this.$refs.msg.messageShow()
320 } 320 }
......
...@@ -405,7 +405,7 @@ export default { ...@@ -405,7 +405,7 @@ export default {
405 try { 405 try {
406 let { result: res } = await business.getQltFwFdcqYzById(this.bsmSjsb) 406 let { result: res } = await business.getQltFwFdcqYzById(this.bsmSjsb)
407 this.ruleForm = res 407 this.ruleForm = res
408 this.featchRule() 408 //this.featchRule()
409 } catch (error) { 409 } catch (error) {
410 this.$refs.msg.messageShow() 410 this.$refs.msg.messageShow()
411 } 411 }
......
...@@ -159,7 +159,7 @@ export default { ...@@ -159,7 +159,7 @@ export default {
159 try { 159 try {
160 let { result: res } = await business.getKttGzwById(this.bsmSjsb) 160 let { result: res } = await business.getKttGzwById(this.bsmSjsb)
161 this.ruleForm = res 161 this.ruleForm = res
162 this.featchRule() 162 //this.featchRule()
163 } catch (error) { 163 } catch (error) {
164 this.$refs.msg.messageShow() 164 this.$refs.msg.messageShow()
165 } 165 }
......
...@@ -66,7 +66,7 @@ export default { ...@@ -66,7 +66,7 @@ export default {
66 try { 66 try {
67 let { result: res } = await business.getFjF100ById(this.bsmSjsb) 67 let { result: res } = await business.getFjF100ById(this.bsmSjsb)
68 this.ruleForm = res 68 this.ruleForm = res
69 this.featchRule() 69 //this.featchRule()
70 } catch (error) { 70 } catch (error) {
71 this.$refs.msg.messageShow() 71 this.$refs.msg.messageShow()
72 } 72 }
......
...@@ -436,7 +436,7 @@ export default { ...@@ -436,7 +436,7 @@ export default {
436 try { 436 try {
437 let { result: res } = await business.getKttZhjbxxById(this.bsmSjsb) 437 let { result: res } = await business.getKttZhjbxxById(this.bsmSjsb)
438 this.ruleForm = res 438 this.ruleForm = res
439 this.featchRule() 439 //this.featchRule()
440 } catch (error) { 440 } catch (error) {
441 this.$refs.msg.messageShow() 441 this.$refs.msg.messageShow()
442 } 442 }
......
...@@ -378,7 +378,7 @@ export default { ...@@ -378,7 +378,7 @@ export default {
378 try { 378 try {
379 let { result: res } = await business.getZttGyQlrById(this.bsmSjsb) 379 let { result: res } = await business.getZttGyQlrById(this.bsmSjsb)
380 this.obligeeForm.obligeeList = res 380 this.obligeeForm.obligeeList = res
381 this.featchRule() 381 //this.featchRule()
382 } catch (error) { 382 } catch (error) {
383 this.$refs.msg.messageShow() 383 this.$refs.msg.messageShow()
384 } 384 }
......
...@@ -215,49 +215,49 @@ export const asyncRoutes = [ ...@@ -215,49 +215,49 @@ export const asyncRoutes = [
215 path: 'seaArea', 215 path: 'seaArea',
216 component: () => import('@/views/business-info/sea-area/index'), 216 component: () => import('@/views/business-info/sea-area/index'),
217 name: 'seaArea', 217 name: 'seaArea',
218 meta: { title: ' 海域(含无居民海岛)使用权' } 218 meta: { title: '海域(含无居民海岛)使用权' }
219 }, 219 },
220 { 220 {
221 path: 'buildingOwnership', 221 path: 'buildingOwnership',
222 component: () => import('@/views/business-info/building-ownership/index'), 222 component: () => import('@/views/business-info/building-ownership/index'),
223 name: 'buildingOwnership', 223 name: 'buildingOwnership',
224 meta: { title: ' 构(建)筑物所有权' } 224 meta: { title: '构(建)筑物所有权' }
225 }, 225 },
226 { 226 {
227 path: 'agriculturalLand', 227 path: 'agriculturalLand',
228 component: () => import('@/views/business-info/agricultural-land/index'), 228 component: () => import('@/views/business-info/agricultural-land/index'),
229 name: 'agriculturalLand', 229 name: 'agriculturalLand',
230 meta: { title: ' 农用地使用权(非林地)' } 230 meta: { title: '农用地使用权(非林地)' }
231 }, 231 },
232 { 232 {
233 path: 'forestOwnership', 233 path: 'forestOwnership',
234 component: () => import('@/views/business-info/forest-ownership/index'), 234 component: () => import('@/views/business-info/forest-ownership/index'),
235 name: 'forestOwnership', 235 name: 'forestOwnership',
236 meta: { title: ' 林权' } 236 meta: { title: '林权' }
237 }, 237 },
238 { 238 {
239 path: 'cancellationReg', 239 path: 'cancellationReg',
240 component: () => import('@/views/business-info/cancellation-registration/index'), 240 component: () => import('@/views/business-info/cancellation-registration/index'),
241 name: 'cancellationReg', 241 name: 'cancellationReg',
242 meta: { title: ' 注销登记' } 242 meta: { title: '注销登记' }
243 }, 243 },
244 { 244 {
245 path: 'objectionReg', 245 path: 'yydj',
246 component: () => import('@/views/business-info/objection-registration/index'), 246 component: () => import('@/views/business-info/yydj/index'),
247 name: 'objectionReg', 247 name: 'yydj',
248 meta: { title: ' 异议登记' } 248 meta: { title: '异议登记' }
249 }, 249 },
250 { 250 {
251 path: 'noticeReg', 251 path: 'ygdj',
252 component: () => import('@/views/business-info/notice-registration/index'), 252 component: () => import('@/views/business-info/ygdj/index'),
253 name: 'noticeReg', 253 name: 'ygdj',
254 meta: { title: ' 预告登记' } 254 meta: { title: '预告登记' }
255 }, 255 },
256 { 256 {
257 path: 'seizureReg', 257 path: 'Cfdj',
258 component: () => import('@/views/business-info/seizure-registration/index'), 258 component: () => import('@/views/business-info/Cfdj/index'),
259 name: 'seizureReg', 259 name: 'Cfdj',
260 meta: { title: ' 查封登记' } 260 meta: { title: '查封登记' }
261 }, 261 },
262 { 262 {
263 path: 'mortgageReg', 263 path: 'mortgageReg',
......
...@@ -7,21 +7,21 @@ class data extends filter { ...@@ -7,21 +7,21 @@ class data extends filter {
7 return [ 7 return [
8 { 8 {
9 label: "业务号", 9 label: "业务号",
10 prop: "YWH", 10 prop: "ywh",
11 width: 150 11 width: 150
12 }, 12 },
13 { 13 {
14 label: "不动产单元号", 14 label: "不动产单元号",
15 prop: "BDCDYH" 15 prop: "bdcdyh"
16 }, 16 },
17 { 17 {
18 label: "查封文号", 18 label: "查封文号",
19 prop: "CFWH", 19 prop: "cfwh",
20 width: 150 20 width: 150
21 }, 21 },
22 { 22 {
23 label: "查封机关", 23 label: "查封机关",
24 prop: "CFJG" 24 prop: "cfjg"
25 }, 25 },
26 { 26 {
27 label: "查封开始时间", 27 label: "查封开始时间",
......
1 <template> 1 <template>
2 <div class="seizureReg from-clues"> 2 <div class="Cfdj from-clues">
3 <div class="from-clues-header"> 3 <div class="from-clues-header">
4 <el-form ref="form" :model="form" label-width="80px"> 4 <el-form ref="form" :model="form" label-width="80px">
5 <el-row> 5 <el-row>
...@@ -55,7 +55,7 @@ import dataReporting from '@/api/dataReporting' ...@@ -55,7 +55,7 @@ import dataReporting from '@/api/dataReporting'
55 import tableMixin from '@/mixins/tableMixin.js' 55 import tableMixin from '@/mixins/tableMixin.js'
56 import editDialog from '@/components/dataDetails/edit-dialog.vue' 56 import editDialog from '@/components/dataDetails/edit-dialog.vue'
57 export default { 57 export default {
58 name: "seizureReg", 58 name: "Cfdj",
59 mixins: [tableMixin], 59 mixins: [tableMixin],
60 components: { 60 components: {
61 editDialog 61 editDialog
...@@ -124,7 +124,7 @@ export default { ...@@ -124,7 +124,7 @@ export default {
124 async featchData () { 124 async featchData () {
125 try { 125 try {
126 let { result: { list, total, pages: pageSize, pageNum: current } 126 let { result: { list, total, pages: pageSize, pageNum: current }
127 } = await business.getQlfQlCfdjByCondtion(this.form) 127 } = await business.getQlfQlCfdjList(this.form)
128 this.tableData.data = list 128 this.tableData.data = list
129 this.pageData = { 129 this.pageData = {
130 pageSize, 130 pageSize,
......
1 <template> 1 <template>
2 <div class="noticeReg from-clues"> 2 <div class="ygdj from-clues">
3 <div class="from-clues-header"> 3 <div class="from-clues-header">
4 <el-form ref="form" :model="form" label-width="80px"> 4 <el-form ref="form" :model="form" label-width="80px">
5 <el-row> 5 <el-row>
6 <el-col :span="5"> 6 <el-col :span="5">
7 <el-form-item label="业务号"> 7 <el-form-item label="业务号6">
8 <el-input v-model="form.YWH" placeholder="业务号"></el-input> 8 <el-input v-model="form.YWH" placeholder="业务号"></el-input>
9 </el-form-item> 9 </el-form-item>
10 </el-col> 10 </el-col>
...@@ -60,7 +60,7 @@ import tableMixin from '@/mixins/tableMixin.js' ...@@ -60,7 +60,7 @@ import tableMixin from '@/mixins/tableMixin.js'
60 import treeSelect from '@/components/treeSelect/index.vue' 60 import treeSelect from '@/components/treeSelect/index.vue'
61 import editDialog from '@/components/dataDetails/edit-dialog.vue' 61 import editDialog from '@/components/dataDetails/edit-dialog.vue'
62 export default { 62 export default {
63 name: "noticeReg", 63 name: "ygdj",
64 mixins: [tableMixin], 64 mixins: [tableMixin],
65 components: { 65 components: {
66 treeSelect, 66 treeSelect,
...@@ -147,9 +147,8 @@ export default { ...@@ -147,9 +147,8 @@ export default {
147 }, 147 },
148 async featchData () { 148 async featchData () {
149 try { 149 try {
150 this.form = Object.assign(this.form, this.formData)
151 let { result: { list, total, pages: pageSize, pageNum: current } 150 let { result: { list, total, pages: pageSize, pageNum: current }
152 } = await business.getQlfQlYgdjByCondition(this.form) 151 } = await business.getQlfQlYgdjList(this.form)
153 this.tableData.data = list 152 this.tableData.data = list
154 this.pageData = { 153 this.pageData = {
155 pageSize, 154 pageSize,
......
...@@ -7,20 +7,20 @@ class data extends filter { ...@@ -7,20 +7,20 @@ class data extends filter {
7 return [ 7 return [
8 { 8 {
9 label: "业务号", 9 label: "业务号",
10 prop: "YWH", 10 prop: "ywh",
11 width: 150 11 width: 150
12 }, 12 },
13 { 13 {
14 label: "不动产单元号", 14 label: "不动产单元号",
15 prop: "BDCDYH" 15 prop: "bdcdyh"
16 }, 16 },
17 { 17 {
18 label: "异议事项", 18 label: "异议事项",
19 prop: "YYSX" 19 prop: "yysx"
20 }, 20 },
21 { 21 {
22 label: "不动产登记证明号", 22 label: "不动产登记证明号",
23 prop: "BDCDJZMH" 23 prop: "bdcdjzmh"
24 }, 24 },
25 { 25 {
26 label: "登记时间", 26 label: "登记时间",
......
1 <template> 1 <template>
2 <div class="objectionReg from-clues"> 2 <div class="yydj from-clues">
3 <div class="from-clues-header"> 3 <div class="from-clues-header">
4 <el-form ref="form" :model="form" label-width="80px"> 4 <el-form ref="form" :model="form" label-width="80px">
5 <el-row> 5 <el-row>
...@@ -60,7 +60,7 @@ import tableMixin from '@/mixins/tableMixin.js' ...@@ -60,7 +60,7 @@ import tableMixin from '@/mixins/tableMixin.js'
60 import treeSelect from '@/components/treeSelect/index.vue' 60 import treeSelect from '@/components/treeSelect/index.vue'
61 import editDialog from '@/components/dataDetails/edit-dialog.vue' 61 import editDialog from '@/components/dataDetails/edit-dialog.vue'
62 export default { 62 export default {
63 name: "objectionReg", 63 name: "yydj",
64 mixins: [tableMixin], 64 mixins: [tableMixin],
65 components: { 65 components: {
66 treeSelect, 66 treeSelect,
...@@ -132,7 +132,7 @@ export default { ...@@ -132,7 +132,7 @@ export default {
132 try { 132 try {
133 this.form = Object.assign(this.form, this.formData) 133 this.form = Object.assign(this.form, this.formData)
134 let { result: { list, total, pages: pageSize, pageNum: current } 134 let { result: { list, total, pages: pageSize, pageNum: current }
135 } = await business.getQlfQlYydjByCondition(this.form) 135 } = await business.getQlfQlYydjList(this.form)
136 this.tableData.data = list 136 this.tableData.data = list
137 this.pageData = { 137 this.pageData = {
138 pageSize, 138 pageSize,
......