style:受理信息
Showing
4 changed files
with
157 additions
and
306 deletions
src/styles/slxx/slxx.scss
0 → 100644
1 | /deep/.el-form { | ||
2 | display: flex; | ||
3 | flex-direction: column; | ||
4 | height: calc(100vh - 130px); | ||
5 | background-color: aqua; | ||
6 | } | ||
7 | |||
8 | /deep/.el-form-item__label { | ||
9 | padding: 0; | ||
10 | } | ||
11 | |||
12 | /deep/.el-radio { | ||
13 | margin-right: 10px; | ||
14 | } | ||
15 | |||
16 | /deep/.el-select { | ||
17 | width: 100%; | ||
18 | } | ||
19 | |||
20 | /deep/.el-form-item { | ||
21 | margin-bottom: 8px; | ||
22 | } | ||
23 | |||
24 | .marginBot0 { | ||
25 | margin-bottom: 0 !important; | ||
26 | } | ||
27 | |||
28 | .slxx { | ||
29 | box-sizing: border-box; | ||
30 | } | ||
31 | |||
32 | .slxx_con { | ||
33 | flex: 1; | ||
34 | height: 100%; | ||
35 | background-color: #ffffff; | ||
36 | overflow-y: auto; | ||
37 | padding-right: 3px; | ||
38 | overflow-x: hidden; | ||
39 | } | ||
40 | |||
41 | .submit_btn { | ||
42 | height: 50px; | ||
43 | } | ||
44 | |||
45 | .slxx_title { | ||
46 | border-bottom: 1px solid $borderColor; | ||
47 | padding-left: 10px; | ||
48 | padding-bottom: 5px; | ||
49 | margin-bottom: 10px; | ||
50 | margin-top: 5px; | ||
51 | font-size: 16px; | ||
52 | font-weight: 500; | ||
53 | color: #4a4a4a; | ||
54 | } | ||
55 | |||
56 | .btn { | ||
57 | text-align: center; | ||
58 | padding-top: 10px; | ||
59 | height: 36px; | ||
60 | background-color: #ffffff; | ||
61 | padding: 5px 0; | ||
62 | } | ||
63 | |||
64 | .textArea { | ||
65 | /deep/.el-textarea__inner { | ||
66 | min-height: 90px !important; | ||
67 | } | ||
68 | } | ||
69 | |||
70 | /deep/.el-form-item__label { | ||
71 | padding-bottom: 0px; | ||
72 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
... | @@ -10,24 +10,24 @@ | ... | @@ -10,24 +10,24 @@ |
10 | </div> | 10 | </div> |
11 | <el-row :gutter="10"> | 11 | <el-row :gutter="10"> |
12 | <el-col :span="8"> | 12 | <el-col :span="8"> |
13 | <el-form-item :class="flag ? 'marginBot0' : ''" label="业务号:" prop="ywh"> | 13 | <el-form-item :class="flag ? 'marginBot0' : ''" label="业务号:"> |
14 | <el-input disabled v-model="ruleForm.ywh"></el-input> | 14 | <el-input disabled v-model="ruleForm.ywh"></el-input> |
15 | </el-form-item> | 15 | </el-form-item> |
16 | </el-col> | 16 | </el-col> |
17 | <el-col :span="8"> | 17 | <el-col :span="8"> |
18 | <el-form-item :class="flag ? 'marginBot0' : ''" label="受理人员:" prop="slry"> | 18 | <el-form-item :class="flag ? 'marginBot0' : ''" label="受理人员:"> |
19 | <el-input disabled v-model="ruleForm.slry"></el-input> | 19 | <el-input disabled v-model="ruleForm.slry"></el-input> |
20 | </el-form-item> | 20 | </el-form-item> |
21 | </el-col> | 21 | </el-col> |
22 | <el-col :span="8"> | 22 | <el-col :span="8"> |
23 | <el-form-item :class="flag ? 'marginBot0' : ''" label="受理时间:" prop="slsj"> | 23 | <el-form-item :class="flag ? 'marginBot0' : ''" label="受理时间:"> |
24 | <el-input disabled v-model="ruleForm.slsj"></el-input> | 24 | <el-input disabled v-model="ruleForm.slsj"></el-input> |
25 | </el-form-item> | 25 | </el-form-item> |
26 | </el-col> | 26 | </el-col> |
27 | </el-row> | 27 | </el-row> |
28 | <el-row :gutter="10"> | 28 | <el-row :gutter="10"> |
29 | <el-col :span="8"> | 29 | <el-col :span="8"> |
30 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利类型:" prop="qllx"> | 30 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利类型:"> |
31 | <el-select disabled v-model="ruleForm.qllx" filterable clearable placeholder="请选择权利类型"> | 31 | <el-select disabled v-model="ruleForm.qllx" filterable clearable placeholder="请选择权利类型"> |
32 | <el-option v-for="item in dictData['A8']" :key="item.dcode" :label="item.dname" :value="item.dcode"> | 32 | <el-option v-for="item in dictData['A8']" :key="item.dcode" :label="item.dname" :value="item.dcode"> |
33 | </el-option> | 33 | </el-option> |
... | @@ -35,7 +35,7 @@ | ... | @@ -35,7 +35,7 @@ |
35 | </el-form-item> | 35 | </el-form-item> |
36 | </el-col> | 36 | </el-col> |
37 | <el-col :span="8"> | 37 | <el-col :span="8"> |
38 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记类型:" prop="djlx"> | 38 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记类型:"> |
39 | <el-select disabled v-model="ruleForm.djlx" filterable clearable placeholder="请选择登记类型"> | 39 | <el-select disabled v-model="ruleForm.djlx" filterable clearable placeholder="请选择登记类型"> |
40 | <el-option v-for="item in dictData['A21']" :key="item.dcode" :label="item.dname" :value="item.dcode"> | 40 | <el-option v-for="item in dictData['A21']" :key="item.dcode" :label="item.dname" :value="item.dcode"> |
41 | </el-option> | 41 | </el-option> |
... | @@ -43,7 +43,7 @@ | ... | @@ -43,7 +43,7 @@ |
43 | </el-form-item> | 43 | </el-form-item> |
44 | </el-col> | 44 | </el-col> |
45 | <el-col :span="8"> | 45 | <el-col :span="8"> |
46 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记情形:" prop="djqx"> | 46 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记情形:"> |
47 | <el-input disabled v-model="ruleForm.djqxmc"></el-input> | 47 | <el-input disabled v-model="ruleForm.djqxmc"></el-input> |
48 | </el-form-item> | 48 | </el-form-item> |
49 | </el-col> | 49 | </el-col> |
... | @@ -54,60 +54,60 @@ | ... | @@ -54,60 +54,60 @@ |
54 | </div> | 54 | </div> |
55 | <el-row :gutter="10"> | 55 | <el-row :gutter="10"> |
56 | <el-col :span="8"> | 56 | <el-col :span="8"> |
57 | <el-form-item :class="flag ? 'marginBot0' : ''" label="宗地代码:" prop="zddm"> | 57 | <el-form-item :class="flag ? 'marginBot0' : ''" label="宗地代码:"> |
58 | <el-input disabled v-model="ruleForm.zddm"></el-input> | 58 | <el-input disabled v-model="ruleForm.zddm"></el-input> |
59 | </el-form-item> | 59 | </el-form-item> |
60 | </el-col> | 60 | </el-col> |
61 | <el-col :span="8"> | 61 | <el-col :span="8"> |
62 | <el-form-item :class="flag ? 'marginBot0' : ''" label="不动产单元号:" prop="bdcdyh"> | 62 | <el-form-item :class="flag ? 'marginBot0' : ''" label="不动产单元号:"> |
63 | <el-input disabled v-model="ruleForm.bdcdyh"></el-input> | 63 | <el-input disabled v-model="ruleForm.bdcdyh"></el-input> |
64 | </el-form-item> | 64 | </el-form-item> |
65 | </el-col> | 65 | </el-col> |
66 | <el-col :span="8"> | 66 | <el-col :span="8"> |
67 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利性质:" prop="qlxzmc"> | 67 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利性质:"> |
68 | <el-input disabled v-model="ruleForm.qlxzmc"></el-input> | 68 | <el-input disabled v-model="ruleForm.qlxzmc"></el-input> |
69 | </el-form-item> | 69 | </el-form-item> |
70 | </el-col> | 70 | </el-col> |
71 | </el-row> | 71 | </el-row> |
72 | <el-row :gutter="10"> | 72 | <el-row :gutter="10"> |
73 | <el-col :span="8"> | 73 | <el-col :span="8"> |
74 | <el-form-item :class="flag ? 'marginBot0' : ''" label="宗地面积:" prop="zdmj"> | 74 | <el-form-item :class="flag ? 'marginBot0' : ''" label="宗地面积:"> |
75 | <el-input disabled v-model="ruleForm.zdmj"></el-input> | 75 | <el-input disabled v-model="ruleForm.zdmj"></el-input> |
76 | </el-form-item> | 76 | </el-form-item> |
77 | </el-col> | 77 | </el-col> |
78 | <el-col :span="8"> | 78 | <el-col :span="8"> |
79 | <el-form-item :class="flag ? 'marginBot0' : ''" label="土地用途:" prop="ghytmc"> | 79 | <el-form-item :class="flag ? 'marginBot0' : ''" label="土地用途:"> |
80 | <el-input disabled v-model="ruleForm.ghytmc"></el-input> | 80 | <el-input disabled v-model="ruleForm.ghytmc"></el-input> |
81 | </el-form-item> | 81 | </el-form-item> |
82 | </el-col> | 82 | </el-col> |
83 | <el-col :span="8"> | 83 | <el-col :span="8"> |
84 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利设定方式:" prop="qlsdfs"> | 84 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利设定方式:"> |
85 | <el-input disabled v-model="ruleForm.qlsdfsmc"></el-input> | 85 | <el-input disabled v-model="ruleForm.qlsdfsmc"></el-input> |
86 | </el-form-item> | 86 | </el-form-item> |
87 | </el-col> | 87 | </el-col> |
88 | </el-row> | 88 | </el-row> |
89 | <el-row :gutter="10"> | 89 | <el-row :gutter="10"> |
90 | <el-col :span="8"> | 90 | <el-col :span="8"> |
91 | <el-form-item :class="flag ? 'marginBot0' : ''" label="取得价格:" prop="qdjg"> | 91 | <el-form-item :class="flag ? 'marginBot0' : ''" label="取得价格:"> |
92 | <el-input disabled v-model="ruleForm.qdjg"></el-input> | 92 | <el-input disabled v-model="ruleForm.qdjg"></el-input> |
93 | </el-form-item> | 93 | </el-form-item> |
94 | </el-col> | 94 | </el-col> |
95 | 95 | ||
96 | <el-col :span="16"> | 96 | <el-col :span="16"> |
97 | <el-form-item :class="flag ? 'marginBot0' : ''" label="坐落:" prop="zl"> | 97 | <el-form-item :class="flag ? 'marginBot0' : ''" label="坐落:"> |
98 | <el-input disabled v-model="ruleForm.zl"></el-input> | 98 | <el-input disabled v-model="ruleForm.zl"></el-input> |
99 | </el-form-item> | 99 | </el-form-item> |
100 | </el-col> | 100 | </el-col> |
101 | </el-row> | 101 | </el-row> |
102 | <el-row :gutter="10"> | 102 | <el-row :gutter="10"> |
103 | <el-col :span="8"> | 103 | <el-col :span="8"> |
104 | <el-form-item :class="flag ? 'marginBot0' : ''" label="使用期限:" prop="tdsyqx"> | 104 | <el-form-item :class="flag ? 'marginBot0' : ''" label="使用期限:"> |
105 | <el-input disabled v-model="ruleForm.tdsyqx"></el-input> | 105 | <el-input disabled v-model="ruleForm.tdsyqx"></el-input> |
106 | </el-form-item> | 106 | </el-form-item> |
107 | </el-col> | 107 | </el-col> |
108 | 108 | ||
109 | <el-col :span="16"> | 109 | <el-col :span="16"> |
110 | <el-form-item :class="flag ? 'marginBot0' : ''" label="使用权起止时间:" prop="qssj"> | 110 | <el-form-item :class="flag ? 'marginBot0' : ''" label="使用权起止时间:"> |
111 | <el-input disabled v-model="ruleForm.syqqzsj"></el-input> | 111 | <el-input disabled v-model="ruleForm.syqqzsj"></el-input> |
112 | </el-form-item> | 112 | </el-form-item> |
113 | </el-col> | 113 | </el-col> |
... | @@ -188,7 +188,7 @@ export default { | ... | @@ -188,7 +188,7 @@ export default { |
188 | ...res.result, | 188 | ...res.result, |
189 | ...res.result.zdjbxxdatas, | 189 | ...res.result.zdjbxxdatas, |
190 | ...res.result.qlxxdatas, | 190 | ...res.result.qlxxdatas, |
191 | ...res.result.jsydsyqdatas, | 191 | ...res.result.jsydsyqdatas |
192 | } | 192 | } |
193 | if (this.ruleForm.gyfs == '1') { | 193 | if (this.ruleForm.gyfs == '1') { |
194 | this.ruleForm.qlrxx = [{}] | 194 | this.ruleForm.qlrxx = [{}] |
... | @@ -198,42 +198,40 @@ export default { | ... | @@ -198,42 +198,40 @@ export default { |
198 | }, | 198 | }, |
199 | components: { InformationTable }, | 199 | components: { InformationTable }, |
200 | computed: { | 200 | computed: { |
201 | ...mapGetters(["dictData", "flag"]), | 201 | ...mapGetters(["dictData", "flag"]) |
202 | }, | 202 | }, |
203 | data () { | 203 | data () { |
204 | return { | 204 | return { |
205 | disabled: true, | 205 | disabled: true, |
206 | czrOptions: [], | 206 | czrOptions: [], |
207 | ruleForm: { | 207 | ruleForm: { |
208 | ywh: "", | 208 | // ywh: "", |
209 | slry: "", | 209 | // slry: "", |
210 | slsj: "", | 210 | // slsj: "", |
211 | qllx: "", | 211 | // qllx: "", |
212 | djlx: "", | 212 | // djlx: "", |
213 | djqx: "", | 213 | // djqx: "", |
214 | zddm: "", | 214 | // zddm: "", |
215 | bdcdyh: "", | 215 | // bdcdyh: "", |
216 | qlxzmc: "", | 216 | // qlxzmc: "", |
217 | qlrxx: [], | 217 | // zdmj: "", |
218 | zdmj: "", | 218 | // zl: "", |
219 | zl: "", | 219 | // tdyt: "", |
220 | tdyt: "", | 220 | // qlsdfs: "", |
221 | qlsdfs: "", | 221 | // qdjg: "", |
222 | qdjg: "", | 222 | // tdsyqx: "", |
223 | tdsyqx: "", | 223 | // syqqzsj: "", |
224 | syqqzsj: "", | 224 | // fj: "", |
225 | fj: "", | 225 | // qlrxx: [], |
226 | djyy: "", | 226 | // djyy: "", |
227 | gyfs: "1", | 227 | // gyfs: "1", |
228 | // 是否分别持证 | 228 | // sffbcz: "", |
229 | sffbcz: "", | 229 | // czr: "", |
230 | // 持证人 | ||
231 | czr: "", | ||
232 | }, | 230 | }, |
233 | //传递参数 | 231 | //传递参数 |
234 | propsParam: {}, | 232 | propsParam: {}, |
235 | rules: {}, | 233 | rules: {} |
236 | }; | 234 | } |
237 | }, | 235 | }, |
238 | methods: { | 236 | methods: { |
239 | list (bsmSldy) { | 237 | list (bsmSldy) { |
... | @@ -253,7 +251,6 @@ export default { | ... | @@ -253,7 +251,6 @@ export default { |
253 | onSubmit () { | 251 | onSubmit () { |
254 | fristReg(this.ruleForm).then((res) => { | 252 | fristReg(this.ruleForm).then((res) => { |
255 | if (res.code === 200 && res.result) { | 253 | if (res.code === 200 && res.result) { |
256 | console.log(res); | ||
257 | //this.ruleForm = { ...res.result, ...res.result.zdjbxxdatas, ...res.result.qlxxdatas, ...res.result.jsydsyqdatas } | 254 | //this.ruleForm = { ...res.result, ...res.result.zdjbxxdatas, ...res.result.qlxxdatas, ...res.result.jsydsyqdatas } |
258 | } | 255 | } |
259 | }); | 256 | }); |
... | @@ -263,77 +260,5 @@ export default { | ... | @@ -263,77 +260,5 @@ export default { |
263 | </script> | 260 | </script> |
264 | <style scoped lang='scss'> | 261 | <style scoped lang='scss'> |
265 | @import "~@/styles/public.scss"; | 262 | @import "~@/styles/public.scss"; |
266 | 263 | @import "~@/styles/slxx/slxx.scss"; | |
267 | /deep/.el-form { | ||
268 | display: flex; | ||
269 | flex-direction: column; | ||
270 | height: calc(100vh - 130px); | ||
271 | background-color: aqua; | ||
272 | } | ||
273 | |||
274 | /deep/.el-form-item__label { | ||
275 | padding: 0; | ||
276 | } | ||
277 | |||
278 | /deep/.el-radio { | ||
279 | margin-right: 10px; | ||
280 | } | ||
281 | |||
282 | /deep/.el-select { | ||
283 | width: 100%; | ||
284 | } | ||
285 | |||
286 | /deep/.el-form-item { | ||
287 | margin-bottom: 8px; | ||
288 | } | ||
289 | |||
290 | .marginBot0 { | ||
291 | margin-bottom: 0 !important; | ||
292 | } | ||
293 | |||
294 | .slxx { | ||
295 | box-sizing: border-box; | ||
296 | } | ||
297 | |||
298 | .slxx_con { | ||
299 | flex: 1; | ||
300 | height: 100%; | ||
301 | background-color: #ffffff; | ||
302 | overflow-y: auto; | ||
303 | padding-right: 3px; | ||
304 | overflow-x: hidden; | ||
305 | } | ||
306 | |||
307 | .submit_btn { | ||
308 | height: 50px; | ||
309 | } | ||
310 | |||
311 | .slxx_title { | ||
312 | border-bottom: 1px solid $borderColor; | ||
313 | padding-left: 10px; | ||
314 | padding-bottom: 5px; | ||
315 | margin-bottom: 10px; | ||
316 | margin-top: 5px; | ||
317 | font-size: 16px; | ||
318 | font-weight: 500; | ||
319 | color: #4a4a4a; | ||
320 | } | ||
321 | |||
322 | .btn { | ||
323 | text-align: center; | ||
324 | padding-top: 10px; | ||
325 | height: 36px; | ||
326 | background-color: #ffffff; | ||
327 | padding: 5px 0; | ||
328 | } | ||
329 | |||
330 | .textArea { | ||
331 | /deep/.el-textarea__inner { | ||
332 | min-height: 90px !important; | ||
333 | } | ||
334 | } | ||
335 | |||
336 | /deep/.el-form-item__label { | ||
337 | padding-bottom: 0px; | ||
338 | } | ||
339 | </style> | 264 | </style> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -151,11 +151,11 @@ | ... | @@ -151,11 +151,11 @@ |
151 | </el-col> | 151 | </el-col> |
152 | </el-row> | 152 | </el-row> |
153 | <InformationTable :tableData="ruleForm.qlrxx" :viewtype="$route.query.viewtype" :gyfs="ruleForm.gyfs" /> | 153 | <InformationTable :tableData="ruleForm.qlrxx" :viewtype="$route.query.viewtype" :gyfs="ruleForm.gyfs" /> |
154 | <div class="slxx_title title-block"> | 154 | <div class="slxx_title title-block"> |
155 | 义务人信息 | 155 | 义务人信息 |
156 | <div class="triangle"></div> | 156 | <div class="triangle"></div> |
157 | </div> | 157 | </div> |
158 | <InformationTable :tableData="ruleForm.ywrxx" :viewtype="$route.query.viewtype" :gyfs="ruleForm.gyfs" /> | 158 | <InformationTable :tableData="ruleForm.ywrxx" :viewtype="$route.query.viewtype" :gyfs="ruleForm.gyfs" /> |
159 | <div class="slxx_title title-block"> | 159 | <div class="slxx_title title-block"> |
160 | 登记原因 | 160 | 登记原因 |
161 | <div class="triangle"></div> | 161 | <div class="triangle"></div> |
... | @@ -264,77 +264,5 @@ export default { | ... | @@ -264,77 +264,5 @@ export default { |
264 | </script> | 264 | </script> |
265 | <style scoped lang='scss'> | 265 | <style scoped lang='scss'> |
266 | @import "~@/styles/public.scss"; | 266 | @import "~@/styles/public.scss"; |
267 | 267 | @import "~@/styles/slxx/slxx.scss"; | |
268 | /deep/.el-form { | ||
269 | display: flex; | ||
270 | flex-direction: column; | ||
271 | height: calc(100vh - 130px); | ||
272 | background-color: aqua; | ||
273 | } | ||
274 | |||
275 | /deep/.el-form-item__label { | ||
276 | padding: 0; | ||
277 | } | ||
278 | |||
279 | /deep/.el-radio { | ||
280 | margin-right: 10px; | ||
281 | } | ||
282 | |||
283 | /deep/.el-select { | ||
284 | width: 100%; | ||
285 | } | ||
286 | |||
287 | /deep/.el-form-item { | ||
288 | margin-bottom: 8px; | ||
289 | } | ||
290 | |||
291 | .marginBot0 { | ||
292 | margin-bottom: 0 !important; | ||
293 | } | ||
294 | |||
295 | .slxx { | ||
296 | box-sizing: border-box; | ||
297 | } | ||
298 | |||
299 | .slxx_con { | ||
300 | flex: 1; | ||
301 | height: 100%; | ||
302 | background-color: #ffffff; | ||
303 | overflow-y: auto; | ||
304 | padding-right: 3px; | ||
305 | overflow-x: hidden; | ||
306 | } | ||
307 | |||
308 | .submit_btn { | ||
309 | height: 50px; | ||
310 | } | ||
311 | |||
312 | .slxx_title { | ||
313 | border-bottom: 1px solid $borderColor; | ||
314 | padding-left: 10px; | ||
315 | padding-bottom: 5px; | ||
316 | margin-bottom: 10px; | ||
317 | margin-top: 5px; | ||
318 | font-size: 16px; | ||
319 | font-weight: 500; | ||
320 | color: #4a4a4a; | ||
321 | } | ||
322 | |||
323 | .btn { | ||
324 | text-align: center; | ||
325 | padding-top: 10px; | ||
326 | height: 36px; | ||
327 | background-color: #ffffff; | ||
328 | padding: 5px 0; | ||
329 | } | ||
330 | |||
331 | .textArea { | ||
332 | /deep/.el-textarea__inner { | ||
333 | min-height: 90px !important; | ||
334 | } | ||
335 | } | ||
336 | |||
337 | /deep/.el-form-item__label { | ||
338 | padding-bottom: 0px; | ||
339 | } | ||
340 | </style> | 268 | </style> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -10,24 +10,24 @@ | ... | @@ -10,24 +10,24 @@ |
10 | </div> | 10 | </div> |
11 | <el-row :gutter="10"> | 11 | <el-row :gutter="10"> |
12 | <el-col :span="8"> | 12 | <el-col :span="8"> |
13 | <el-form-item :class="flag ? 'marginBot0' : ''" label="业务号:" prop="ywh"> | 13 | <el-form-item :class="flag ? 'marginBot0' : ''" label="业务号:"> |
14 | <el-input disabled v-model="ruleForm.ywh"></el-input> | 14 | <el-input disabled v-model="ruleForm.ywh"></el-input> |
15 | </el-form-item> | 15 | </el-form-item> |
16 | </el-col> | 16 | </el-col> |
17 | <el-col :span="8"> | 17 | <el-col :span="8"> |
18 | <el-form-item :class="flag ? 'marginBot0' : ''" label="受理人员:" prop="slry"> | 18 | <el-form-item :class="flag ? 'marginBot0' : ''" label="受理人员:"> |
19 | <el-input disabled v-model="ruleForm.slry"></el-input> | 19 | <el-input disabled v-model="ruleForm.slry"></el-input> |
20 | </el-form-item> | 20 | </el-form-item> |
21 | </el-col> | 21 | </el-col> |
22 | <el-col :span="8"> | 22 | <el-col :span="8"> |
23 | <el-form-item :class="flag ? 'marginBot0' : ''" label="受理时间:" prop="slsj"> | 23 | <el-form-item :class="flag ? 'marginBot0' : ''" label="受理时间:"> |
24 | <el-input disabled v-model="ruleForm.slsj"></el-input> | 24 | <el-input disabled v-model="ruleForm.slsj"></el-input> |
25 | </el-form-item> | 25 | </el-form-item> |
26 | </el-col> | 26 | </el-col> |
27 | </el-row> | 27 | </el-row> |
28 | <el-row :gutter="10"> | 28 | <el-row :gutter="10"> |
29 | <el-col :span="8"> | 29 | <el-col :span="8"> |
30 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利类型:" prop="qllx"> | 30 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利类型:"> |
31 | <el-select disabled v-model="ruleForm.qllx" filterable clearable placeholder="请选择权利类型"> | 31 | <el-select disabled v-model="ruleForm.qllx" filterable clearable placeholder="请选择权利类型"> |
32 | <el-option v-for="item in dictData['A8']" :key="item.dcode" :label="item.dname" :value="item.dcode"> | 32 | <el-option v-for="item in dictData['A8']" :key="item.dcode" :label="item.dname" :value="item.dcode"> |
33 | </el-option> | 33 | </el-option> |
... | @@ -35,7 +35,7 @@ | ... | @@ -35,7 +35,7 @@ |
35 | </el-form-item> | 35 | </el-form-item> |
36 | </el-col> | 36 | </el-col> |
37 | <el-col :span="8"> | 37 | <el-col :span="8"> |
38 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记类型:" prop="djlx"> | 38 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记类型:"> |
39 | <el-select disabled v-model="ruleForm.djlx" filterable clearable placeholder="请选择登记类型"> | 39 | <el-select disabled v-model="ruleForm.djlx" filterable clearable placeholder="请选择登记类型"> |
40 | <el-option v-for="item in dictData['A21']" :key="item.dcode" :label="item.dname" :value="item.dcode"> | 40 | <el-option v-for="item in dictData['A21']" :key="item.dcode" :label="item.dname" :value="item.dcode"> |
41 | </el-option> | 41 | </el-option> |
... | @@ -43,7 +43,7 @@ | ... | @@ -43,7 +43,7 @@ |
43 | </el-form-item> | 43 | </el-form-item> |
44 | </el-col> | 44 | </el-col> |
45 | <el-col :span="8"> | 45 | <el-col :span="8"> |
46 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记情形:" prop="djqx"> | 46 | <el-form-item :class="flag ? 'marginBot0' : ''" label="登记情形:"> |
47 | <el-input disabled v-model="ruleForm.djqxmc"></el-input> | 47 | <el-input disabled v-model="ruleForm.djqxmc"></el-input> |
48 | </el-form-item> | 48 | </el-form-item> |
49 | </el-col> | 49 | </el-col> |
... | @@ -54,60 +54,60 @@ | ... | @@ -54,60 +54,60 @@ |
54 | </div> | 54 | </div> |
55 | <el-row :gutter="10"> | 55 | <el-row :gutter="10"> |
56 | <el-col :span="8"> | 56 | <el-col :span="8"> |
57 | <el-form-item :class="flag ? 'marginBot0' : ''" label="宗地代码:" prop="zddm"> | 57 | <el-form-item :class="flag ? 'marginBot0' : ''" label="宗地代码:"> |
58 | <el-input disabled v-model="ruleForm.zddm"></el-input> | 58 | <el-input disabled v-model="ruleForm.zddm"></el-input> |
59 | </el-form-item> | 59 | </el-form-item> |
60 | </el-col> | 60 | </el-col> |
61 | <el-col :span="8"> | 61 | <el-col :span="8"> |
62 | <el-form-item :class="flag ? 'marginBot0' : ''" label="不动产单元号:" prop="bdcdyh"> | 62 | <el-form-item :class="flag ? 'marginBot0' : ''" label="不动产单元号:"> |
63 | <el-input disabled v-model="ruleForm.bdcdyh"></el-input> | 63 | <el-input disabled v-model="ruleForm.bdcdyh"></el-input> |
64 | </el-form-item> | 64 | </el-form-item> |
65 | </el-col> | 65 | </el-col> |
66 | <el-col :span="8"> | 66 | <el-col :span="8"> |
67 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利性质:" prop="qlxzmc"> | 67 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利性质:"> |
68 | <el-input disabled v-model="ruleForm.qlxzmc"></el-input> | 68 | <el-input disabled v-model="ruleForm.qlxzmc"></el-input> |
69 | </el-form-item> | 69 | </el-form-item> |
70 | </el-col> | 70 | </el-col> |
71 | </el-row> | 71 | </el-row> |
72 | <el-row :gutter="10"> | 72 | <el-row :gutter="10"> |
73 | <el-col :span="8"> | 73 | <el-col :span="8"> |
74 | <el-form-item :class="flag ? 'marginBot0' : ''" label="宗地面积:" prop="zdmj"> | 74 | <el-form-item :class="flag ? 'marginBot0' : ''" label="宗地面积:"> |
75 | <el-input disabled v-model="ruleForm.zdmj"></el-input> | 75 | <el-input disabled v-model="ruleForm.zdmj"></el-input> |
76 | </el-form-item> | 76 | </el-form-item> |
77 | </el-col> | 77 | </el-col> |
78 | <el-col :span="8"> | 78 | <el-col :span="8"> |
79 | <el-form-item :class="flag ? 'marginBot0' : ''" label="土地用途:" prop="ghytmc"> | 79 | <el-form-item :class="flag ? 'marginBot0' : ''" label="土地用途:"> |
80 | <el-input disabled v-model="ruleForm.ghytmc"></el-input> | 80 | <el-input disabled v-model="ruleForm.ghytmc"></el-input> |
81 | </el-form-item> | 81 | </el-form-item> |
82 | </el-col> | 82 | </el-col> |
83 | <el-col :span="8"> | 83 | <el-col :span="8"> |
84 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利设定方式:" prop="qlsdfs"> | 84 | <el-form-item :class="flag ? 'marginBot0' : ''" label="权利设定方式:"> |
85 | <el-input disabled v-model="ruleForm.qlsdfsmc"></el-input> | 85 | <el-input disabled v-model="ruleForm.qlsdfsmc"></el-input> |
86 | </el-form-item> | 86 | </el-form-item> |
87 | </el-col> | 87 | </el-col> |
88 | </el-row> | 88 | </el-row> |
89 | <el-row :gutter="10"> | 89 | <el-row :gutter="10"> |
90 | <el-col :span="8"> | 90 | <el-col :span="8"> |
91 | <el-form-item :class="flag ? 'marginBot0' : ''" label="取得价格:" prop="qdjg"> | 91 | <el-form-item :class="flag ? 'marginBot0' : ''" label="取得价格:"> |
92 | <el-input disabled v-model="ruleForm.qdjg"></el-input> | 92 | <el-input disabled v-model="ruleForm.qdjg"></el-input> |
93 | </el-form-item> | 93 | </el-form-item> |
94 | </el-col> | 94 | </el-col> |
95 | 95 | ||
96 | <el-col :span="16"> | 96 | <el-col :span="16"> |
97 | <el-form-item :class="flag ? 'marginBot0' : ''" label="坐落:" prop="zl"> | 97 | <el-form-item :class="flag ? 'marginBot0' : ''" label="坐落:"> |
98 | <el-input disabled v-model="ruleForm.zl"></el-input> | 98 | <el-input disabled v-model="ruleForm.zl"></el-input> |
99 | </el-form-item> | 99 | </el-form-item> |
100 | </el-col> | 100 | </el-col> |
101 | </el-row> | 101 | </el-row> |
102 | <el-row :gutter="10"> | 102 | <el-row :gutter="10"> |
103 | <el-col :span="8"> | 103 | <el-col :span="8"> |
104 | <el-form-item :class="flag ? 'marginBot0' : ''" label="使用期限:" prop="tdsyqx"> | 104 | <el-form-item :class="flag ? 'marginBot0' : ''" label="使用期限:"> |
105 | <el-input disabled v-model="ruleForm.tdsyqx"></el-input> | 105 | <el-input disabled v-model="ruleForm.tdsyqx"></el-input> |
106 | </el-form-item> | 106 | </el-form-item> |
107 | </el-col> | 107 | </el-col> |
108 | 108 | ||
109 | <el-col :span="16"> | 109 | <el-col :span="16"> |
110 | <el-form-item :class="flag ? 'marginBot0' : ''" label="使用权起止时间:" prop="qssj"> | 110 | <el-form-item :class="flag ? 'marginBot0' : ''" label="使用权起止时间:"> |
111 | <el-input disabled v-model="ruleForm.syqqzsj"></el-input> | 111 | <el-input disabled v-model="ruleForm.syqqzsj"></el-input> |
112 | </el-form-item> | 112 | </el-form-item> |
113 | </el-col> | 113 | </el-col> |
... | @@ -201,30 +201,28 @@ export default { | ... | @@ -201,30 +201,28 @@ export default { |
201 | disabled: true, | 201 | disabled: true, |
202 | czrOptions: [], | 202 | czrOptions: [], |
203 | ruleForm: { | 203 | ruleForm: { |
204 | ywh: "", | 204 | // ywh: "", |
205 | slry: "", | 205 | // slry: "", |
206 | slsj: "", | 206 | // slsj: "", |
207 | qllx: "", | 207 | // qllx: "", |
208 | djlx: "", | 208 | // djlx: "", |
209 | djqx: "", | 209 | // djqx: "", |
210 | zddm: "", | 210 | // zddm: "", |
211 | bdcdyh: "", | 211 | // bdcdyh: "", |
212 | qlxzmc: "", | 212 | // qlxzmc: "", |
213 | qlrxx: [], | 213 | // qlrxx: [], |
214 | zdmj: "", | 214 | // zdmj: "", |
215 | zl: "", | 215 | // zl: "", |
216 | tdyt: "", | 216 | // tdyt: "", |
217 | qlsdfs: "", | 217 | // qlsdfs: "", |
218 | qdjg: "", | 218 | // qdjg: "", |
219 | tdsyqx: "", | 219 | // tdsyqx: "", |
220 | syqqzsj: "", | 220 | // syqqzsj: "", |
221 | fj: "", | 221 | // fj: "", |
222 | djyy: "", | 222 | // djyy: "", |
223 | gyfs: "1", | 223 | // gyfs: "1", |
224 | // 是否分别持证 | 224 | // sffbcz: "", |
225 | sffbcz: "", | 225 | // czr: "", |
226 | // 持证人 | ||
227 | czr: "", | ||
228 | }, | 226 | }, |
229 | //传递参数 | 227 | //传递参数 |
230 | propsParam: {}, | 228 | propsParam: {}, |
... | @@ -259,77 +257,5 @@ export default { | ... | @@ -259,77 +257,5 @@ export default { |
259 | </script> | 257 | </script> |
260 | <style scoped lang='scss'> | 258 | <style scoped lang='scss'> |
261 | @import "~@/styles/public.scss"; | 259 | @import "~@/styles/public.scss"; |
262 | 260 | @import "~@/styles/slxx/slxx.scss"; | |
263 | /deep/.el-form { | ||
264 | display: flex; | ||
265 | flex-direction: column; | ||
266 | height: calc(100vh - 130px); | ||
267 | background-color: aqua; | ||
268 | } | ||
269 | |||
270 | /deep/.el-form-item__label { | ||
271 | padding: 0; | ||
272 | } | ||
273 | |||
274 | /deep/.el-radio { | ||
275 | margin-right: 10px; | ||
276 | } | ||
277 | |||
278 | /deep/.el-select { | ||
279 | width: 100%; | ||
280 | } | ||
281 | |||
282 | /deep/.el-form-item { | ||
283 | margin-bottom: 8px; | ||
284 | } | ||
285 | |||
286 | .marginBot0 { | ||
287 | margin-bottom: 0 !important; | ||
288 | } | ||
289 | |||
290 | .slxx { | ||
291 | box-sizing: border-box; | ||
292 | } | ||
293 | |||
294 | .slxx_con { | ||
295 | flex: 1; | ||
296 | height: 100%; | ||
297 | background-color: #ffffff; | ||
298 | overflow-y: auto; | ||
299 | padding-right: 3px; | ||
300 | overflow-x: hidden; | ||
301 | } | ||
302 | |||
303 | .submit_btn { | ||
304 | height: 50px; | ||
305 | } | ||
306 | |||
307 | .slxx_title { | ||
308 | border-bottom: 1px solid $borderColor; | ||
309 | padding-left: 10px; | ||
310 | padding-bottom: 5px; | ||
311 | margin-bottom: 10px; | ||
312 | margin-top: 5px; | ||
313 | font-size: 16px; | ||
314 | font-weight: 500; | ||
315 | color: #4a4a4a; | ||
316 | } | ||
317 | |||
318 | .btn { | ||
319 | text-align: center; | ||
320 | padding-top: 10px; | ||
321 | height: 36px; | ||
322 | background-color: #ffffff; | ||
323 | padding: 5px 0; | ||
324 | } | ||
325 | |||
326 | .textArea { | ||
327 | /deep/.el-textarea__inner { | ||
328 | min-height: 90px !important; | ||
329 | } | ||
330 | } | ||
331 | |||
332 | /deep/.el-form-item__label { | ||
333 | padding-bottom: 0px; | ||
334 | } | ||
335 | </style> | 261 | </style> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment