8e1b8d0b by 任超
2 parents 8f94739e 5038b403
...@@ -5,7 +5,68 @@ ...@@ -5,7 +5,68 @@
5 <el-form :model="queryForm" ref="queryForm" label-width="70px"> 5 <el-form :model="queryForm" ref="queryForm" label-width="70px">
6 <el-row> 6 <el-row>
7 <el-col :span="5"> 7 <el-col :span="5">
8 <el-form-item label="家庭房产"> 8 <el-form-item label="业务来源">
9 <el-select
10 v-model="queryForm.ywly"
11 filterable
12 clearable
13 placeholder="请选择业务来源"
14 >
15 <el-option
16 v-for="item in ywlyOption"
17 :key="item.value"
18 :label="item.label"
19 :value="item.value"
20 >
21 </el-option>
22 </el-select>
23 </el-form-item>
24 </el-col>
25 <el-col :span="5">
26 <el-form-item label="权利类型">
27 <el-select
28 v-model="queryForm.qllx"
29 filterable
30 clearable
31 placeholder="请选择权利类型"
32 >
33 <el-option
34 v-for="item in qllxOption"
35 :key="item.value"
36 :label="item.label"
37 :value="item.value"
38 >
39 </el-option>
40 </el-select>
41 </el-form-item>
42 </el-col>
43 <el-col :span="5">
44 <el-form-item label="登记类型">
45 <el-select
46 v-model="queryForm.djlx"
47 filterable
48 clearable
49 placeholder="请选择登记类型"
50 >
51 <el-option
52 v-for="item in djlxOption"
53 :key="item.value"
54 :label="item.label"
55 :value="item.value"
56 >
57 </el-option>
58 </el-select>
59 </el-form-item>
60 </el-col>
61 <el-col :span="5">
62 <el-form-item label="业务号">
63 <el-input
64 placeholder="请输入业务号"
65 v-model="queryForm.ywh"
66 clearable
67 class="width200px"
68 >
69 </el-input>
9 </el-form-item> 70 </el-form-item>
10 </el-col> 71 </el-col>
11 72
...@@ -59,16 +120,20 @@ export default { ...@@ -59,16 +120,20 @@ export default {
59 total: 2, 120 total: 2,
60 }, 121 },
61 122
62 ywlys: datas.ywlys(), 123 ywlyOption: datas.ywlys(),
63 124 qllxOption:[],
125 djlxOption:[],
64 tableData: { 126 tableData: {
65 columns: datas.columns(), 127 columns: datas.columns(),
66 data: [ 128 data: [
67 { 129 {
68 slsj: "2022-5-12", 130 cxlx:"家庭房产",
69 }, 131 cxbh:"20200409146",
70 { 132 cxsj:"2016-10-02 10:00:00",
71 slsj: "2022-5-13", 133 slry:"张三",
134 sqr:"张三",
135 yqlrgx:"不动产权利人",
136 qlr:"绿地开发商",
72 }, 137 },
73 ], 138 ],
74 }, 139 },
......
...@@ -16,60 +16,33 @@ class data extends filter { ...@@ -16,60 +16,33 @@ class data extends filter {
16 width: '50' 16 width: '50'
17 }, 17 },
18 { 18 {
19 prop: "ywly", 19 prop: "cxlx",
20 label: "业务来源", 20 label: "查询类型",
21 }, 21 },
22 { 22 {
23 prop: "lczt", 23 prop: "cxbh",
24 label: "流程状态", 24 label: "查询编号",
25 }, 25 },
26 { 26 {
27 prop: "zbhj", 27 prop: "cxsj",
28 label: "在办环节", 28 label: "查询时间",
29 }, 29 },
30 { 30 {
31 prop: "ywh", 31 prop: "slry",
32 label: "业务号", 32 label: "受理人员",
33 },
34 {
35 prop: "sqywmc",
36 label: "申请业务名称",
37 },
38 {
39 prop: "qlr",
40 label: "权利人",
41 },
42 {
43 prop: "ywr",
44 label: "义务人",
45 },
46 {
47 prop: "zl",
48 label: "坐落",
49 }, 33 },
50 { 34 {
51 prop: "slsj", 35 prop: "sqr",
52 label: "受理时间", 36 label: "申请人",
53 sortable: 'custom'
54 }, 37 },
55 { 38 {
56 prop: "slry", 39 prop: "yqlrgx",
57 label: "受理人员", 40 label: "与权利人的关系",
58 }, 41 },
59 { 42 {
60 prop: "zrsj", 43 prop: "qlr",
61 label: "转入时间", 44 label: "权利人",
62 sortable: 'custom'
63 }, 45 },
64 {
65 label: '操作',
66 width: '80',
67 align: 'center',
68 fixed: 'right',
69 render: (h, scope) => {
70 return <el-button type="text" icon="el-icon-delete" onClick={() => { vm.openDialog(scope) }}>编辑</el-button>
71 }
72 }
73 ] 46 ]
74 } 47 }
75 48
......
...@@ -5,10 +5,63 @@ ...@@ -5,10 +5,63 @@
5 <el-form :model="queryForm" ref="queryForm" label-width="70px"> 5 <el-form :model="queryForm" ref="queryForm" label-width="70px">
6 <el-row> 6 <el-row>
7 <el-col :span="5"> 7 <el-col :span="5">
8 <el-form-item label="家庭房产"> 8 <el-form-item label="查询编号">
9 <el-input
10 placeholder="请输入编号"
11 v-model="queryForm.cxbh"
12 clearable
13 class="width200px"
14 >
15 </el-input>
16 </el-form-item>
17 </el-col>
18 <el-col :span="5">
19 <el-form-item label="申请人">
20 <el-select
21 v-model="queryForm.sqr"
22 filterable
23 clearable
24 placeholder="请选择申请人"
25 >
26 <el-option
27 v-for="item in sqrOption"
28 :key="item.value"
29 :label="item.label"
30 :value="item.value"
31 >
32 </el-option>
33 </el-select>
34 </el-form-item>
35 </el-col>
36 <el-col :span="5">
37 <el-form-item label="查询用途">
38 <el-select
39 v-model="queryForm.cxyt"
40 filterable
41 clearable
42 placeholder="请选择用途"
43 >
44 <el-option
45 v-for="item in cxytOption"
46 :key="item.value"
47 :label="item.label"
48 :value="item.value"
49 >
50 </el-option>
51 </el-select>
52 </el-form-item>
53 </el-col>
54 <el-col :span="5">
55 <el-form-item label="业务号">
56 <el-input
57 placeholder="请输入业务号"
58 v-model="queryForm.ywh"
59 clearable
60 class="width200px"
61 >
62 </el-input>
9 </el-form-item> 63 </el-form-item>
10 </el-col> 64 </el-col>
11
12 <el-col :span="4" class="btnCol"> 65 <el-col :span="4" class="btnCol">
13 <el-form-item> 66 <el-form-item>
14 <el-button type="primary" @click="queryClick()">查询</el-button> 67 <el-button type="primary" @click="queryClick()">查询</el-button>
...@@ -39,11 +92,13 @@ export default { ...@@ -39,11 +92,13 @@ export default {
39 }, 92 },
40 data () { 93 data () {
41 return { 94 return {
95 sqrOption:[],
96 cxytOption:[],
42 queryForm: { 97 queryForm: {
43 ywly: "", 98 cxbh:"",
44 qllx: "", 99 sqr:"",
45 djlx: "", 100 cxyt:"",
46 ywh: "", 101 ywh:"",
47 }, 102 },
48 pageData: { 103 pageData: {
49 current: 1, 104 current: 1,
...@@ -57,10 +112,14 @@ export default { ...@@ -57,10 +112,14 @@ export default {
57 columns: datas.columns(), 112 columns: datas.columns(),
58 data: [ 113 data: [
59 { 114 {
60 slsj: "2022-5-12", 115 cxlx:"家庭房产",
61 }, 116 cxbh:"20200409146",
62 { 117 cxsj:"2016-10-12 10:00:00",
63 slsj: "2022-5-13", 118 slry:"查询窗口",
119 sqr:"张三",
120 yqlrgx:"不动产权利人",
121 qlr:"张三",
122 cxyt:"预告买卖记录||首次登记",
64 }, 123 },
65 ], 124 ],
66 }, 125 },
......
...@@ -40,10 +40,6 @@ class data extends filter { ...@@ -40,10 +40,6 @@ class data extends filter {
40 label: "与权利人的关系", 40 label: "与权利人的关系",
41 }, 41 },
42 { 42 {
43 prop: "ywr",
44 label: "义务人",
45 },
46 {
47 prop: "qlr", 43 prop: "qlr",
48 label: "权利人", 44 label: "权利人",
49 }, 45 },
......
...@@ -5,7 +5,61 @@ ...@@ -5,7 +5,61 @@
5 <el-form :model="queryForm" ref="queryForm" label-width="70px"> 5 <el-form :model="queryForm" ref="queryForm" label-width="70px">
6 <el-row> 6 <el-row>
7 <el-col :span="5"> 7 <el-col :span="5">
8 <el-form-item label="申请查询"> 8 <el-form-item label="查询编号">
9 <el-input
10 placeholder="请输入编号"
11 v-model="queryForm.cxbh"
12 clearable
13 class="width200px"
14 >
15 </el-input>
16 </el-form-item>
17 </el-col>
18 <el-col :span="5">
19 <el-form-item label="申请人">
20 <el-select
21 v-model="queryForm.sqr"
22 filterable
23 clearable
24 placeholder="请选择申请人"
25 >
26 <el-option
27 v-for="item in sqrOption"
28 :key="item.value"
29 :label="item.label"
30 :value="item.value"
31 >
32 </el-option>
33 </el-select>
34 </el-form-item>
35 </el-col>
36 <el-col :span="5">
37 <el-form-item label="查询用途">
38 <el-select
39 v-model="queryForm.cxyt"
40 filterable
41 clearable
42 placeholder="请选择用途"
43 >
44 <el-option
45 v-for="item in cxytOption"
46 :key="item.value"
47 :label="item.label"
48 :value="item.value"
49 >
50 </el-option>
51 </el-select>
52 </el-form-item>
53 </el-col>
54 <el-col :span="5">
55 <el-form-item label="业务号">
56 <el-input
57 placeholder="请输入业务号"
58 v-model="queryForm.ywh"
59 clearable
60 class="width200px"
61 >
62 </el-input>
9 </el-form-item> 63 </el-form-item>
10 </el-col> 64 </el-col>
11 65
...@@ -42,25 +96,32 @@ export default { ...@@ -42,25 +96,32 @@ export default {
42 data () { 96 data () {
43 return { 97 return {
44 isDialog: false, 98 isDialog: false,
99 sqrOption:[],
100 cxytOption:[],
45 queryForm: { 101 queryForm: {
46 ywly: "", 102 cxbh:"",
47 qllx: "", 103 sqr:"",
48 djlx: "", 104 cxyt:"",
49 ywh: "", 105 ywh:"",
50 }, 106 },
51 pageData: { 107 pageData: {
52 current: 1, 108 current: 1,
53 size: 10, 109 size: 10,
54 total: 2, 110 total: 2,
55 }, 111 },
56
57 ywlys: datas.ywlys(),
58
59 tableData: { 112 tableData: {
60 columns: datas.columns(), 113 columns: datas.columns(),
61 data: [ 114 data: [
62 { 115 {
63 cxbm: "111111111111", 116 cxly:"登记大厅",
117 cxlx:"家庭房产",
118 cxbh:"20200409146",
119 cxsj:"2016-10-12 10:00:00",
120 slry:"查询窗口",
121 sqr:"张三",
122 yqlrgx:"不动产权利人",
123 qlr:"张三",
124 cxyt:"预告买卖记录||首次登记",
64 } 125 }
65 ] 126 ]
66 } 127 }
......
...@@ -24,10 +24,8 @@ class data extends filter { ...@@ -24,10 +24,8 @@ class data extends filter {
24 label: "查询类型", 24 label: "查询类型",
25 }, 25 },
26 { 26 {
27 prop:"cxbh",
27 label: "查询编号", 28 label: "查询编号",
28 render: (h, scope) => {
29 return <el-button onClick={() => { vm.openDialog(scope) }} type="text">{scope.row.cxbm}</el-button>
30 }
31 }, 29 },
32 { 30 {
33 prop: "cxsj", 31 prop: "cxsj",
...@@ -50,19 +48,12 @@ class data extends filter { ...@@ -50,19 +48,12 @@ class data extends filter {
50 label: "权利人", 48 label: "权利人",
51 }, 49 },
52 { 50 {
53 prop: "xcyt", 51 prop: "cxyt",
54 label: "查询用途", 52 label: "查询用途",
55 } 53 }
56 ] 54 ]
57 } 55 }
58 ywlys () { 56
59 return [
60 { value: 1, label: "办事大厅" },
61 { value: 2, label: "微信小程序" },
62 { value: 3, label: "法院端" },
63 { value: 4, label: "银行端" },
64 ]
65 }
66 } 57 }
67 let datas = new data() 58 let datas = new data()
68 export { 59 export {
......
...@@ -126,10 +126,17 @@ export default { ...@@ -126,10 +126,17 @@ export default {
126 columns: datas.columns(), 126 columns: datas.columns(),
127 data: [ 127 data: [
128 { 128 {
129 ywly:"办事大厅",
130 lczt:"进行中",
131 zbhj:"受理",
132 ywh:"20200409146",
133 sqywmc:"预告买卖登记||首次登记",
134 qlr:"张三",
135 ywr:"绿地开发商",
136 zl:"C区沙尾金地名轩塔楼1栋101",
129 slsj: "2022-5-12", 137 slsj: "2022-5-12",
130 }, 138 slry:"窗口人员1",
131 { 139 zrsj:"2016-10-01 10:00:00",
132 slsj: "2022-5-13",
133 }, 140 },
134 ], 141 ],
135 }, 142 },
......
...@@ -126,11 +126,18 @@ export default { ...@@ -126,11 +126,18 @@ export default {
126 columns: datas.columns(), 126 columns: datas.columns(),
127 data: [ 127 data: [
128 { 128 {
129 ywly:"办事大厅",
130 lczt:"进行中",
131 ywh:"20200409146",
132 sqywmc:"预告买卖登记||首次登记",
133 qlr:"张三",
134 ywr:"绿地开发商",
135 zl:"C区沙尾金地名轩塔楼1栋101",
129 slsj: "2022-5-12", 136 slsj: "2022-5-12",
137 slry:"窗口人员1",
138 zcsj:"2016-10-01 10:00:00",
130 }, 139 },
131 { 140
132 slsj: "2022-5-13",
133 },
134 ], 141 ],
135 }, 142 },
136 }; 143 };
......
...@@ -24,10 +24,6 @@ class data extends filter { ...@@ -24,10 +24,6 @@ class data extends filter {
24 label: "流程状态", 24 label: "流程状态",
25 }, 25 },
26 { 26 {
27 prop: "zbhj",
28 label: "在办环节",
29 },
30 {
31 prop: "ywh", 27 prop: "ywh",
32 label: "业务号", 28 label: "业务号",
33 }, 29 },
...@@ -57,8 +53,8 @@ class data extends filter { ...@@ -57,8 +53,8 @@ class data extends filter {
57 label: "受理人员", 53 label: "受理人员",
58 }, 54 },
59 { 55 {
60 prop: "zrsj", 56 prop: "zcsj",
61 label: "转时间", 57 label: "转时间",
62 sortable: 'custom' 58 sortable: 'custom'
63 }, 59 },
64 { 60 {
......
...@@ -20,7 +20,7 @@ class data extends filter { ...@@ -20,7 +20,7 @@ class data extends filter {
20 width: '50' 20 width: '50'
21 }, 21 },
22 { 22 {
23 prop: "state", 23 prop: "status",
24 label: "状态", 24 label: "状态",
25 }, 25 },
26 { 26 {
......