优化字段
Showing
7 changed files
with
205 additions
and
73 deletions
... | @@ -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,8 +120,9 @@ export default { | ... | @@ -59,8 +120,9 @@ 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: [ | ... | ... |
... | @@ -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, | ... | ... |
... | @@ -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,20 +96,19 @@ export default { | ... | @@ -42,20 +96,19 @@ 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: [ | ... | ... |
... | @@ -55,14 +55,7 @@ class data extends filter { | ... | @@ -55,14 +55,7 @@ class data extends filter { |
55 | } | 55 | } |
56 | ] | 56 | ] |
57 | } | 57 | } |
58 | ywlys () { | 58 | |
59 | return [ | ||
60 | { value: 1, label: "办事大厅" }, | ||
61 | { value: 2, label: "微信小程序" }, | ||
62 | { value: 3, label: "法院端" }, | ||
63 | { value: 4, label: "银行端" }, | ||
64 | ] | ||
65 | } | ||
66 | } | 59 | } |
67 | let datas = new data() | 60 | let datas = new data() |
68 | export { | 61 | export { | ... | ... |
... | @@ -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 | { | ... | ... |
-
Please register or sign in to post a comment