1
Showing
8 changed files
with
57 additions
and
58 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({ | ... | ... |
... | @@ -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, | ... | ... |
-
Please register or sign in to post a comment