修改网上申请步骤条
Showing
4 changed files
with
218 additions
and
78 deletions
1 | .content_box { | 1 | .content_box { |
2 | width: 1200px; | 2 | width: 1200px; |
3 | margin: 0 auto; | 3 | margin: 0 auto; |
4 | min-height:calc(100vh - 227px); | 4 | min-height: calc(100vh - 227px); |
5 | } | 5 | } |
6 | |||
6 | .title { | 7 | .title { |
7 | height: 16px; | 8 | height: 16px; |
8 | padding: 10px 0; | 9 | padding: 10px 0; |
9 | margin: 15px 0; | 10 | margin: 15px 0; |
10 | padding-left: 10px; | 11 | padding-left: 10px; |
11 | } | 12 | } |
13 | |||
12 | .title h2 { | 14 | .title h2 { |
13 | font-weight: 600; | 15 | font-weight: 600; |
14 | height: 16px; | 16 | height: 16px; |
... | @@ -17,6 +19,7 @@ | ... | @@ -17,6 +19,7 @@ |
17 | border-left: 3px solid #ffffff; | 19 | border-left: 3px solid #ffffff; |
18 | float: left; | 20 | float: left; |
19 | } | 21 | } |
22 | |||
20 | .title i { | 23 | .title i { |
21 | font-size: 24px; | 24 | font-size: 24px; |
22 | position: relative; | 25 | position: relative; |
... | @@ -24,45 +27,54 @@ | ... | @@ -24,45 +27,54 @@ |
24 | color: #ffffff; | 27 | color: #ffffff; |
25 | left: 198px; | 28 | left: 198px; |
26 | } | 29 | } |
30 | |||
27 | .layui-icon { | 31 | .layui-icon { |
28 | cursor: pointer; | 32 | cursor: pointer; |
29 | } | 33 | } |
34 | |||
30 | .tabs_title { | 35 | .tabs_title { |
31 | margin-bottom: 10px; | 36 | margin-bottom: 10px; |
32 | } | 37 | } |
38 | |||
33 | .tabs_title p { | 39 | .tabs_title p { |
34 | display: inline-block; | 40 | display: inline-block; |
35 | margin-right: 10px; | 41 | margin-right: 10px; |
36 | position: relative; | 42 | position: relative; |
37 | top: -2px; | 43 | top: -2px; |
38 | } | 44 | } |
45 | |||
39 | .tabs_title input { | 46 | .tabs_title input { |
40 | width: 16px; | 47 | width: 16px; |
41 | height: 16px; | 48 | height: 16px; |
42 | } | 49 | } |
43 | 50 | ||
44 | .tabs_title i{ | 51 | .tabs_title i { |
45 | font-size: 24px; | 52 | font-size: 24px; |
46 | position: relative; | 53 | position: relative; |
47 | color: #0091FF; | 54 | color: #0091FF; |
48 | top: 3px; | 55 | top: 3px; |
49 | } | 56 | } |
57 | |||
50 | .layui-tab { | 58 | .layui-tab { |
51 | width: 23%; | 59 | width: 23%; |
52 | display: inline-block; | 60 | display: inline-block; |
53 | } | 61 | } |
62 | |||
54 | .layui-tab-bar { | 63 | .layui-tab-bar { |
55 | display: none; | 64 | display: none; |
56 | } | 65 | } |
66 | |||
57 | .img_update { | 67 | .img_update { |
58 | overflow: hidden; | 68 | overflow: hidden; |
59 | position: relative; | 69 | position: relative; |
60 | float: left; | 70 | float: left; |
61 | } | 71 | } |
62 | 72 | ||
63 | .fileBox{ | 73 | .fileBox { |
64 | margin:10px;float: left; | 74 | margin: 10px; |
75 | float: left; | ||
65 | } | 76 | } |
77 | |||
66 | .file_name .update { | 78 | .file_name .update { |
67 | display: block; | 79 | display: block; |
68 | width: 24px; | 80 | width: 24px; |
... | @@ -72,9 +84,11 @@ | ... | @@ -72,9 +84,11 @@ |
72 | margin-top: 85px; | 84 | margin-top: 85px; |
73 | margin-bottom: 10px; | 85 | margin-bottom: 10px; |
74 | } | 86 | } |
87 | |||
75 | .file_name p { | 88 | .file_name p { |
76 | color: #9B9B9B; | 89 | color: #9B9B9B; |
77 | } | 90 | } |
91 | |||
78 | .certificate { | 92 | .certificate { |
79 | height: 24px; | 93 | height: 24px; |
80 | color: red; | 94 | color: red; |
... | @@ -84,7 +98,8 @@ | ... | @@ -84,7 +98,8 @@ |
84 | text-align: center; | 98 | text-align: center; |
85 | width: 240px; | 99 | width: 240px; |
86 | } | 100 | } |
87 | .fileSpan{ | 101 | |
102 | .fileSpan { | ||
88 | display: inline-block; | 103 | display: inline-block; |
89 | width: 240px; | 104 | width: 240px; |
90 | height: 240px; | 105 | height: 240px; |
... | @@ -94,10 +109,12 @@ | ... | @@ -94,10 +109,12 @@ |
94 | margin-right: 121px; | 109 | margin-right: 121px; |
95 | background: #FCFCFC; | 110 | background: #FCFCFC; |
96 | } | 111 | } |
97 | .fileSpan:hover{ | 112 | |
98 | border-color:#0091FF; | 113 | .fileSpan:hover { |
114 | border-color: #0091FF; | ||
99 | } | 115 | } |
100 | #fileInput, #fileInput1, #fileInput3{ | 116 | |
117 | input[type='file'] { | ||
101 | position: absolute; | 118 | position: absolute; |
102 | width: 100%; | 119 | width: 100%; |
103 | height: 100%; | 120 | height: 100%; |
... | @@ -107,10 +124,12 @@ | ... | @@ -107,10 +124,12 @@ |
107 | cursor: pointer; | 124 | cursor: pointer; |
108 | z-index: 10; | 125 | z-index: 10; |
109 | } | 126 | } |
127 | |||
110 | .fileName { | 128 | .fileName { |
111 | margin: 0 auto; | 129 | margin: 0 auto; |
112 | width: 102px; | 130 | width: 102px; |
113 | } | 131 | } |
132 | |||
114 | .fileName span { | 133 | .fileName span { |
115 | display: inline-block; | 134 | display: inline-block; |
116 | width: 85px; | 135 | width: 85px; |
... | @@ -118,16 +137,21 @@ | ... | @@ -118,16 +137,21 @@ |
118 | text-overflow: ellipsis; | 137 | text-overflow: ellipsis; |
119 | white-space: nowrap; | 138 | white-space: nowrap; |
120 | } | 139 | } |
140 | |||
121 | .file_name { | 141 | .file_name { |
122 | text-align: center; | 142 | text-align: center; |
123 | position: relative; | 143 | position: relative; |
124 | } | 144 | } |
145 | |||
125 | .operation { | 146 | .operation { |
126 | cursor: pointer; | 147 | cursor: pointer; |
127 | width: 14px; | 148 | width: 14px; |
128 | height: 14px; | 149 | height: 14px; |
129 | } | 150 | } |
130 | .fileListName, .fileListName1, .fileListName3{ | 151 | |
152 | .fileListName, | ||
153 | .fileListName1, | ||
154 | .fileListName3 { | ||
131 | text-align: center; | 155 | text-align: center; |
132 | margin-top: 10px; | 156 | margin-top: 10px; |
133 | position: absolute; | 157 | position: absolute; |
... | @@ -137,34 +161,53 @@ | ... | @@ -137,34 +161,53 @@ |
137 | width: 100%; | 161 | width: 100%; |
138 | cursor: pointer; | 162 | cursor: pointer; |
139 | } | 163 | } |
140 | .fileListName span , .fileListName1 span, .fileListName3 span{ | 164 | |
165 | .fileListName span, | ||
166 | .fileListName1 span, | ||
167 | .fileListName3 span { | ||
141 | display: inline-block; | 168 | display: inline-block; |
142 | color: #4a4a4a; | 169 | color: #4a4a4a; |
143 | } | 170 | } |
144 | .fileListName img, .fileListName1 img, .fileListName3 img{ | 171 | |
172 | .fileListName img, | ||
173 | .fileListName1 img, | ||
174 | .fileListName3 img { | ||
145 | float: right; | 175 | float: right; |
146 | margin-top: 5px; | 176 | margin-top: 5px; |
147 | margin-left: 2px; | 177 | margin-left: 2px; |
148 | } | 178 | } |
149 | .fileList tr, .fileList1 tr, .fileList3 tr { | 179 | |
180 | .fileList tr, | ||
181 | .fileList1 tr, | ||
182 | .fileList3 tr { | ||
150 | line-height: 28px; | 183 | line-height: 28px; |
151 | width: 70px; | 184 | width: 70px; |
152 | } | 185 | } |
153 | .fileList tr td, .fileList1 tr td, .fileList3 tr td { | 186 | |
187 | .fileList tr td, | ||
188 | .fileList1 tr td, | ||
189 | .fileList3 tr td { | ||
154 | width: 70px; | 190 | width: 70px; |
155 | } | 191 | } |
192 | |||
156 | .operation a:hover { | 193 | .operation a:hover { |
157 | color: #0091FF!important; | 194 | color: #0091FF !important; |
158 | } | 195 | } |
196 | |||
159 | .next_button { | 197 | .next_button { |
160 | text-align: center; | 198 | text-align: center; |
161 | margin: 50px 0; | 199 | margin: 50px 0; |
162 | } | 200 | } |
201 | |||
163 | /* 房屋信息 */ | 202 | /* 房屋信息 */ |
164 | .acceptance_information { | 203 | .acceptance_information { |
165 | margin: 20px 0; | 204 | margin: 20px 0; |
166 | } | 205 | } |
167 | .acceptance_information h3 , .person_info h3, .data_upload h3, .obtaining_license h3{ | 206 | |
207 | .acceptance_information h3, | ||
208 | .person_info h3, | ||
209 | .data_upload h3, | ||
210 | .obtaining_license h3 { | ||
168 | height: 16px; | 211 | height: 16px; |
169 | padding-left: 8px; | 212 | padding-left: 8px; |
170 | font-size: 16px; | 213 | font-size: 16px; |
... | @@ -174,12 +217,16 @@ | ... | @@ -174,12 +217,16 @@ |
174 | padding-bottom: 20px; | 217 | padding-bottom: 20px; |
175 | color: #4A4A4A; | 218 | color: #4A4A4A; |
176 | } | 219 | } |
177 | .acceptance_information h3::before , .person_info h3::before , .data_upload h3::before , .obtaining_license h3::before { | 220 | |
178 | position:absolute; | 221 | .acceptance_information h3::before, |
179 | content:""; | 222 | .person_info h3::before, |
180 | left:0; | 223 | .data_upload h3::before, |
181 | width:4px; | 224 | .obtaining_license h3::before { |
182 | height:12px; | 225 | position: absolute; |
226 | content: ""; | ||
227 | left: 0; | ||
228 | width: 4px; | ||
229 | height: 12px; | ||
183 | border-radius: 1px; | 230 | border-radius: 1px; |
184 | top: 5px; | 231 | top: 5px; |
185 | background-color: #0091FF; | 232 | background-color: #0091FF; |
... | @@ -188,36 +235,44 @@ | ... | @@ -188,36 +235,44 @@ |
188 | .acceptance_information ul { | 235 | .acceptance_information ul { |
189 | font-size: 0; | 236 | font-size: 0; |
190 | } | 237 | } |
238 | |||
191 | .acceptance_information ul li { | 239 | .acceptance_information ul li { |
192 | display: inline-block; | 240 | display: inline-block; |
193 | width: 50%; | 241 | width: 50%; |
194 | font-size: 14px; | 242 | font-size: 14px; |
195 | line-height: 36px; | 243 | line-height: 36px; |
196 | } | 244 | } |
245 | |||
197 | .acceptance_information ul li span { | 246 | .acceptance_information ul li span { |
198 | color: #9B9B9B; | 247 | color: #9B9B9B; |
199 | width: 100px; | 248 | width: 100px; |
200 | text-align: right; | 249 | text-align: right; |
201 | display: inline-block; | 250 | display: inline-block; |
202 | } | 251 | } |
252 | |||
203 | .acceptance_information ul li p { | 253 | .acceptance_information ul li p { |
204 | display: inline-block; | 254 | display: inline-block; |
205 | } | 255 | } |
256 | |||
206 | /* 买卖双方信息 */ | 257 | /* 买卖双方信息 */ |
207 | .layui-form-item .layui-inline { | 258 | .layui-form-item .layui-inline { |
208 | width: 23%; | 259 | width: 23%; |
209 | } | 260 | } |
261 | |||
210 | .idCard { | 262 | .idCard { |
211 | width: 150px; | 263 | width: 150px; |
212 | } | 264 | } |
265 | |||
213 | .layui-form-label { | 266 | .layui-form-label { |
214 | padding: 9px 0; | 267 | padding: 9px 0; |
215 | width: 92px; | 268 | width: 92px; |
216 | } | 269 | } |
270 | |||
217 | .layui-icon-reduce-circle { | 271 | .layui-icon-reduce-circle { |
218 | font-size: 20px!important; | 272 | font-size: 20px !important; |
219 | color: #FA6400; | 273 | color: #FA6400; |
220 | } | 274 | } |
275 | |||
221 | .add_form { | 276 | .add_form { |
222 | height: 36px; | 277 | height: 36px; |
223 | border: 1px dotted #DEDEDE; | 278 | border: 1px dotted #DEDEDE; |
... | @@ -228,25 +283,30 @@ | ... | @@ -228,25 +283,30 @@ |
228 | display: none; | 283 | display: none; |
229 | background: #FCFCFC; | 284 | background: #FCFCFC; |
230 | } | 285 | } |
286 | |||
231 | .add_form:hover { | 287 | .add_form:hover { |
232 | border-color: #0091FF; | 288 | border-color: #0091FF; |
233 | } | 289 | } |
290 | |||
234 | .add_form i { | 291 | .add_form i { |
235 | font-size: 16px!important; | 292 | font-size: 16px !important; |
236 | display: inline-block; | 293 | display: inline-block; |
237 | margin-top: 5px; | 294 | margin-top: 5px; |
238 | color: #4A4A4A; | 295 | color: #4A4A4A; |
239 | } | 296 | } |
297 | |||
240 | .add_form p { | 298 | .add_form p { |
241 | display: inline-block; | 299 | display: inline-block; |
242 | color: #9B9B9B; | 300 | color: #9B9B9B; |
243 | line-height: 36px; | 301 | line-height: 36px; |
244 | } | 302 | } |
303 | |||
245 | /* -----------------资料上传---------------------- */ | 304 | /* -----------------资料上传---------------------- */ |
246 | .data_upload { | 305 | .data_upload { |
247 | margin-top: 20px; | 306 | margin-top: 20px; |
248 | overflow: hidden; | 307 | overflow: hidden; |
249 | } | 308 | } |
309 | |||
250 | /* -----------------询问笔录---------------------- */ | 310 | /* -----------------询问笔录---------------------- */ |
251 | .record { | 311 | .record { |
252 | position: absolute; | 312 | position: absolute; |
... | @@ -261,45 +321,57 @@ | ... | @@ -261,45 +321,57 @@ |
261 | width: 100%; | 321 | width: 100%; |
262 | cursor: pointer; | 322 | cursor: pointer; |
263 | } | 323 | } |
324 | |||
264 | .record:hover { | 325 | .record:hover { |
265 | color: #0091FF; | 326 | color: #0091FF; |
266 | } | 327 | } |
267 | .layui-form-radio>i:hover, .layui-form-radioed>i { | 328 | |
268 | color: #0091FF!important; | 329 | .layui-form-radio>i:hover, |
330 | .layui-form-radioed>i { | ||
331 | color: #0091FF !important; | ||
269 | } | 332 | } |
333 | |||
270 | /* -------------------领证方式----------------------- */ | 334 | /* -------------------领证方式----------------------- */ |
271 | .shipping_method { | 335 | .shipping_method { |
272 | display: none; | 336 | display: none; |
273 | margin-top: 25px; | 337 | margin-top: 25px; |
274 | } | 338 | } |
339 | |||
275 | .item_inline { | 340 | .item_inline { |
276 | font-size: 0; | 341 | font-size: 0; |
277 | } | 342 | } |
343 | |||
278 | .item_inline .layui-inline { | 344 | .item_inline .layui-inline { |
279 | width: 50%; | 345 | width: 50%; |
280 | font-size: 16px; | 346 | font-size: 16px; |
281 | margin-right: 0!important; | 347 | margin-right: 0 !important; |
282 | } | 348 | } |
283 | .obtaining_license .layui-input-block h2{ | 349 | |
350 | .obtaining_license .layui-input-block h2 { | ||
284 | display: inline-block; | 351 | display: inline-block; |
285 | color: rgb(133, 125, 125); | 352 | color: rgb(133, 125, 125); |
286 | margin-right: 13px; | 353 | margin-right: 13px; |
287 | } | 354 | } |
355 | |||
288 | .ssq { | 356 | .ssq { |
289 | width: 99.5%; | 357 | width: 99.5%; |
290 | white-space: nowrap; | 358 | white-space: nowrap; |
291 | left: -13px; | 359 | left: -13px; |
292 | } | 360 | } |
361 | |||
293 | .ssq .layui-inline { | 362 | .ssq .layui-inline { |
294 | width: 29%; | 363 | width: 29%; |
295 | } | 364 | } |
365 | |||
296 | .obtaining_license { | 366 | .obtaining_license { |
297 | margin-top: 20px; | 367 | margin-top: 20px; |
298 | } | 368 | } |
369 | |||
299 | .person_radio { | 370 | .person_radio { |
300 | margin-bottom: 20px; | 371 | margin-bottom: 20px; |
301 | } | 372 | } |
302 | .person_radio input{ | 373 | |
374 | .person_radio input { | ||
303 | display: inline-block; | 375 | display: inline-block; |
304 | cursor: pointer; | 376 | cursor: pointer; |
305 | width: 14px; | 377 | width: 14px; |
... | @@ -308,6 +380,7 @@ | ... | @@ -308,6 +380,7 @@ |
308 | top: -2px; | 380 | top: -2px; |
309 | margin-right: 10px; | 381 | margin-right: 10px; |
310 | } | 382 | } |
383 | |||
311 | .person_radio p { | 384 | .person_radio p { |
312 | display: inline-block; | 385 | display: inline-block; |
313 | position: relative; | 386 | position: relative; |
... | @@ -319,9 +392,11 @@ | ... | @@ -319,9 +392,11 @@ |
319 | .layui-form-item { | 392 | .layui-form-item { |
320 | font-size: 0; | 393 | font-size: 0; |
321 | } | 394 | } |
395 | |||
322 | .layui-inline { | 396 | .layui-inline { |
323 | font-size: 14px; | 397 | font-size: 14px; |
324 | } | 398 | } |
399 | |||
325 | .layui-form-label { | 400 | .layui-form-label { |
326 | font-size: 14px; | 401 | font-size: 14px; |
327 | } | 402 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
1 | var slsqxx; | ||
1 | $(function () { | 2 | $(function () { |
2 | //设置步骤条信息 | 3 | //设置步骤条信息 |
3 | setAcceptFlow(GetQueryString('bsm_slsq'), GetQueryString('businessno')); | 4 | setAcceptFlow(GetQueryString('bsm_slsq'), GetQueryString('businessno')); |
4 | console.log(getApplyRecord(GetQueryString('bsm_slsq'), GetQueryString('businessno'))); | 5 | slsqxx = getApplyRecord(GetQueryString('bsm_slsq'), GetQueryString('businessno')); |
6 | LoadClxxDiv(); | ||
5 | }) | 7 | }) |
6 | layui.use('element', function () { | 8 | layui.use('element', function () { |
7 | let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块 | 9 | let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块 |
... | @@ -133,28 +135,61 @@ function skipClick() { | ... | @@ -133,28 +135,61 @@ function skipClick() { |
133 | // skipNextPage(GetQueryString('bsm_slsq'),GetQueryString('businessno')); | 135 | // skipNextPage(GetQueryString('bsm_slsq'),GetQueryString('businessno')); |
134 | _uploadSlcl(flieList) | 136 | _uploadSlcl(flieList) |
135 | } | 137 | } |
136 | // 图片上传 | 138 | // // 图片上传 |
137 | function _uploadSlcl(flieList) { | 139 | // function _uploadSlcl(flieList) { |
138 | var formData = new FormData(); | 140 | // var formData = new FormData(); |
139 | formData.append('bsmCl', 'f5a9ffcff962ed17a393b1cacec4d4bd'); | 141 | // formData.append('bsmCl', 'f5a9ffcff962ed17a393b1cacec4d4bd'); |
140 | flieList.map((item, index) => { | 142 | // flieList.map((item, index) => { |
141 | console.log(item[0]) | 143 | // console.log(item[0]) |
142 | formData.append('files', item[0]); //添加图片信息的参数 | 144 | // formData.append('files', item[0]); //添加图片信息的参数 |
143 | }) | 145 | // }) |
144 | console.log(formData) | 146 | // console.log(formData) |
145 | $.ajax({ | 147 | // $.ajax({ |
146 | type: "post", //提交方式 | 148 | // type: "post", //提交方式 |
147 | url: portal.api_url + "/portal/FillInformation/uploadSlcl",//路径 | 149 | // url: portal.api_url + "/portal/FillInformation/uploadSlcl",//路径 |
148 | dataType: "json", | 150 | // dataType: "json", |
149 | cache: false, //上传文件不需要缓存 | 151 | // cache: false, //上传文件不需要缓存 |
150 | processData: false, // 告诉jQuery不要去处理发送的数据 | 152 | // processData: false, // 告诉jQuery不要去处理发送的数据 |
151 | contentType: false, // 告诉jQuery不要去设置Content-Type请求头 | 153 | // contentType: false, // 告诉jQuery不要去设置Content-Type请求头 |
152 | data: formData, | 154 | // data: formData, |
153 | //数据,这里使用的是Json格式进行传输 | 155 | // //数据,这里使用的是Json格式进行传输 |
154 | success: function (result) {//返回数据根据结果进行相应的处理 | 156 | // success: function (result) {//返回数据根据结果进行相应的处理 |
155 | if (result.code == 200) { | 157 | // if (result.code == 200) { |
156 | console.log(result.data) | 158 | // console.log(result.data) |
157 | } | 159 | // } |
158 | } | 160 | // } |
161 | // }); | ||
162 | // } | ||
163 | |||
164 | function LoadClxxDiv() { | ||
165 | let clxxDic = $("#clxx"); | ||
166 | let clxxContent; | ||
167 | $.each(slsqxx.slclList, function (index, item) { | ||
168 | clxxContent = '<div class="img_update">'; | ||
169 | clxxContent += '<div class="fileBox">'; | ||
170 | clxxContent += '<div class="fileSpan vm">'; | ||
171 | clxxContent += '<input type="file" multiple id="fileInput' + index + '" onchange="handleUpdate(this,' + index + ')"/>'; | ||
172 | clxxContent += '<div class="file_name">'; | ||
173 | clxxContent += '<img class="update" src="../../staticImages/update.png">'; | ||
174 | clxxContent += '<p class="updatetext">点击文件上传</p>'; | ||
175 | clxxContent += '</div>'; | ||
176 | clxxContent += '<ul class="fileListName" id="fileULName' + index + '"></ul>'; | ||
177 | clxxContent += '</div>'; | ||
178 | clxxContent += '<div class="certificate">' + slsqxx.slclList[index].clmc + '【' + slsqxx.slclList[index].wjlxmc + '】(' + slsqxx.slclList[index].fs + '份)</div>'; | ||
179 | clxxContent += '</div>'; | ||
180 | clxxContent += '</div>'; | ||
181 | clxxDic.append(clxxContent); | ||
159 | }); | 182 | }); |
160 | } | 183 | } |
184 | |||
185 | function handleUpdate(e, index) { | ||
186 | let fileobj = $("#fileInput" + index); | ||
187 | let name = e.files[0].name; | ||
188 | let fileul = $("#fileULName" + index); | ||
189 | if (fileul.find("li").length >= slsqxx.slclList[index].fs) { | ||
190 | layer.msg('已经完成上传最大限度', { icon: 5 }); | ||
191 | return false | ||
192 | } else { | ||
193 | fileul.append('<li class="fileName">' + '<span title="' + name + '">' + name + '</span>' + '<img class="operation" src="../../staticImages/chacha.png">' + '</li>'); | ||
194 | } | ||
195 | } | ... | ... |
... | @@ -19,6 +19,27 @@ function getBusinessConfig(ywid, businessno) { | ... | @@ -19,6 +19,27 @@ function getBusinessConfig(ywid, businessno) { |
19 | }); | 19 | }); |
20 | } | 20 | } |
21 | 21 | ||
22 | //获取业务配置信息 | ||
23 | function loadBusinessConfig(ywid) { | ||
24 | $.ajax({ | ||
25 | type: "post", //提交方式 | ||
26 | url: portal.api_url + "/portal/ApplyBusinessService/getFQFBusinessFlow",//路径 | ||
27 | dataType: "json", | ||
28 | async: false, | ||
29 | data: { | ||
30 | "ywid": ywid, | ||
31 | "businessNo": businessno | ||
32 | }, | ||
33 | //数据,这里使用的是Json格式进行传输 | ||
34 | success: function (result) {//返回数据根据结果进行相应的处理 | ||
35 | if (result.code == 200 && result.data != null) { | ||
36 | business = result.data; | ||
37 | } | ||
38 | } | ||
39 | }); | ||
40 | } | ||
41 | |||
42 | |||
22 | //获取正在办理的流程业务 | 43 | //获取正在办理的流程业务 |
23 | function getAcceptFlow(bsm_slsq, businessno) { | 44 | function getAcceptFlow(bsm_slsq, businessno) { |
24 | $.ajax({ | 45 | $.ajax({ |
... | @@ -49,7 +70,7 @@ function getApplyRecord(bsm_slsq, businessno) { | ... | @@ -49,7 +70,7 @@ function getApplyRecord(bsm_slsq, businessno) { |
49 | //contentType: 'application/json', | 70 | //contentType: 'application/json', |
50 | url: portal.api_url + "/portal/FillInformation/getDetailBybsmSlsq",//路径 | 71 | url: portal.api_url + "/portal/FillInformation/getDetailBybsmSlsq",//路径 |
51 | dataType: "json", | 72 | dataType: "json", |
52 | // async: false, | 73 | async: false, |
53 | data: { | 74 | data: { |
54 | "bsmSlsq": bsm_slsq, | 75 | "bsmSlsq": bsm_slsq, |
55 | "businessNo": businessno, | 76 | "businessNo": businessno, |
... | @@ -99,6 +120,13 @@ function getInitiateFLow(ywid, businessno) { | ... | @@ -99,6 +120,13 @@ function getInitiateFLow(ywid, businessno) { |
99 | window.open(portal.rootPath + business.stepList[0].pageurl + "?ywid=" + ywid + "&businessno=" + businessno, "_self") | 120 | window.open(portal.rootPath + business.stepList[0].pageurl + "?ywid=" + ywid + "&businessno=" + businessno, "_self") |
100 | } | 121 | } |
101 | 122 | ||
123 | //发起流程方法 | ||
124 | function createBusinesseFlow(ywid) { | ||
125 | loadBusinessConfig(ywid); | ||
126 | window.open(portal.rootPath + business.stepList[0].pageurl + "?ywid=" + ywid + "&businessno=" + business.businessno, "_self") | ||
127 | } | ||
128 | |||
129 | |||
102 | //工作箱调取流程方法 | 130 | //工作箱调取流程方法 |
103 | function getWorkBoxFLow(bsm_slsq, businessno) { | 131 | function getWorkBoxFLow(bsm_slsq, businessno) { |
104 | getAcceptFlow(bsm_slsq, businessno); | 132 | getAcceptFlow(bsm_slsq, businessno); | ... | ... |
... | @@ -38,7 +38,7 @@ | ... | @@ -38,7 +38,7 @@ |
38 | <ul> | 38 | <ul> |
39 | <li> | 39 | <li> |
40 | <span>不动产单元号:</span> | 40 | <span>不动产单元号:</span> |
41 | <p>450101 450002 GB 00740W00000000</p> | 41 | <p>450101 450002 GB00740 W00000000</p> |
42 | </li> | 42 | </li> |
43 | <li> | 43 | <li> |
44 | <span>产权证号:</span> | 44 | <span>产权证号:</span> |
... | @@ -111,12 +111,13 @@ | ... | @@ -111,12 +111,13 @@ |
111 | </div> | 111 | </div> |
112 | </div> | 112 | </div> |
113 | <!-----------------资料上传------------------ --> | 113 | <!-----------------资料上传------------------ --> |
114 | <div class="data_upload"> | 114 | <div class="data_upload" id="clxx"> |
115 | <h3>资料上传</h3> | 115 | <h3>资料上传</h3> |
116 | <div class="img_update"> | 116 | <!-- <div class="img_update"> |
117 | <div class="fileBox"> | 117 | <div class="fileBox"> |
118 | <div class="fileSpan vm"> | 118 | <div class="fileSpan vm"> |
119 | <input type="file" multiple id="fileInput" numList="2" onchange="handleUpdate(this,'fileInput')"/> | 119 | <input type="file" multiple id="fileInput" numList="2" onchange="handleUpdate(this,'fileInput')"/> |
120 | <input type="file" multiple id="fileInput" numList="2" onchange="handleUpdate(this,'fileInput')"/> | ||
120 | <div class="file_name"> | 121 | <div class="file_name"> |
121 | <img class="update" src="../../staticImages/update.png"> | 122 | <img class="update" src="../../staticImages/update.png"> |
122 | <p class="updatetext">点击文件上传</p> | 123 | <p class="updatetext">点击文件上传</p> |
... | @@ -125,9 +126,9 @@ | ... | @@ -125,9 +126,9 @@ |
125 | </div> | 126 | </div> |
126 | <div class="certificate">登记申请书(2份)</div> | 127 | <div class="certificate">登记申请书(2份)</div> |
127 | </div> | 128 | </div> |
128 | </div> | 129 | </div> --> |
129 | <!-- 房屋所有权证书 --> | 130 | <!-- 房屋所有权证书 --> |
130 | <div class="img_update"> | 131 | <!-- <div class="img_update"> |
131 | <div class="fileBox"> | 132 | <div class="fileBox"> |
132 | <div class="fileSpan vm"> | 133 | <div class="fileSpan vm"> |
133 | <input type="file" multiple id="fileInput1" onclick="" onchange="handleUpdate(this,'fileInput1')"/> | 134 | <input type="file" multiple id="fileInput1" onclick="" onchange="handleUpdate(this,'fileInput1')"/> |
... | @@ -139,23 +140,9 @@ | ... | @@ -139,23 +140,9 @@ |
139 | </div> | 140 | </div> |
140 | <div class="certificate">房屋所有权证书(2份)</div> | 141 | <div class="certificate">房屋所有权证书(2份)</div> |
141 | </div> | 142 | </div> |
142 | </div> | ||
143 | |||
144 | <!-- 询问笔录 --> | ||
145 | <!-- <div class="img_update"> | ||
146 | <div class="fileBox"> | ||
147 | <div class="fileSpan vm"> | ||
148 | <input type="file" multiple id="fileInput3" /> | ||
149 | <div class="file_name"> | ||
150 | <img class="update" src="../../staticImages/update.png"> | ||
151 | <p class="updatetext">点击文件上传</p> | ||
152 | </div> | ||
153 | <div class="fileListName3"></div> | ||
154 | <a class="record">下载模板</a> | ||
155 | </div> | ||
156 | <div class="certificate">询问笔录(1)份</div> | ||
157 | </div> | ||
158 | </div> --> | 143 | </div> --> |
144 | <!-- 询问笔录 --> | ||
145 | |||
159 | </div> | 146 | </div> |
160 | <div class="next_button submitButton"> | 147 | <div class="next_button submitButton"> |
161 | <button type="button" class="layui-btn layui-btn-normal" onclick="skipClick()"> | 148 | <button type="button" class="layui-btn layui-btn-normal" onclick="skipClick()"> |
... | @@ -168,10 +155,25 @@ | ... | @@ -168,10 +155,25 @@ |
168 | <script type="text/javascript" src="../../staticJs/common.js"></script> | 155 | <script type="text/javascript" src="../../staticJs/common.js"></script> |
169 | <script type="text/javascript" src="../../staticJs/onlineApply/workFlow.js"></script> | 156 | <script type="text/javascript" src="../../staticJs/onlineApply/workFlow.js"></script> |
170 | <script type="text/javascript" src="../../staticJs/onlineApply/houseFill.js"></script> | 157 | <script type="text/javascript" src="../../staticJs/onlineApply/houseFill.js"></script> |
171 | <script type="text/javascript" src="../../staticJs/imageUpdate.js"></script> | 158 | <!-- <script type="text/javascript" src="../../staticJs/imageUpdate.js"></script> --> |
172 | <script type="text/javascript" src="../../staticJs/city-picker.js"></script> | 159 | <!-- <script type="text/javascript" src="../../staticJs/city-picker.js"></script> --> |
173 | <script type="text/javascript" src="../../staticJs/down.js"></script> | 160 | <script type="text/javascript" src="../../staticJs/down.js"></script> |
174 | <script type="text/html" id="barDemo"> | 161 | <!-- <script type="text/html" id="barDemo"> |
175 | <i class="layui-icon layui-icon-reduce-circle" lay-event="edit"></i> | 162 | <i class="layui-icon layui-icon-reduce-circle" lay-event="edit"></i> |
176 | </script> | 163 | </script> --> |
177 | </html> | 164 | </html> |
165 | |||
166 | <!-- <div class="img_update"> | ||
167 | <div class="fileBox"> | ||
168 | <div class="fileSpan vm"> | ||
169 | <input type="file" multiple id="fileInput3" /> | ||
170 | <div class="file_name"> | ||
171 | <img class="update" src="../../staticImages/update.png"> | ||
172 | <p class="updatetext">点击文件上传</p> | ||
173 | </div> | ||
174 | <div class="fileListName3"></div> | ||
175 | <a class="record">下载模板</a> | ||
176 | </div> | ||
177 | <div class="certificate">询问笔录(1)份</div> | ||
178 | </div> | ||
179 | </div> --> | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment