style:综合查询
Showing
5 changed files
with
32 additions
and
26 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-10-31 14:03:38 | 4 | * @LastEditTime: 2023-10-31 14:39:57 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="rlPopup"> | 7 | <div class="rlPopup"> |
... | @@ -195,7 +195,7 @@ | ... | @@ -195,7 +195,7 @@ |
195 | formData.append("bsmSj", this.previewImg.bsmSj); | 195 | formData.append("bsmSj", this.previewImg.bsmSj); |
196 | formData.append("bsmSlsq", this.previewImg.bsmSlsq); | 196 | formData.append("bsmSlsq", this.previewImg.bsmSlsq); |
197 | if (this.previewImg.imgList.length > 0) { | 197 | if (this.previewImg.imgList.length > 0) { |
198 | formData.append("ssBsmClmx", this.previewImg.imgList[this.previewImg.index].bsmClmx); | 198 | formData.append("index", this.previewImg.imgList[this.previewImg.index].sxh); |
199 | } | 199 | } |
200 | uploadSjClmx(formData).then((res) => { | 200 | uploadSjClmx(formData).then((res) => { |
201 | if (res.code == 200) { | 201 | if (res.code == 200) { | ... | ... |
... | @@ -195,7 +195,7 @@ | ... | @@ -195,7 +195,7 @@ |
195 | formData.append("bsmSj", this.previewImg.bsmSj); | 195 | formData.append("bsmSj", this.previewImg.bsmSj); |
196 | formData.append("bsmSlsq", this.previewImg.bsmSlsq); | 196 | formData.append("bsmSlsq", this.previewImg.bsmSlsq); |
197 | if (this.previewImg.imgList.length > 0) { | 197 | if (this.previewImg.imgList.length > 0) { |
198 | formData.append("ssBsmClmx", this.previewImg.imgList[this.previewImg.index].bsmClmx); | 198 | formData.append("index", this.previewImg.imgList[this.previewImg.index].sxh); |
199 | } | 199 | } |
200 | uploadSjClmx(formData).then((res) => { | 200 | uploadSjClmx(formData).then((res) => { |
201 | if (res.code == 200) { | 201 | if (res.code == 200) { | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-10-31 10:57:34 | 4 | * @LastEditTime: 2023-10-31 14:40:31 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="rlPopup"> | 7 | <div class="rlPopup"> |
... | @@ -197,9 +197,8 @@ | ... | @@ -197,9 +197,8 @@ |
197 | var formData = new FormData(); | 197 | var formData = new FormData(); |
198 | formData.append('file', file) | 198 | formData.append('file', file) |
199 | formData.append("bsmMaterial ", this.previewImg.bsmMaterial); | 199 | formData.append("bsmMaterial ", this.previewImg.bsmMaterial); |
200 | formData.append("bsmSlsq", this.previewImg.bsmSlsq); | ||
201 | if (this.previewImg.imgList.length > 0) { | 200 | if (this.previewImg.imgList.length > 0) { |
202 | formData.append("ssBsmMaterial", this.previewImg.imgList[this.previewImg.index].bsmMaterial); | 201 | formData.append("index", this.previewImg.imgList[this.previewImg.index].sxh); |
203 | } | 202 | } |
204 | uploadSjClmx(formData).then((res) => { | 203 | uploadSjClmx(formData).then((res) => { |
205 | if (res.code == 200) { | 204 | if (res.code == 200) { | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-10-27 16:06:43 | 4 | * @LastEditTime: 2023-10-31 14:47:11 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
10 | <el-form :model="queryForm" ref="queryForm" @submit.native.prevent label-width="70px"> | 10 | <el-form :model="queryForm" ref="queryForm" @submit.native.prevent label-width="70px"> |
11 | <el-row> | 11 | <el-row> |
12 | <el-col :span="4"> | 12 | <el-col :span="4"> |
13 | <el-form-item label="权利类型"> | 13 | <el-form-item label="权利类型" prop="qllx"> |
14 | <el-select v-model="queryForm.qllx" filterable class="width100" clearable placeholder="请选择权利类型"> | 14 | <el-select v-model="queryForm.qllx" filterable class="width100" clearable placeholder="请选择权利类型"> |
15 | <el-option v-for="item in dictData['A8']" :key="item.dcode" :label="item.dname" :value="item.dcode"> | 15 | <el-option v-for="item in dictData['A8']" :key="item.dcode" :label="item.dname" :value="item.dcode"> |
16 | </el-option> | 16 | </el-option> |
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
18 | </el-form-item> | 18 | </el-form-item> |
19 | </el-col> | 19 | </el-col> |
20 | <el-col :span="4"> | 20 | <el-col :span="4"> |
21 | <el-form-item label="登记类型"> | 21 | <el-form-item label="登记类型" prop="djlx"> |
22 | <el-select v-model="queryForm.djlx" filterable class="width100" clearable placeholder="请选择登记类型"> | 22 | <el-select v-model="queryForm.djlx" filterable class="width100" clearable placeholder="请选择登记类型"> |
23 | <el-option v-for="item in dictData['A21']" :key="item.dcode" :label="item.dname" :value="item.dcode"> | 23 | <el-option v-for="item in dictData['A21']" :key="item.dcode" :label="item.dname" :value="item.dcode"> |
24 | </el-option> | 24 | </el-option> |
... | @@ -26,7 +26,7 @@ | ... | @@ -26,7 +26,7 @@ |
26 | </el-form-item> | 26 | </el-form-item> |
27 | </el-col> | 27 | </el-col> |
28 | <el-col :span="4"> | 28 | <el-col :span="4"> |
29 | <el-form-item label="权属状态"> | 29 | <el-form-item label="权属状态" prop="qszt"> |
30 | <el-select v-model="queryForm.qszt" filterable class="width100" clearable placeholder="请选择登记类型"> | 30 | <el-select v-model="queryForm.qszt" filterable class="width100" clearable placeholder="请选择登记类型"> |
31 | <el-option | 31 | <el-option |
32 | v-for="item in qsztlist" | 32 | v-for="item in qsztlist" |
... | @@ -37,13 +37,13 @@ | ... | @@ -37,13 +37,13 @@ |
37 | </el-form-item> | 37 | </el-form-item> |
38 | </el-col> | 38 | </el-col> |
39 | <el-col :span="6"> | 39 | <el-col :span="6"> |
40 | <el-form-item label="不动产单元号" label-width="105px"> | 40 | <el-form-item label="不动产单元号" prop="bdcdyh" label-width="105px"> |
41 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model.trim="queryForm.bdcdyh" clearable class="width100"> | 41 | <el-input placeholder="请输入不动产单元号" maxlength="28" v-model.trim="queryForm.bdcdyh" clearable class="width100"> |
42 | </el-input> | 42 | </el-input> |
43 | </el-form-item> | 43 | </el-form-item> |
44 | </el-col> | 44 | </el-col> |
45 | <el-col :span="6"> | 45 | <el-col :span="6"> |
46 | <el-form-item label="不动产权证号" label-width="105px"> | 46 | <el-form-item label="不动产权证号" prop="bdcqzh" label-width="105px"> |
47 | <el-input placeholder="请输入不动产权证号" v-model.trim="queryForm.bdcqzh" clearable class="width100"> | 47 | <el-input placeholder="请输入不动产权证号" v-model.trim="queryForm.bdcqzh" clearable class="width100"> |
48 | </el-input> | 48 | </el-input> |
49 | </el-form-item> | 49 | </el-form-item> |
... | @@ -51,25 +51,25 @@ | ... | @@ -51,25 +51,25 @@ |
51 | </el-row> | 51 | </el-row> |
52 | <el-row> | 52 | <el-row> |
53 | <el-col :span="5"> | 53 | <el-col :span="5"> |
54 | <el-form-item label="业务号:"> | 54 | <el-form-item label="业务号:" prop="ywh"> |
55 | <el-input placeholder="请输入业务号" v-model.trim="queryForm.ywh" clearable class="width100"> | 55 | <el-input placeholder="请输入业务号" v-model.trim="queryForm.ywh" clearable class="width100"> |
56 | </el-input> | 56 | </el-input> |
57 | </el-form-item> | 57 | </el-form-item> |
58 | </el-col> | 58 | </el-col> |
59 | <el-col :span="5"> | 59 | <el-col :span="5"> |
60 | <el-form-item label="坐落:" label-width="105px"> | 60 | <el-form-item label="坐落:" prop="zl" label-width="105px"> |
61 | <el-input v-model.trim="queryForm.zl" placeholder="坐落" clearable class="width100"> | 61 | <el-input v-model.trim="queryForm.zl" placeholder="坐落" clearable class="width100"> |
62 | </el-input> | 62 | </el-input> |
63 | </el-form-item> | 63 | </el-form-item> |
64 | </el-col> | 64 | </el-col> |
65 | <el-col :span="5"> | 65 | <el-col :span="5"> |
66 | <el-form-item label="权利人:" label-width="105px"> | 66 | <el-form-item label="权利人:" prop="qlrmc" label-width="105px"> |
67 | <el-input v-model.trim="queryForm.qlrmc" placeholder="权利人" clearable class="width100"> | 67 | <el-input v-model.trim="queryForm.qlrmc" placeholder="权利人" clearable class="width100"> |
68 | </el-input> | 68 | </el-input> |
69 | </el-form-item> | 69 | </el-form-item> |
70 | </el-col> | 70 | </el-col> |
71 | <el-col :span="5"> | 71 | <el-col :span="5"> |
72 | <el-form-item label="义务人:"> | 72 | <el-form-item label="义务人:" prop="ywrmc"> |
73 | <el-input v-model.trim="queryForm.ywrmc" placeholder="义务人" clearable class="width100"> | 73 | <el-input v-model.trim="queryForm.ywrmc" placeholder="义务人" clearable class="width100"> |
74 | </el-input> | 74 | </el-input> |
75 | </el-form-item> | 75 | </el-form-item> |
... | @@ -77,6 +77,7 @@ | ... | @@ -77,6 +77,7 @@ |
77 | 77 | ||
78 | <el-col :span="4" class="btnColRight"> | 78 | <el-col :span="4" class="btnColRight"> |
79 | <el-form-item> | 79 | <el-form-item> |
80 | <el-button @click="handleReset">重置</el-button> | ||
80 | <el-button type="primary" native-type="submit" @click="handleSearch">查询</el-button> | 81 | <el-button type="primary" native-type="submit" @click="handleSearch">查询</el-button> |
81 | </el-form-item> | 82 | </el-form-item> |
82 | </el-col> | 83 | </el-col> |
... | @@ -161,6 +162,9 @@ | ... | @@ -161,6 +162,9 @@ |
161 | } | 162 | } |
162 | }); | 163 | }); |
163 | }, | 164 | }, |
165 | handleReset () { | ||
166 | this.$refs.queryForm.resetFields(); | ||
167 | }, | ||
164 | /** | 168 | /** |
165 | * @description: handleSort | 169 | * @description: handleSort |
166 | * @param {*} name | 170 | * @param {*} name | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-10-27 16:10:57 | 4 | * @LastEditTime: 2023-10-31 14:44:39 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
10 | <el-form :model="queryForm" ref="queryForm" @submit.native.prevent label-width="100px"> | 10 | <el-form :model="queryForm" ref="queryForm" @submit.native.prevent label-width="100px"> |
11 | <el-row> | 11 | <el-row> |
12 | <el-col :span="5"> | 12 | <el-col :span="5"> |
13 | <el-form-item label="业务来源"> | 13 | <el-form-item label="业务来源" prop="ywly"> |
14 | <el-select v-model="queryForm.ywly" class="width100" filterable clearable placeholder="请选择业务来源"> | 14 | <el-select v-model="queryForm.ywly" class="width100" filterable clearable placeholder="请选择业务来源"> |
15 | <el-option v-for="item in dictData['ywly']" :key="item.dcode" :label="item.dname" :value="item.dcode"> | 15 | <el-option v-for="item in dictData['ywly']" :key="item.dcode" :label="item.dname" :value="item.dcode"> |
16 | </el-option> | 16 | </el-option> |
... | @@ -18,7 +18,7 @@ | ... | @@ -18,7 +18,7 @@ |
18 | </el-form-item> | 18 | </el-form-item> |
19 | </el-col> | 19 | </el-col> |
20 | <el-col :span="5"> | 20 | <el-col :span="5"> |
21 | <el-form-item label="权利类型"> | 21 | <el-form-item label="权利类型" prop="qllx"> |
22 | <el-select v-model="queryForm.qllx" class="width100" filterable clearable placeholder="请选择权利类型"> | 22 | <el-select v-model="queryForm.qllx" class="width100" filterable clearable placeholder="请选择权利类型"> |
23 | <el-option v-for="item in dictData['A8']" :key="item.dcode" :label="item.dname" :value="item.dcode"> | 23 | <el-option v-for="item in dictData['A8']" :key="item.dcode" :label="item.dname" :value="item.dcode"> |
24 | </el-option> | 24 | </el-option> |
... | @@ -26,7 +26,7 @@ | ... | @@ -26,7 +26,7 @@ |
26 | </el-form-item> | 26 | </el-form-item> |
27 | </el-col> | 27 | </el-col> |
28 | <el-col :span="5"> | 28 | <el-col :span="5"> |
29 | <el-form-item label="登记类型"> | 29 | <el-form-item label="登记类型" prop="djlx"> |
30 | <el-select v-model="queryForm.djlx" class="width100" filterable clearable placeholder="请选择登记类型"> | 30 | <el-select v-model="queryForm.djlx" class="width100" filterable clearable placeholder="请选择登记类型"> |
31 | <el-option v-for="item in dictData['A21']" :key="item.dcode" :label="item.dname" :value="item.dcode"> | 31 | <el-option v-for="item in dictData['A21']" :key="item.dcode" :label="item.dname" :value="item.dcode"> |
32 | </el-option> | 32 | </el-option> |
... | @@ -34,7 +34,7 @@ | ... | @@ -34,7 +34,7 @@ |
34 | </el-form-item> | 34 | </el-form-item> |
35 | </el-col> | 35 | </el-col> |
36 | <el-col :span="5"> | 36 | <el-col :span="5"> |
37 | <el-form-item label="业务号"> | 37 | <el-form-item label="业务号" prop="ywh"> |
38 | <el-input placeholder="请输入业务号" v-model.trim="queryForm.ywh" clearable class="width200px"> | 38 | <el-input placeholder="请输入业务号" v-model.trim="queryForm.ywh" clearable class="width200px"> |
39 | </el-input> | 39 | </el-input> |
40 | </el-form-item> | 40 | </el-form-item> |
... | @@ -42,6 +42,7 @@ | ... | @@ -42,6 +42,7 @@ |
42 | 42 | ||
43 | <el-col :span="4" class="btnColRight"> | 43 | <el-col :span="4" class="btnColRight"> |
44 | <el-form-item> | 44 | <el-form-item> |
45 | <el-button @click="handleReset">重置</el-button> | ||
45 | <el-button type="primary" native-type="submit" @click="handleSearch">查询</el-button> | 46 | <el-button type="primary" native-type="submit" @click="handleSearch">查询</el-button> |
46 | <!-- <el-button @click="moreQueryClick">高级查询</el-button> --> | 47 | <!-- <el-button @click="moreQueryClick">高级查询</el-button> --> |
47 | </el-form-item> | 48 | </el-form-item> |
... | @@ -49,25 +50,25 @@ | ... | @@ -49,25 +50,25 @@ |
49 | </el-row> | 50 | </el-row> |
50 | <el-row> | 51 | <el-row> |
51 | <el-col :span="5"> | 52 | <el-col :span="5"> |
52 | <el-form-item label="不动产单元号"> | 53 | <el-form-item label="不动产单元号" prop="bdcdyh"> |
53 | <el-input placeholder="请输入不动产单元号" v-model.trim="queryForm.bdcdyh" clearable class="width100"> | 54 | <el-input placeholder="请输入不动产单元号" v-model.trim="queryForm.bdcdyh" clearable class="width100"> |
54 | </el-input> | 55 | </el-input> |
55 | </el-form-item> | 56 | </el-form-item> |
56 | </el-col> | 57 | </el-col> |
57 | <el-col :span="5"> | 58 | <el-col :span="5"> |
58 | <el-form-item label="申请人"> | 59 | <el-form-item label="申请人" prop="sqrmc"> |
59 | <el-input placeholder="如需要模糊查询,前后输入%" v-model.trim="queryForm.sqrmc" clearable class="width100"> | 60 | <el-input placeholder="如需要模糊查询,前后输入%" v-model.trim="queryForm.sqrmc" clearable class="width100"> |
60 | </el-input> | 61 | </el-input> |
61 | </el-form-item> | 62 | </el-form-item> |
62 | </el-col> | 63 | </el-col> |
63 | <el-col :span="5"> | 64 | <el-col :span="5"> |
64 | <el-form-item label="申请人证件号"> | 65 | <el-form-item label="申请人证件号" prop="sqrzjhm"> |
65 | <el-input placeholder="如需要模糊查询,前后输入%" v-model.trim="queryForm.sqrzjhm" clearable class="width100"> | 66 | <el-input placeholder="如需要模糊查询,前后输入%" v-model.trim="queryForm.sqrzjhm" clearable class="width100"> |
66 | </el-input> | 67 | </el-input> |
67 | </el-form-item> | 68 | </el-form-item> |
68 | </el-col> | 69 | </el-col> |
69 | <el-col :span="5"> | 70 | <el-col :span="5"> |
70 | <el-form-item label="坐落"> | 71 | <el-form-item label="坐落" prop="zl"> |
71 | <el-input placeholder="如需要模糊查询,前后输入%" v-model.trim="queryForm.zl" clearable class="width100"> | 72 | <el-input placeholder="如需要模糊查询,前后输入%" v-model.trim="queryForm.zl" clearable class="width100"> |
72 | </el-input> | 73 | </el-input> |
73 | </el-form-item> | 74 | </el-form-item> |
... | @@ -114,7 +115,6 @@ | ... | @@ -114,7 +115,6 @@ |
114 | this.queryClick() | 115 | this.queryClick() |
115 | }, | 116 | }, |
116 | methods: { | 117 | methods: { |
117 | // 初始化数据 | ||
118 | /** | 118 | /** |
119 | * @description: 初始化数据 | 119 | * @description: 初始化数据 |
120 | * @author: renchao | 120 | * @author: renchao |
... | @@ -130,6 +130,9 @@ | ... | @@ -130,6 +130,9 @@ |
130 | } | 130 | } |
131 | }) | 131 | }) |
132 | }, | 132 | }, |
133 | handleReset () { | ||
134 | this.$refs.queryForm.resetFields(); | ||
135 | }, | ||
133 | /** | 136 | /** |
134 | * @description: handleSort | 137 | * @description: handleSort |
135 | * @param {*} name | 138 | * @param {*} name | ... | ... |
-
Please register or sign in to post a comment