Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcjg-web
Showing
45 changed files
with
199 additions
and
222 deletions
... | @@ -60,28 +60,8 @@ class business { | ... | @@ -60,28 +60,8 @@ class business { |
60 | data | 60 | data |
61 | }) | 61 | }) |
62 | } | 62 | } |
63 | |||
64 | |||
65 | |||
66 | |||
67 | // 抵押权登记 | ||
68 | async getQlfQlDyaqByCondition (data) { | ||
69 | return request({ | ||
70 | url: SERVER.SERVERAPI +'/rest/reg/QlfQlDyaq/getDataPage', | ||
71 | method: 'post', | ||
72 | data | ||
73 | }) | ||
74 | } | ||
75 | // 查封登记信息 | ||
76 | async getQlfQlCfdjByCondtion (data) { | ||
77 | return request({ | ||
78 | url: SERVER.SERVERAPI +'/rest/reg/QlfQlCfdj/getDataPage', | ||
79 | method: 'post', | ||
80 | data | ||
81 | }) | ||
82 | } | ||
83 | // 构(建)筑物所有权 | 63 | // 构(建)筑物所有权 |
84 | async getQltQlGjzwsyqByCondition (data) { | 64 | async getQltQlGjzwsyqList (data) { |
85 | return request({ | 65 | return request({ |
86 | url: SERVER.SERVERAPI +'/rest/reg/QltQlGjzwsyq/getDataPage', | 66 | url: SERVER.SERVERAPI +'/rest/reg/QltQlGjzwsyq/getDataPage', |
87 | method: 'post', | 67 | method: 'post', |
... | @@ -97,7 +77,7 @@ class business { | ... | @@ -97,7 +77,7 @@ class business { |
97 | }) | 77 | }) |
98 | } | 78 | } |
99 | // 林权 | 79 | // 林权 |
100 | async getQltQlLqByCondition (data) { | 80 | async getQltQlLqList (data) { |
101 | return request({ | 81 | return request({ |
102 | url: SERVER.SERVERAPI +'/rest/reg/QltQlLq/getDataPage', | 82 | url: SERVER.SERVERAPI +'/rest/reg/QltQlLq/getDataPage', |
103 | method: 'post', | 83 | method: 'post', |
... | @@ -105,7 +85,7 @@ class business { | ... | @@ -105,7 +85,7 @@ class business { |
105 | }) | 85 | }) |
106 | } | 86 | } |
107 | // 注销登记 | 87 | // 注销登记 |
108 | async getQlfQlZxdjByCondition (data) { | 88 | async getQlfQlZxdjList (data) { |
109 | return request({ | 89 | return request({ |
110 | url: SERVER.SERVERAPI +'/rest/reg/QlfQlZxdj/getDataPage', | 90 | url: SERVER.SERVERAPI +'/rest/reg/QlfQlZxdj/getDataPage', |
111 | method: 'post', | 91 | method: 'post', |
... | @@ -113,7 +93,7 @@ class business { | ... | @@ -113,7 +93,7 @@ class business { |
113 | }) | 93 | }) |
114 | } | 94 | } |
115 | // 异议登记信息 | 95 | // 异议登记信息 |
116 | async getQlfQlYydjByCondition (data) { | 96 | async getQlfQlYydjList (data) { |
117 | return request({ | 97 | return request({ |
118 | url: SERVER.SERVERAPI +'/rest/reg/QlfQlYydj/getDataPage', | 98 | url: SERVER.SERVERAPI +'/rest/reg/QlfQlYydj/getDataPage', |
119 | method: 'post', | 99 | method: 'post', |
... | @@ -121,15 +101,35 @@ class business { | ... | @@ -121,15 +101,35 @@ class business { |
121 | }) | 101 | }) |
122 | } | 102 | } |
123 | // 预告登记信息 | 103 | // 预告登记信息 |
124 | async getQlfQlYgdjByCondition (data) { | 104 | async getQlfQlYgdjList (data) { |
125 | return request({ | 105 | return request({ |
126 | url: SERVER.SERVERAPI +'/rest/reg/QlfQlYgdj/getDataPage', | 106 | url: SERVER.SERVERAPI +'/rest/reg/QlfQlYgdj/getDataPage', |
127 | method: 'post', | 107 | method: 'post', |
128 | data | 108 | data |
129 | }) | 109 | }) |
130 | } | 110 | } |
111 | // 查封登记信息 | ||
112 | async getQlfQlCfdjList (data) { | ||
113 | return request({ | ||
114 | url: SERVER.SERVERAPI +'/rest/reg/QlfQlCfdj/getDataPage', | ||
115 | method: 'post', | ||
116 | data | ||
117 | }) | ||
118 | } | ||
119 | |||
120 | |||
121 | |||
122 | // 抵押权登记 | ||
123 | async getQlfQlDyaqList (data) { | ||
124 | return request({ | ||
125 | url: SERVER.SERVERAPI +'/rest/reg/QlfQlDyaq/getDataPage', | ||
126 | method: 'post', | ||
127 | data | ||
128 | }) | ||
129 | } | ||
130 | |||
131 | // 地役权 | 131 | // 地役权 |
132 | async getQlfQlDyiqByCondtion (data) { | 132 | async getQlfQlDyiqList (data) { |
133 | return request({ | 133 | return request({ |
134 | url: SERVER.SERVERAPI +'/rest/reg/QlfQlDyiq/getDataPage', | 134 | url: SERVER.SERVERAPI +'/rest/reg/QlfQlDyiq/getDataPage', |
135 | method: 'post', | 135 | method: 'post', | ... | ... |
1 | <template> | 1 | <template> |
2 | <div class="navbar-con"> | 2 | <div class="navbar-con"> |
3 | <div class="navbar"> | 3 | <div class="navbar"> |
4 | <div class="title">{{ title }}</div> | 4 | <div class="title">{{ dicData['sysCode'][0].DNAME }}</div> |
5 | <div class="user">欢迎进入系统 {{ name }} <svg-icon icon-class='close' class="closeStyle" @click="onCancel" />退出系统</div> | 5 | <div class="user">欢迎进入系统 {{ name }} <svg-icon icon-class='close' class="closeStyle" @click="onCancel" />退出系统</div> |
6 | <div class="sidebarLeft"> | 6 | <div class="sidebarLeft"> |
7 | <sidebarLeft /> | 7 | <sidebarLeft /> |
... | @@ -13,7 +13,6 @@ | ... | @@ -13,7 +13,6 @@ |
13 | </div> | 13 | </div> |
14 | </template> | 14 | </template> |
15 | <script> | 15 | <script> |
16 | import defaultSettings from '@/settings' | ||
17 | import sidebarLeft from './Sidebar/sidebarLeft' | 16 | import sidebarLeft from './Sidebar/sidebarLeft' |
18 | import sidebarRight from './Sidebar/sidebarRight' | 17 | import sidebarRight from './Sidebar/sidebarRight' |
19 | import { mapGetters } from 'vuex' | 18 | import { mapGetters } from 'vuex' |
... | @@ -23,16 +22,10 @@ export default { | ... | @@ -23,16 +22,10 @@ export default { |
23 | sidebarRight | 22 | sidebarRight |
24 | }, | 23 | }, |
25 | computed: { | 24 | computed: { |
26 | ...mapGetters(['sidebar', 'avatar', 'name']) | 25 | ...mapGetters(['sidebar', 'dicData', 'name']) |
27 | }, | ||
28 | data () { | ||
29 | return { | ||
30 | title: defaultSettings.title | ||
31 | } | ||
32 | }, | 26 | }, |
33 | methods: { | 27 | methods: { |
34 | onCancel () { | 28 | onCancel () { |
35 | |||
36 | } | 29 | } |
37 | } | 30 | } |
38 | } | 31 | } | ... | ... |
... | @@ -215,60 +215,60 @@ export const asyncRoutes = [ | ... | @@ -215,60 +215,60 @@ export const asyncRoutes = [ |
215 | path: 'seaArea', | 215 | path: 'seaArea', |
216 | component: () => import('@/views/business-info/sea-area/index'), | 216 | component: () => import('@/views/business-info/sea-area/index'), |
217 | name: 'seaArea', | 217 | name: 'seaArea', |
218 | meta: { title: ' 海域(含无居民海岛)使用权' } | 218 | meta: { title: '海域(含无居民海岛)使用权' } |
219 | }, | 219 | }, |
220 | { | 220 | { |
221 | path: 'buildingOwnership', | 221 | path: 'gzwsyq', |
222 | component: () => import('@/views/business-info/building-ownership/index'), | 222 | component: () => import('@/views/business-info/gzwsyq/index'), |
223 | name: 'buildingOwnership', | 223 | name: 'gzwsyq', |
224 | meta: { title: ' 构(建)筑物所有权' } | 224 | meta: { title: '构(建)筑物所有权' } |
225 | }, | 225 | }, |
226 | { | 226 | { |
227 | path: 'agriculturalLand', | 227 | path: 'nydsyq', |
228 | component: () => import('@/views/business-info/agricultural-land/index'), | 228 | component: () => import('@/views/business-info/nydsyq/index'), |
229 | name: 'agriculturalLand', | 229 | name: 'nydsyq', |
230 | meta: { title: ' 农用地使用权(非林地)' } | 230 | meta: { title: '农用地使用权(非林地)' } |
231 | }, | 231 | }, |
232 | { | 232 | { |
233 | path: 'forestOwnership', | 233 | path: 'lq', |
234 | component: () => import('@/views/business-info/forest-ownership/index'), | 234 | component: () => import('@/views/business-info/lq/index'), |
235 | name: 'forestOwnership', | 235 | name: 'lq', |
236 | meta: { title: ' 林权' } | 236 | meta: { title: '林权' } |
237 | }, | 237 | }, |
238 | { | 238 | { |
239 | path: 'cancellationReg', | 239 | path: 'zxdj', |
240 | component: () => import('@/views/business-info/cancellation-registration/index'), | 240 | component: () => import('@/views/business-info/zxdj/index'), |
241 | name: 'cancellationReg', | 241 | name: 'zxdj', |
242 | meta: { title: ' 注销登记' } | 242 | meta: { title: '注销登记' } |
243 | }, | 243 | }, |
244 | { | 244 | { |
245 | path: 'objectionReg', | 245 | path: 'yydj', |
246 | component: () => import('@/views/business-info/objection-registration/index'), | 246 | component: () => import('@/views/business-info/yydj/index'), |
247 | name: 'objectionReg', | 247 | name: 'yydj', |
248 | meta: { title: ' 异议登记' } | 248 | meta: { title: '异议登记' } |
249 | }, | 249 | }, |
250 | { | 250 | { |
251 | path: 'noticeReg', | 251 | path: 'ygdj', |
252 | component: () => import('@/views/business-info/notice-registration/index'), | 252 | component: () => import('@/views/business-info/ygdj/index'), |
253 | name: 'noticeReg', | 253 | name: 'ygdj', |
254 | meta: { title: ' 预告登记' } | 254 | meta: { title: '预告登记' } |
255 | }, | 255 | }, |
256 | { | 256 | { |
257 | path: 'seizureReg', | 257 | path: 'Cfdj', |
258 | component: () => import('@/views/business-info/seizure-registration/index'), | 258 | component: () => import('@/views/business-info/Cfdj/index'), |
259 | name: 'seizureReg', | 259 | name: 'Cfdj', |
260 | meta: { title: ' 查封登记' } | 260 | meta: { title: '查封登记' } |
261 | }, | 261 | }, |
262 | { | 262 | { |
263 | path: 'mortgageReg', | 263 | path: 'dyaq', |
264 | component: () => import('@/views/business-info/mortgage-registration/index'), | 264 | component: () => import('@/views/business-info/dyaq/index'), |
265 | name: 'mortgageReg', | 265 | name: 'dyaq', |
266 | meta: { title: ' 抵押权登记' } | 266 | meta: { title: ' 抵押权登记' } |
267 | }, | 267 | }, |
268 | { | 268 | { |
269 | path: 'easementReg', | 269 | path: 'dyiq', |
270 | component: () => import('@/views/business-info/easement-registration/index'), | 270 | component: () => import('@/views/business-info/dyiq/index'), |
271 | name: 'easementReg', | 271 | name: 'dyiq', |
272 | meta: { title: ' 地役权登记' } | 272 | meta: { title: ' 地役权登记' } |
273 | } | 273 | } |
274 | ] | 274 | ] | ... | ... |
... | @@ -183,7 +183,6 @@ table th { | ... | @@ -183,7 +183,6 @@ table th { |
183 | table td { | 183 | table td { |
184 | box-sizing: border-box; | 184 | box-sizing: border-box; |
185 | border-bottom: none !important; | 185 | border-bottom: none !important; |
186 | ; | ||
187 | } | 186 | } |
188 | 187 | ||
189 | //去掉最下面的那一条线 | 188 | //去掉最下面的那一条线 |
... | @@ -197,8 +196,8 @@ table td { | ... | @@ -197,8 +196,8 @@ table td { |
197 | } | 196 | } |
198 | 197 | ||
199 | .el-table__body tr:hover { | 198 | .el-table__body tr:hover { |
200 | background: rgba(2, 160, 253, 0.3) !important; | 199 | background: #063160 !important; |
201 | box-shadow: inset 0px 0px 18px 0px #02A0FD !important; | 200 | box-shadow: inset 0px 0px 20px 0px #03DBFF !important; |
202 | } | 201 | } |
203 | 202 | ||
204 | .el-table__body tr:hover>td { | 203 | .el-table__body tr:hover>td { | ... | ... |
... | @@ -106,11 +106,8 @@ html { | ... | @@ -106,11 +106,8 @@ html { |
106 | padding: 0px !important; | 106 | padding: 0px !important; |
107 | } | 107 | } |
108 | 108 | ||
109 | .padding-content { | ||
110 | padding: 4px 0; | ||
111 | } | ||
112 | |||
113 | a:focus, | 109 | a:focus, |
110 | div:focus, | ||
114 | a:active { | 111 | a:active { |
115 | outline: none; | 112 | outline: none; |
116 | } | 113 | } |
... | @@ -127,20 +124,20 @@ ul li { | ... | @@ -127,20 +124,20 @@ ul li { |
127 | list-style: none; | 124 | list-style: none; |
128 | } | 125 | } |
129 | 126 | ||
130 | div:focus { | ||
131 | outline: none; | ||
132 | } | ||
133 | |||
134 | .fr { | 127 | .fr { |
135 | float: right; | 128 | float: right; |
136 | } | 129 | } |
137 | 130 | ||
138 | .mt15 { | 131 | .fl { |
132 | float: left; | ||
133 | } | ||
134 | |||
135 | .mt-15 { | ||
139 | margin-top: 15px; | 136 | margin-top: 15px; |
140 | } | 137 | } |
141 | 138 | ||
142 | .fl { | 139 | .mb-5 { |
143 | float: left; | 140 | margin-bottom: 5px; |
144 | } | 141 | } |
145 | 142 | ||
146 | .pr-5 { | 143 | .pr-5 { |
... | @@ -155,7 +152,7 @@ div:focus { | ... | @@ -155,7 +152,7 @@ div:focus { |
155 | margin-top: 10px; | 152 | margin-top: 10px; |
156 | } | 153 | } |
157 | 154 | ||
158 | //flex | 155 | //flex 公共样式 |
159 | .d-flex { | 156 | .d-flex { |
160 | display: flex; | 157 | display: flex; |
161 | } | 158 | } |
... | @@ -171,9 +168,6 @@ div:focus { | ... | @@ -171,9 +168,6 @@ div:focus { |
171 | justify-content: center; | 168 | justify-content: center; |
172 | } | 169 | } |
173 | 170 | ||
174 | .bg-color-blue { | ||
175 | background-color: #1a5cd7; | ||
176 | } | ||
177 | 171 | ||
178 | .jc-between { | 172 | .jc-between { |
179 | justify-content: space-between; | 173 | justify-content: space-between; |
... | @@ -192,13 +186,6 @@ div:focus { | ... | @@ -192,13 +186,6 @@ div:focus { |
192 | font-size: 24px; | 186 | font-size: 24px; |
193 | } | 187 | } |
194 | 188 | ||
195 | .inlineBlock { | ||
196 | display: block; | ||
197 | } | ||
198 | |||
199 | .marginbtm5 { | ||
200 | margin-bottom: 5px !important; | ||
201 | } | ||
202 | 189 | ||
203 | .clearfix { | 190 | .clearfix { |
204 | &:after { | 191 | &:after { |
... | @@ -235,23 +222,6 @@ aside { | ... | @@ -235,23 +222,6 @@ aside { |
235 | } | 222 | } |
236 | 223 | ||
237 | //main-container全局样式 | 224 | //main-container全局样式 |
238 | .app-container { | ||
239 | padding: 20px; | ||
240 | } | ||
241 | |||
242 | .components-container { | ||
243 | margin: 30px 50px; | ||
244 | position: relative; | ||
245 | } | ||
246 | |||
247 | .pagination-container { | ||
248 | margin-top: 30px; | ||
249 | } | ||
250 | |||
251 | .text-center { | ||
252 | text-align: center | ||
253 | } | ||
254 | |||
255 | .width100 { | 225 | .width100 { |
256 | width: 100% !important; | 226 | width: 100% !important; |
257 | } | 227 | } |
... | @@ -366,14 +336,15 @@ aside { | ... | @@ -366,14 +336,15 @@ aside { |
366 | color: $yellow; | 336 | color: $yellow; |
367 | } | 337 | } |
368 | 338 | ||
369 | // 通过 入库 | 339 | // 通过 入库 样式 |
370 | .adopt { | 340 | .adopt, |
341 | .success { | ||
371 | color: #00FAA8; | 342 | color: #00FAA8; |
372 | position: relative; | 343 | position: relative; |
373 | } | 344 | } |
374 | 345 | ||
375 | .warehousing { | 346 | .warehousing { |
376 | color: #FF9933; | 347 | color: #FFCA57; |
377 | position: relative; | 348 | position: relative; |
378 | } | 349 | } |
379 | 350 | ||
... | @@ -382,39 +353,54 @@ aside { | ... | @@ -382,39 +353,54 @@ aside { |
382 | position: absolute; | 353 | position: absolute; |
383 | content: ''; | 354 | content: ''; |
384 | display: block; | 355 | display: block; |
385 | width: 10px; | 356 | width: 8px; |
386 | height: 10px; | 357 | height: 8px; |
387 | left: -15px; | 358 | left: -15px; |
388 | top: 3px; | 359 | top: 5px; |
389 | background: #00FAA8; | 360 | background: #00FAA8; |
390 | border-radius: 50%; | 361 | border-radius: 50%; |
391 | border: 2px solid rgba(0, 0, 0, 0.6); | 362 | border: 2px solid rgba(0, 0, 0, 0.2); |
392 | } | 363 | } |
393 | 364 | ||
394 | .warehousing::before { | 365 | .warehousing::before { |
395 | position: absolute; | 366 | position: absolute; |
396 | content: ''; | 367 | content: ''; |
397 | display: block; | 368 | display: block; |
398 | width: 10px; | 369 | width: 8px; |
399 | height: 10px; | 370 | height: 8px; |
400 | left: -15px; | 371 | left: -15px; |
401 | top: 3px; | 372 | top: 4px; |
402 | background: #FF9933; | 373 | background: #FF9933; |
403 | border-radius: 50%; | 374 | border-radius: 50%; |
404 | border: 2px solid rgba(0, 0, 0, 0.6); | 375 | border: 2px solid rgba(0, 0, 0, 0.2); |
405 | } | 376 | } |
406 | 377 | ||
407 | //错误日志样式 后期超优化 | 378 | // 成功 失败 |
408 | .item-cwnr { | 379 | .success::before { |
409 | white-space: pre-wrap; | 380 | position: absolute; |
410 | display: -webkit-box; | 381 | content: '√'; |
411 | overflow: hidden; | 382 | display: block; |
412 | text-overflow: ellipsis; | 383 | width: 0; |
413 | overflow-wrap: break-word; | 384 | height: 8px; |
414 | -webkit-line-clamp: 3; | 385 | left: -10px; |
415 | -webkit-box-orient: vertical; | 386 | top: 1px; |
387 | background: #00FAA8; | ||
388 | color: #00FAA8; | ||
389 | } | ||
390 | |||
391 | .fail { | ||
392 | color: #FF7962; | ||
393 | position: relative; | ||
416 | } | 394 | } |
417 | 395 | ||
418 | .item-cwnr img { | 396 | .fail::before { |
419 | height: 30px; | 397 | position: absolute; |
398 | content: '!'; | ||
399 | display: block; | ||
400 | width: 0; | ||
401 | height: 8px; | ||
402 | left: -10px; | ||
403 | top: 1px; | ||
404 | background: #FF7962; | ||
405 | color: #FF7962; | ||
420 | } | 406 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -7,29 +7,29 @@ class data extends filter { | ... | @@ -7,29 +7,29 @@ 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 | prop: "BDCDYH" | 15 | prop: "bdcdyh" |
16 | }, | 16 | }, |
17 | { | 17 | { |
18 | label: "查封文号", | 18 | label: "查封文号", |
19 | prop: "CFWH", | 19 | prop: "cfwh", |
20 | width: 150 | 20 | width: 150 |
21 | }, | 21 | }, |
22 | { | 22 | { |
23 | label: "查封机关", | 23 | label: "查封机关", |
24 | prop: "CFJG" | 24 | prop: "cfjg" |
25 | }, | 25 | }, |
26 | { | 26 | { |
27 | label: "查封开始时间", | 27 | label: "查封开始时间", |
28 | prop: "CFQSSJ" | 28 | prop: "cfqssj" |
29 | }, | 29 | }, |
30 | { | 30 | { |
31 | label: "查封结束时间", | 31 | label: "查封结束时间", |
32 | prop: "CFJSSJ" | 32 | prop: "cfjssj" |
33 | }, | 33 | }, |
34 | { | 34 | { |
35 | label: "查封类型", | 35 | label: "查封类型", |
... | @@ -45,7 +45,7 @@ class data extends filter { | ... | @@ -45,7 +45,7 @@ class data extends filter { |
45 | { | 45 | { |
46 | label: "登记时间", | 46 | label: "登记时间", |
47 | width: 140, | 47 | width: 140, |
48 | prop: "DJSJ" | 48 | prop: "djsj" |
49 | } | 49 | } |
50 | ] | 50 | ] |
51 | } | 51 | } | ... | ... |
1 | <template> | 1 | <template> |
2 | <div class="seizureReg from-clues"> | 2 | <div class="Cfdj 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> |
... | @@ -55,7 +55,7 @@ import dataReporting from '@/api/dataReporting' | ... | @@ -55,7 +55,7 @@ import dataReporting from '@/api/dataReporting' |
55 | import tableMixin from '@/mixins/tableMixin.js' | 55 | import tableMixin from '@/mixins/tableMixin.js' |
56 | import editDialog from '@/components/dataDetails/edit-dialog.vue' | 56 | import editDialog from '@/components/dataDetails/edit-dialog.vue' |
57 | export default { | 57 | export default { |
58 | name: "seizureReg", | 58 | name: "Cfdj", |
59 | mixins: [tableMixin], | 59 | mixins: [tableMixin], |
60 | components: { | 60 | components: { |
61 | editDialog | 61 | editDialog |
... | @@ -124,7 +124,7 @@ export default { | ... | @@ -124,7 +124,7 @@ export default { |
124 | async featchData () { | 124 | async featchData () { |
125 | try { | 125 | try { |
126 | let { result: { list, total, pages: pageSize, pageNum: current } | 126 | let { result: { list, total, pages: pageSize, pageNum: current } |
127 | } = await business.getQlfQlCfdjByCondtion(this.form) | 127 | } = await business.getQlfQlCfdjList(this.form) |
128 | this.tableData.data = list | 128 | this.tableData.data = list |
129 | this.pageData = { | 129 | this.pageData = { |
130 | pageSize, | 130 | pageSize, | ... | ... |
1 | <template> | 1 | <template> |
2 | <div class="mortgageReg from-clues"> | 2 | <div class="dyaq 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> |
... | @@ -51,7 +51,7 @@ import tableMixin from '@/mixins/tableMixin.js' | ... | @@ -51,7 +51,7 @@ import tableMixin from '@/mixins/tableMixin.js' |
51 | import treeSelect from '@/components/treeSelect/index.vue' | 51 | import treeSelect from '@/components/treeSelect/index.vue' |
52 | import editDialog from '@/components/dataDetails/edit-dialog.vue' | 52 | import editDialog from '@/components/dataDetails/edit-dialog.vue' |
53 | export default { | 53 | export default { |
54 | name: "mortgageReg", | 54 | name: "dyaq", |
55 | mixins: [tableMixin], | 55 | mixins: [tableMixin], |
56 | components: { | 56 | components: { |
57 | treeSelect, | 57 | treeSelect, |
... | @@ -122,7 +122,7 @@ export default { | ... | @@ -122,7 +122,7 @@ export default { |
122 | try { | 122 | try { |
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.getQlfQlDyaqList(this.form) |
126 | this.tableData.data = list; | 126 | this.tableData.data = list; |
127 | this.pageData = { | 127 | this.pageData = { |
128 | pageSize, | 128 | pageSize, | ... | ... |
File moved
1 | <template> | 1 | <template> |
2 | <div class="easementReg from-clues"> | 2 | <div class="dyiq 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> |
... | @@ -47,7 +47,7 @@ import tableMixin from '@/mixins/tableMixin.js' | ... | @@ -47,7 +47,7 @@ import tableMixin from '@/mixins/tableMixin.js' |
47 | import treeSelect from '@/components/treeSelect/index.vue' | 47 | import treeSelect from '@/components/treeSelect/index.vue' |
48 | import editDialog from '@/components/dataDetails/edit-dialog.vue' | 48 | import editDialog from '@/components/dataDetails/edit-dialog.vue' |
49 | export default { | 49 | export default { |
50 | name: "easementReg", | 50 | name: "dyiq", |
51 | mixins: [tableMixin], | 51 | mixins: [tableMixin], |
52 | components: { | 52 | components: { |
53 | treeSelect, | 53 | treeSelect, |
... | @@ -113,7 +113,7 @@ export default { | ... | @@ -113,7 +113,7 @@ export default { |
113 | try { | 113 | try { |
114 | this.form = Object.assign(this.form, this.formData) | 114 | this.form = Object.assign(this.form, this.formData) |
115 | let { result: { list, total, pages: pageSize, pageNum: current } | 115 | let { result: { list, total, pages: pageSize, pageNum: current } |
116 | } = await business.getQlfQlDyiqByCondtion(this.form) | 116 | } = await business.getQlfQlDyiqList(this.form) |
117 | this.tableData.data = list | 117 | this.tableData.data = list |
118 | this.pageData = { | 118 | this.pageData = { |
119 | pageSize, | 119 | pageSize, | ... | ... |
... | @@ -7,7 +7,7 @@ class data extends filter { | ... | @@ -7,7 +7,7 @@ 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 | // { |
... | @@ -42,7 +42,7 @@ class data extends filter { | ... | @@ -42,7 +42,7 @@ class data extends filter { |
42 | { | 42 | { |
43 | label: "登记时间", | 43 | label: "登记时间", |
44 | width: 140, | 44 | width: 140, |
45 | prop: "DJSJ" | 45 | prop: "djsj" |
46 | }, | 46 | }, |
47 | { | 47 | { |
48 | label: "登记机构", | 48 | label: "登记机构", | ... | ... |
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
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="业务号3"> | 7 | <el-form-item label="业务号"> |
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> | ... | ... |
... | @@ -7,7 +7,7 @@ class data extends filter { | ... | @@ -7,7 +7,7 @@ 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 | // { |
... | @@ -35,7 +35,7 @@ class data extends filter { | ... | @@ -35,7 +35,7 @@ class data extends filter { |
35 | { | 35 | { |
36 | label: "登记时间", | 36 | label: "登记时间", |
37 | width: 140, | 37 | width: 140, |
38 | prop: "DJSJ" | 38 | prop: "djsj" |
39 | }, | 39 | }, |
40 | { | 40 | { |
41 | label: "登记机构", | 41 | label: "登记机构", | ... | ... |
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
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="业务号5"> | 7 | <el-form-item label="业务号"> |
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> | ... | ... |
... | @@ -7,7 +7,7 @@ class data extends filter { | ... | @@ -7,7 +7,7 @@ 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 | // { |
... | @@ -42,11 +42,11 @@ class data extends filter { | ... | @@ -42,11 +42,11 @@ class data extends filter { |
42 | { | 42 | { |
43 | label: "登记时间", | 43 | label: "登记时间", |
44 | width: 140, | 44 | width: 140, |
45 | prop: "DJSJ" | 45 | prop: "djsj" |
46 | }, | 46 | }, |
47 | { | 47 | { |
48 | label: "登记机构", | 48 | label: "登记机构", |
49 | prop: "DJJG" | 49 | prop: "djjg" |
50 | } | 50 | } |
51 | ] | 51 | ] |
52 | } | 52 | } | ... | ... |
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
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="业务号4"> | 7 | <el-form-item label="业务号"> |
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> | ... | ... |
File moved
... | @@ -134,7 +134,7 @@ export default { | ... | @@ -134,7 +134,7 @@ export default { |
134 | this.loading = true | 134 | this.loading = true |
135 | this.form = Object.assign(this.form, this.formData) | 135 | this.form = Object.assign(this.form, this.formData) |
136 | let { result: { list, total, pages: pageSize, pageNum: current } | 136 | let { result: { list, total, pages: pageSize, pageNum: current } |
137 | } = await business.getQltQlGjzwsyqByCondition(this.form) | 137 | } = await business.getQltQlGjzwsyqList(this.form) |
138 | this.tableData.data = list | 138 | this.tableData.data = list |
139 | this.pageData = { | 139 | this.pageData = { |
140 | pageSize, | 140 | pageSize, | ... | ... |
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
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="业务号2"> | 7 | <el-form-item label="业务号"> |
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> | ... | ... |
File moved
src/views/business-info/cancellation-registration/index.scss
→
src/views/business-info/lq/index.scss
File moved
1 | <template> | 1 | <template> |
2 | <div class="forestOwnership from-clues"> | 2 | <div class="lq 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> |
... | @@ -42,7 +42,7 @@ import tableMixin from '@/mixins/tableMixin.js' | ... | @@ -42,7 +42,7 @@ import tableMixin from '@/mixins/tableMixin.js' |
42 | import treeSelect from '@/components/treeSelect/index.vue' | 42 | import treeSelect from '@/components/treeSelect/index.vue' |
43 | import editDialog from '@/components/dataDetails/edit-dialog.vue' | 43 | import editDialog from '@/components/dataDetails/edit-dialog.vue' |
44 | export default { | 44 | export default { |
45 | name: "forestOwnership", | 45 | name: "lq", |
46 | mixins: [tableMixin], | 46 | mixins: [tableMixin], |
47 | components: { | 47 | components: { |
48 | treeSelect, | 48 | treeSelect, |
... | @@ -107,7 +107,7 @@ export default { | ... | @@ -107,7 +107,7 @@ export default { |
107 | try { | 107 | try { |
108 | this.form = Object.assign(this.form, this.formData) | 108 | this.form = Object.assign(this.form, this.formData) |
109 | let { result: { list, total, pages: pageSize, pageNum: current } | 109 | let { result: { list, total, pages: pageSize, pageNum: current } |
110 | } = await business.getQltQlLqByCondition(this.form) | 110 | } = await business.getQltQlLqList(this.form) |
111 | this.tableData.data = list | 111 | this.tableData.data = list |
112 | this.pageData = { | 112 | this.pageData = { |
113 | pageSize, | 113 | pageSize, | ... | ... |
src/views/business-info/easement-registration/index.scss
→
src/views/business-info/nydsyq/index.scss
File moved
File moved
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
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="业务号1"> | 7 | <el-form-item label="业务号"> |
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> | ... | ... |
1 | <template> | 1 | <template> |
2 | <div class="noticeReg from-clues"> | 2 | <div class="ygdj 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> |
... | @@ -60,7 +60,7 @@ import tableMixin from '@/mixins/tableMixin.js' | ... | @@ -60,7 +60,7 @@ import tableMixin from '@/mixins/tableMixin.js' |
60 | import treeSelect from '@/components/treeSelect/index.vue' | 60 | import treeSelect from '@/components/treeSelect/index.vue' |
61 | import editDialog from '@/components/dataDetails/edit-dialog.vue' | 61 | import editDialog from '@/components/dataDetails/edit-dialog.vue' |
62 | export default { | 62 | export default { |
63 | name: "noticeReg", | 63 | name: "ygdj", |
64 | mixins: [tableMixin], | 64 | mixins: [tableMixin], |
65 | components: { | 65 | components: { |
66 | treeSelect, | 66 | treeSelect, |
... | @@ -147,9 +147,8 @@ export default { | ... | @@ -147,9 +147,8 @@ export default { |
147 | }, | 147 | }, |
148 | async featchData () { | 148 | async featchData () { |
149 | try { | 149 | try { |
150 | this.form = Object.assign(this.form, this.formData) | ||
151 | let { result: { list, total, pages: pageSize, pageNum: current } | 150 | let { result: { list, total, pages: pageSize, pageNum: current } |
152 | } = await business.getQlfQlYgdjByCondition(this.form) | 151 | } = await business.getQlfQlYgdjList(this.form) |
153 | this.tableData.data = list | 152 | this.tableData.data = list |
154 | this.pageData = { | 153 | this.pageData = { |
155 | pageSize, | 154 | pageSize, | ... | ... |
... | @@ -7,29 +7,29 @@ class data extends filter { | ... | @@ -7,29 +7,29 @@ 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 | prop: "BDCDYH" | 15 | prop: "bdcdyh" |
16 | }, | 16 | }, |
17 | { | 17 | { |
18 | label: "异议事项", | 18 | label: "异议事项", |
19 | prop: "YYSX" | 19 | prop: "yysx" |
20 | }, | 20 | }, |
21 | { | 21 | { |
22 | label: "不动产登记证明号", | 22 | label: "不动产登记证明号", |
23 | prop: "BDCDJZMH" | 23 | prop: "bdcdjzmh" |
24 | }, | 24 | }, |
25 | { | 25 | { |
26 | label: "登记时间", | 26 | label: "登记时间", |
27 | width: 140, | 27 | width: 140, |
28 | prop: "DJSJ" | 28 | prop: "djsj" |
29 | }, | 29 | }, |
30 | { | 30 | { |
31 | label: "登记机构", | 31 | label: "登记机构", |
32 | prop: "DJJG" | 32 | prop: "djjg" |
33 | } | 33 | } |
34 | ] | 34 | ] |
35 | } | 35 | } | ... | ... |
1 | <template> | 1 | <template> |
2 | <div class="objectionReg from-clues"> | 2 | <div class="yydj 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> |
... | @@ -60,7 +60,7 @@ import tableMixin from '@/mixins/tableMixin.js' | ... | @@ -60,7 +60,7 @@ import tableMixin from '@/mixins/tableMixin.js' |
60 | import treeSelect from '@/components/treeSelect/index.vue' | 60 | import treeSelect from '@/components/treeSelect/index.vue' |
61 | import editDialog from '@/components/dataDetails/edit-dialog.vue' | 61 | import editDialog from '@/components/dataDetails/edit-dialog.vue' |
62 | export default { | 62 | export default { |
63 | name: "objectionReg", | 63 | name: "yydj", |
64 | mixins: [tableMixin], | 64 | mixins: [tableMixin], |
65 | components: { | 65 | components: { |
66 | treeSelect, | 66 | treeSelect, |
... | @@ -132,7 +132,7 @@ export default { | ... | @@ -132,7 +132,7 @@ export default { |
132 | try { | 132 | try { |
133 | this.form = Object.assign(this.form, this.formData) | 133 | this.form = Object.assign(this.form, this.formData) |
134 | let { result: { list, total, pages: pageSize, pageNum: current } | 134 | let { result: { list, total, pages: pageSize, pageNum: current } |
135 | } = await business.getQlfQlYydjByCondition(this.form) | 135 | } = await business.getQlfQlYydjList(this.form) |
136 | this.tableData.data = list | 136 | this.tableData.data = list |
137 | this.pageData = { | 137 | this.pageData = { |
138 | pageSize, | 138 | pageSize, | ... | ... |
File moved
src/views/business-info/cancellation-registration/index.vue
→
src/views/business-info/zxdj/index.vue
... | @@ -105,7 +105,7 @@ export default { | ... | @@ -105,7 +105,7 @@ export default { |
105 | try { | 105 | try { |
106 | this.form = Object.assign(this.form, this.formData) | 106 | this.form = Object.assign(this.form, this.formData) |
107 | let { result: { list, total, pages: pageSize, pageNum: current } | 107 | let { result: { list, total, pages: pageSize, pageNum: current } |
108 | } = await business.getQlfQlZxdjByCondition(this.form) | 108 | } = await business.getQlfQlZxdjList(this.form) |
109 | this.tableData.data = list | 109 | this.tableData.data = list |
110 | this.pageData = { | 110 | this.pageData = { |
111 | pageSize, | 111 | pageSize, | ... | ... |
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
4 | <!-- 头部搜索 --> | 4 | <!-- 头部搜索 --> |
5 | <div class="from-clues-header"> | 5 | <div class="from-clues-header"> |
6 | <el-form ref="ruleForm" :model="form" label-width="100px"> | 6 | <el-form ref="ruleForm" :model="form" label-width="100px"> |
7 | <el-row class="marginbtm5"> | 7 | <el-row class="mb-5"> |
8 | <el-col :span="6"> | 8 | <el-col :span="6"> |
9 | <el-form-item label="行政区" prop="pcode"> | 9 | <el-form-item label="行政区" prop="pcode"> |
10 | <el-select v-model="form.pcode" class="width100" clearable placeholder="行政区"> | 10 | <el-select v-model="form.pcode" class="width100" clearable placeholder="行政区"> | ... | ... |
... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
21 | </div> | 21 | </div> |
22 | </div> | 22 | </div> |
23 | </div> | 23 | </div> |
24 | <div class="card mt15"> | 24 | <div class="card mt-15"> |
25 | <div class="cardhead">省厅汇交</div> | 25 | <div class="cardhead">省厅汇交</div> |
26 | <div class="cardcontent"> | 26 | <div class="cardcontent"> |
27 | <ul class="cardcontent-left d-center"> | 27 | <ul class="cardcontent-left d-center"> |
... | @@ -42,7 +42,7 @@ | ... | @@ -42,7 +42,7 @@ |
42 | </div> | 42 | </div> |
43 | </div> | 43 | </div> |
44 | </div> | 44 | </div> |
45 | <div class="card1 mt15"> | 45 | <div class="card1 mt-15"> |
46 | <div class="cardhead">各区县数据上报统计</div> | 46 | <div class="cardhead">各区县数据上报统计</div> |
47 | <columnar /> | 47 | <columnar /> |
48 | </div> | 48 | </div> | ... | ... |
... | @@ -3,9 +3,41 @@ class data extends filter { | ... | @@ -3,9 +3,41 @@ class data extends filter { |
3 | constructor() { | 3 | constructor() { |
4 | super() | 4 | super() |
5 | } | 5 | } |
6 | columns() { | 6 | columns () { |
7 | return [ | 7 | return [ |
8 | { | 8 | { |
9 | prop: 'jcjg', | ||
10 | label: '检查结果', | ||
11 | width: 100, | ||
12 | render: (h, scope) => { | ||
13 | return ( | ||
14 | <div> | ||
15 | { | ||
16 | scope.row.receiveState | ||
17 | ? <span class='adopt'>通过</span> | ||
18 | : <span class='warehousing'>不通过</span> | ||
19 | } | ||
20 | </div> | ||
21 | ) | ||
22 | } | ||
23 | }, | ||
24 | { | ||
25 | prop: 'rkjg', | ||
26 | label: '入库结果', | ||
27 | width: 100, | ||
28 | render: (h, scope) => { | ||
29 | return ( | ||
30 | <div> | ||
31 | { | ||
32 | scope.row.storageState | ||
33 | ? <span class='success'>成功</span> | ||
34 | : <span class='fail'>失败</span> | ||
35 | } | ||
36 | </div> | ||
37 | ) | ||
38 | } | ||
39 | }, | ||
40 | { | ||
9 | prop: "areacode", | 41 | prop: "areacode", |
10 | label: "行政区代码", | 42 | label: "行政区代码", |
11 | width: 100, | 43 | width: 100, |
... | @@ -43,39 +75,7 @@ class data extends filter { | ... | @@ -43,39 +75,7 @@ class data extends filter { |
43 | { | 75 | { |
44 | prop: "createdate", | 76 | prop: "createdate", |
45 | label: "接收时间", | 77 | label: "接收时间", |
46 | }, | 78 | } |
47 | { | ||
48 | prop: 'jcjg', | ||
49 | label: '检查结果', | ||
50 | width: 100, | ||
51 | render: (h, scope) => { | ||
52 | return ( | ||
53 | <div> | ||
54 | { | ||
55 | scope.row.receiveState | ||
56 | ? <span class='adopt'>通过</span> | ||
57 | : <span>通过1</span> | ||
58 | } | ||
59 | </div> | ||
60 | ) | ||
61 | } | ||
62 | }, | ||
63 | { | ||
64 | prop: 'rkjg', | ||
65 | label: '入库结果', | ||
66 | width: 100, | ||
67 | render: (h, scope) => { | ||
68 | return ( | ||
69 | <div> | ||
70 | { | ||
71 | scope.row.storageState | ||
72 | ? <span class='warehousing'>入库</span> | ||
73 | : <span>入库1</span> | ||
74 | } | ||
75 | </div> | ||
76 | ) | ||
77 | } | ||
78 | }, | ||
79 | ] | 79 | ] |
80 | } | 80 | } |
81 | } | 81 | } | ... | ... |
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
4 | <!-- 头部搜索 --> | 4 | <!-- 头部搜索 --> |
5 | <div class="from-clues-header"> | 5 | <div class="from-clues-header"> |
6 | <el-form ref="ruleForm" :model="form" label-width="100px"> | 6 | <el-form ref="ruleForm" :model="form" label-width="100px"> |
7 | <el-row class="marginbtm5"> | 7 | <el-row class="mb-5"> |
8 | <el-col :span="6"> | 8 | <el-col :span="6"> |
9 | <el-form-item label="行政区" prop="pcode"> | 9 | <el-form-item label="行政区" prop="pcode"> |
10 | <el-select v-model="form.pcode" class="width100" clearable placeholder="行政区"> | 10 | <el-select v-model="form.pcode" class="width100" clearable placeholder="行政区"> | ... | ... |
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
4 | <!-- 头部搜索 --> | 4 | <!-- 头部搜索 --> |
5 | <div class="from-clues-header"> | 5 | <div class="from-clues-header"> |
6 | <el-form ref="ruleForm" :model="form" label-width="55px"> | 6 | <el-form ref="ruleForm" :model="form" label-width="55px"> |
7 | <el-row class="marginbtm5"> | 7 | <el-row class="mb-5"> |
8 | <el-col :span="6"> | 8 | <el-col :span="6"> |
9 | <el-form-item label="行政区" prop="pcode"> | 9 | <el-form-item label="行政区" prop="pcode"> |
10 | <el-select v-model="form.pcode" class="width100" clearable placeholder="行政区"> | 10 | <el-select v-model="form.pcode" class="width100" clearable placeholder="行政区"> | ... | ... |
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
4 | <!-- 头部搜索 --> | 4 | <!-- 头部搜索 --> |
5 | <div class="from-clues-header"> | 5 | <div class="from-clues-header"> |
6 | <el-form ref="ruleForm" :model="form" label-width="100px"> | 6 | <el-form ref="ruleForm" :model="form" label-width="100px"> |
7 | <el-row class="marginbtm5"> | 7 | <el-row class="mb-5"> |
8 | <el-col :span="6"> | 8 | <el-col :span="6"> |
9 | <el-form-item label="行政区" prop="pcode"> | 9 | <el-form-item label="行政区" prop="pcode"> |
10 | <el-select v-model="form.pcode" class="width100" clearable placeholder="行政区"> | 10 | <el-select v-model="form.pcode" class="width100" clearable placeholder="行政区"> | ... | ... |
-
Please register or sign in to post a comment