df1cbcf4 by 任超
2 parents 242cd2e2 5378796f
...@@ -187,9 +187,9 @@ export const asyncRoutes = [ ...@@ -187,9 +187,9 @@ export const asyncRoutes = [
187 name: 'busineInfo', 187 name: 'busineInfo',
188 children: [ 188 children: [
189 { 189 {
190 path: 'landOwnership', 190 path: 'tdsyq',
191 component: () => import('@/views/business-info/land-ownership/index'), 191 component: () => import('@/views/business-info/tdsyq/index'),
192 name: 'landOwnership', 192 name: 'tdsyq',
193 meta: { title: '土地所有权' } 193 meta: { title: '土地所有权' }
194 }, 194 },
195 { 195 {
......
...@@ -10,27 +10,27 @@ class data extends filter { ...@@ -10,27 +10,27 @@ class data extends filter {
10 prop: "YWH", 10 prop: "YWH",
11 width: 150 11 width: 150
12 }, 12 },
13 { 13 // {
14 label: "抵押不动产类型", 14 // label: "抵押不动产类型",
15 render: (h, scope) => { 15 // render: (h, scope) => {
16 return ( 16 // return (
17 <div> 17 // <div>
18 <span>{ this.dicStatus(scope.row.DYBDCLX, 'A27')}</span> 18 // <span>{ this.dicStatus(scope.row.DYBDCLX, 'A27')}</span>
19 </div> 19 // </div>
20 ) 20 // )
21 }, 21 // },
22 }, 22 // },
23 { 23 // {
24 label: "登记类型", 24 // label: "登记类型",
25 width: 70, 25 // width: 70,
26 render: (h, scope) => { 26 // render: (h, scope) => {
27 return ( 27 // return (
28 <div> 28 // <div>
29 <span>{this.djlxStatus(scope.row.DJLX)}</span> 29 // <span>{this.djlxStatus(scope.row.DJLX)}</span>
30 </div> 30 // </div>
31 ) 31 // )
32 } 32 // }
33 }, 33 // },
34 { 34 {
35 label: "不动产单元号", 35 label: "不动产单元号",
36 prop: "BDCDYH" 36 prop: "BDCDYH"
......
...@@ -123,7 +123,7 @@ export default { ...@@ -123,7 +123,7 @@ export default {
123 this.loading = true 123 this.loading = true
124 let { result: { list, total, pages: pageSize, pageNum: current } 124 let { result: { list, total, pages: pageSize, pageNum: current }
125 } = await business.getQlfQlDyaqByCondition(this.form) 125 } = await business.getQlfQlDyaqByCondition(this.form)
126 this.tableData.data = list 126 this.tableData.data = list;
127 this.pageData = { 127 this.pageData = {
128 pageSize, 128 pageSize,
129 current, 129 current,
......
...@@ -7,37 +7,37 @@ class data extends filter { ...@@ -7,37 +7,37 @@ 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 render: (h, scope) => { 15 // render: (h, scope) => {
16 return ( 16 // return (
17 <div> 17 // <div>
18 <span>{ this.qllxStatus(scope.row.QLLX)}</span> 18 // <span>{ this.qllxStatus(scope.row.QLLX)}</span>
19 </div> 19 // </div>
20 ) 20 // )
21 }, 21 // },
22 }, 22 // },
23 { 23 // {
24 label: "登记类型", 24 // label: "登记类型",
25 width: 70, 25 // width: 70,
26 render: (h, scope) => { 26 // render: (h, scope) => {
27 return ( 27 // return (
28 <div> 28 // <div>
29 <span>{this.djlxStatus(scope.row.DJLX)}</span> 29 // <span>{this.djlxStatus(scope.row.DJLX)}</span>
30 </div> 30 // </div>
31 ) 31 // )
32 } 32 // }
33 }, 33 // },
34 { 34 {
35 label: "不动产单元号", 35 label: "不动产单元号",
36 prop: "BDCDYH" 36 prop: "bdcdyh"
37 }, 37 },
38 { 38 {
39 label: "不动产权证号", 39 label: "不动产权证号",
40 prop: "BDCQZH" 40 prop: "bdcqzh"
41 }, 41 },
42 { 42 {
43 label: "登记时间", 43 label: "登记时间",
...@@ -46,7 +46,7 @@ class data extends filter { ...@@ -46,7 +46,7 @@ class data extends filter {
46 }, 46 },
47 { 47 {
48 label: "登记机构", 48 label: "登记机构",
49 prop: "DJJG" 49 prop: "djjg"
50 } 50 }
51 ] 51 ]
52 } 52 }
......
1 <template> 1 <template>
2 <div class="landOwnership from-clues"> 2 <div class="tdsyq 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="业务号1">
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>
...@@ -63,7 +63,7 @@ export default { ...@@ -63,7 +63,7 @@ export default {
63 treeSelect, 63 treeSelect,
64 editDialog 64 editDialog
65 }, 65 },
66 name: "landOwnership", 66 name: "tdsyq",
67 mixins: [tableMixin], 67 mixins: [tableMixin],
68 data () { 68 data () {
69 return { 69 return {
...@@ -159,7 +159,8 @@ export default { ...@@ -159,7 +159,8 @@ export default {
159 try { 159 try {
160 this.form = Object.assign(this.form, this.formData) 160 this.form = Object.assign(this.form, this.formData)
161 let { result: { list, total, pages: pageSize, pageNum: current } 161 let { result: { list, total, pages: pageSize, pageNum: current }
162 } = await business.getQlfQlHysyqByConditon(this.form) 162 } = await business.getQlfQlTdsyqListByCondition(this.form)
163 debugger;
163 this.tableData.data = list 164 this.tableData.data = list
164 this.pageData = { 165 this.pageData = {
165 pageSize, 166 pageSize,
......