解决冲突
Showing
20 changed files
with
569 additions
and
373 deletions
... | @@ -21,25 +21,25 @@ | ... | @@ -21,25 +21,25 @@ |
21 | </div> | 21 | </div> |
22 | <ul class="banner_title"> | 22 | <ul class="banner_title"> |
23 | <li> | 23 | <li> |
24 | <a href="" title="查询档案"> | 24 | <a class="cardItem" href="" title="查询档案"> |
25 | <img src="./staticImages/dacx.png" alt="查询档案"> | 25 | <img src="./staticImages/dacx.png" alt="查询档案"> |
26 | 查询档案 | 26 | 查询档案 |
27 | </a> | 27 | </a> |
28 | </li> | 28 | </li> |
29 | <li> | 29 | <li> |
30 | <a href="" title="进度查询"> | 30 | <a class="cardItem" href="" title="进度查询"> |
31 | <img src="./staticImages/jdcx.png" alt="进度查询"> | 31 | <img src="./staticImages/jdcx.png" alt="进度查询"> |
32 | 进度查询 | 32 | 进度查询 |
33 | </a> | 33 | </a> |
34 | </li> | 34 | </li> |
35 | <li> | 35 | <li> |
36 | <a href="/staticViews/yyxz.html" title="在线预约"> | 36 | <a class="cardItem" href="/staticViews/yyxz.html" title="在线预约"> |
37 | <img src="./staticImages/zxyy.png" alt="在线预约"> | 37 | <img src="./staticImages/zxyy.png" alt="在线预约"> |
38 | 在线预约 | 38 | 在线预约 |
39 | </a> | 39 | </a> |
40 | </li> | 40 | </li> |
41 | <li> | 41 | <li> |
42 | <a title="证书核验"> | 42 | <a class="cardItem" title="证书核验"> |
43 | <img src="./staticImages/zshy.png" alt="证书核验"> | 43 | <img src="./staticImages/zshy.png" alt="证书核验"> |
44 | 证书核验 | 44 | 证书核验 |
45 | </a> | 45 | </a> | ... | ... |
... | @@ -99,7 +99,8 @@ | ... | @@ -99,7 +99,8 @@ |
99 | line-height: 60px; | 99 | line-height: 60px; |
100 | } | 100 | } |
101 | .busTabs li { | 101 | .busTabs li { |
102 | font-size: 20px!important; | 102 | width: 170px; |
103 | font-size: 16px; | ||
103 | font-weight: 400!important; | 104 | font-weight: 400!important; |
104 | color: #6D7278!important; | 105 | color: #6D7278!important; |
105 | } | 106 | } |
... | @@ -131,4 +132,9 @@ | ... | @@ -131,4 +132,9 @@ |
131 | margin-top: 5px; | 132 | margin-top: 5px; |
132 | width: 80%; | 133 | width: 80%; |
133 | left: 10%; | 134 | left: 10%; |
135 | } | ||
136 | .navtab1 .layui-tab-title { | ||
137 | border: none!important; | ||
138 | margin-left: -10px; | ||
139 | margin-bottom: 30px; | ||
134 | } | 140 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -316,6 +316,7 @@ div.footer .system_service ul li a:hover { | ... | @@ -316,6 +316,7 @@ div.footer .system_service ul li a:hover { |
316 | background-color: rgba(144,147,153,.5); | 316 | background-color: rgba(144,147,153,.5); |
317 | } | 317 | } |
318 | 318 | ||
319 | <<<<<<< HEAD | ||
319 | /* 登陆样式 by jxx */ | 320 | /* 登陆样式 by jxx */ |
320 | .PersonLogin{ | 321 | .PersonLogin{ |
321 | cursor: pointer; | 322 | cursor: pointer; |
... | @@ -382,3 +383,16 @@ div.footer .system_service ul li a:hover { | ... | @@ -382,3 +383,16 @@ div.footer .system_service ul li a:hover { |
382 | font-size: 14px; | 383 | font-size: 14px; |
383 | border-radius: 4px; | 384 | border-radius: 4px; |
384 | } | 385 | } |
386 | ======= | ||
387 | /* card样式 */ | ||
388 | .cardItem { | ||
389 | background: #FFFFFF; | ||
390 | border: 1px solid #E5E8ED; | ||
391 | box-shadow: 0 3px 6px 0 rgba(10,14,40,0.08); | ||
392 | -moz-box-shadow:0 3px 6px 0 rgba(10,14,40,0.08); /*firefox*/ | ||
393 | -webkit-box-shadow:0 3px 6px 0 rgba(10,14,40,0.08); /*webkit*/ | ||
394 | border-radius: 6px; | ||
395 | } | ||
396 | |||
397 | /* 0091FF */ | ||
398 | >>>>>>> 11a78ef128cb77845e54d1142a289ffa8b437d14 | ... | ... |
... | @@ -88,101 +88,105 @@ | ... | @@ -88,101 +88,105 @@ |
88 | float: right; | 88 | float: right; |
89 | margin-top: 20px; | 89 | margin-top: 20px; |
90 | } | 90 | } |
91 | /* ----------------预约列表-------------------- */ | 91 | /* ---------------------------------- */ |
92 | .appointment_list { | 92 | .business_titleList { |
93 | margin-top: 20px; | 93 | width: 1220px; |
94 | margin: 20px auto; | ||
94 | font-size: 0; | 95 | font-size: 0; |
95 | margin-left: -10px; | ||
96 | margin-right: -10px; | ||
97 | } | 96 | } |
98 | .appointment_list li { | 97 | .business_titleList li { |
99 | width: 33.333%; | 98 | width: 25%; |
99 | font-size: 14px; | ||
100 | display: inline-block; | 100 | display: inline-block; |
101 | text-align: center; | ||
101 | padding: 0 10px; | 102 | padding: 0 10px; |
102 | box-sizing: border-box; | 103 | box-sizing: border-box; |
103 | float: left; | ||
104 | } | 104 | } |
105 | .appointment_list li .item_content { | 105 | .business_titleList li a { |
106 | border: 1px solid #CBCBCB; | 106 | display: block; |
107 | border-radius: 4px; | 107 | height: 80px; |
108 | border: 1px solid #CBCBCB; | 108 | border: 1px solid #eee; |
109 | font-size: 16px; | 109 | border-radius: 5px; |
110 | height: 368px; | 110 | text-align: center; |
111 | cursor: pointer; | ||
111 | } | 112 | } |
112 | .item_title { | 113 | .business_titleList li p:nth-child(1) { |
113 | height: 48px; | 114 | font-size: 18px; |
114 | line-height: 48px; | 115 | margin-top: 15px; |
115 | color: #FFFFFF; | ||
116 | padding: 0 20px; | ||
117 | box-sizing: border-box; | ||
118 | } | 116 | } |
119 | .item_title h3 { | 117 | .itemTitleActive { |
120 | display: inline-block; | 118 | border-color: #0091FF!important; |
121 | float: left; | 119 | } |
120 | /* ---------------预约列表------------------- */ | ||
121 | .contentBox { | ||
122 | width: 1200px; | ||
123 | margin: 0 auto; | ||
124 | } | ||
125 | .appintmentList li { | ||
126 | border-bottom: 1px solid #eee; | ||
127 | padding-bottom: 20px; | ||
128 | padding-top: 20px; | ||
129 | cursor: pointer; | ||
122 | } | 130 | } |
123 | .item_title p { | 131 | .appintmentList li .state{ |
132 | width: 60px; | ||
133 | height: 60px; | ||
134 | border-radius: 50%; | ||
124 | display: inline-block; | 135 | display: inline-block; |
125 | float: right; | 136 | color: #FFFFFF; |
137 | font-size: 12px; | ||
138 | text-align: center; | ||
139 | line-height: 60px; | ||
140 | margin-right: 20px; | ||
126 | } | 141 | } |
127 | .success { | 142 | .appintmentList li div { |
128 | background-color: #44D7B6; | 143 | display: inline-block; |
144 | position: relative; | ||
145 | top: 12px; | ||
146 | margin-right: 50px; | ||
129 | } | 147 | } |
130 | .overdue { | 148 | .business_name h5{ |
131 | background-color: #F26363; | 149 | font-size: 16px; |
150 | font-weight: 600; | ||
132 | } | 151 | } |
133 | .cancel { | 152 | |
134 | background-color: #F26363; | 153 | .handle { |
135 | opacity: 0.5; | 154 | color: #0091FF; |
155 | float: right; | ||
156 | margin-top: 26px; | ||
157 | cursor: pointer; | ||
136 | } | 158 | } |
137 | .item_info { | 159 | .handle:hover { |
138 | padding: 30px; | 160 | color: #0091FF; |
139 | height: 180px; | ||
140 | } | 161 | } |
141 | .item_info li{ | 162 | #page { |
142 | width: 100%; | 163 | text-align: center; |
143 | line-height: 38px; | 164 | margin-top: 25px; |
144 | box-sizing: border-box; | ||
145 | } | 165 | } |
146 | .item_info li span { | 166 | /*------------正在填写------------- */ |
147 | display: inline-block; | 167 | .tobeSubmit { |
148 | width: 108px; | 168 | background-color: rgba(129, 211, 248, 1); |
149 | text-align: right; | ||
150 | color: #9B9B9B; | ||
151 | white-space: nowrap; | ||
152 | } | 169 | } |
153 | .item_info li p{ | 170 | /*------------资料审核------------- */ |
154 | display: inline-block; | 171 | .dataReview { |
155 | color: #303030; | 172 | background-color: #5FB878; |
156 | } | 173 | } |
157 | .item_info li a{ | 174 | /*------------缴费------------- */ |
158 | display: inline-block; | 175 | .pay { |
159 | color: #0091FF; | 176 | background-color: #01AAED; |
160 | margin-left: 20px; | ||
161 | } | 177 | } |
162 | .cancel_reservation { | 178 | /*------------退回------------- */ |
163 | display: block; | 179 | .return { |
164 | width: 100px; | 180 | background-color: #FFB800; |
165 | height: 40px; | ||
166 | background: #FFFFFF; | ||
167 | border-radius: 3px; | ||
168 | border: 1px solid #E6E6E6; | ||
169 | font-size: 16px; | ||
170 | color: #9B9B9B; | ||
171 | line-height: 40px; | ||
172 | text-align: center; | ||
173 | margin: 0 auto; | ||
174 | } | 181 | } |
175 | .business_titleList { | 182 | /*------------驳回------------- */ |
176 | width: 1200px; | 183 | .reject { |
177 | margin: 15px auto; | 184 | background-color: #FF5722; |
178 | font-size: 0; | ||
179 | } | 185 | } |
180 | .business_titleList li { | 186 | /*------------办理成功------------- */ |
181 | width: 25%; | 187 | .success { |
182 | font-size: 14px; | 188 | background-color: #009688; |
183 | display: inline-block; | ||
184 | text-align: center; | ||
185 | } | 189 | } |
186 | .business_titleList li p:nth-child(1) { | 190 | .business_name { |
187 | font-size: 18px; | 191 | width: 330px; |
188 | } | 192 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -94,6 +94,7 @@ | ... | @@ -94,6 +94,7 @@ |
94 | font-size: 0; | 94 | font-size: 0; |
95 | margin-left: -10px; | 95 | margin-left: -10px; |
96 | margin-right: -10px; | 96 | margin-right: -10px; |
97 | overflow: hidden; | ||
97 | } | 98 | } |
98 | .appointment_list li { | 99 | .appointment_list li { |
99 | width: 33.333%; | 100 | width: 33.333%; |
... | @@ -120,9 +121,14 @@ | ... | @@ -120,9 +121,14 @@ |
120 | display: inline-block; | 121 | display: inline-block; |
121 | float: left; | 122 | float: left; |
122 | } | 123 | } |
123 | .item_title p { | 124 | .item_title a { |
124 | display: inline-block; | 125 | display: inline-block; |
125 | float: right; | 126 | float: right; |
127 | color: #FFFFFF; | ||
128 | cursor: pointer; | ||
129 | } | ||
130 | .item_title a:hover { | ||
131 | color: #FFFFFF; | ||
126 | } | 132 | } |
127 | .success { | 133 | .success { |
128 | background-color: #44D7B6; | 134 | background-color: #44D7B6; |
... | @@ -171,4 +177,8 @@ | ... | @@ -171,4 +177,8 @@ |
171 | line-height: 40px; | 177 | line-height: 40px; |
172 | text-align: center; | 178 | text-align: center; |
173 | margin: 0 auto; | 179 | margin: 0 auto; |
180 | } | ||
181 | #page { | ||
182 | text-align: center; | ||
183 | margin:30px 0; | ||
174 | } | 184 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
staticJs/businessGuideDeatil.js
0 → 100644
1 | $(function () { | ||
2 | _initData() | ||
3 | }) | ||
4 | |||
5 | layui.use('element', function () { | ||
6 | var element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块 | ||
7 | }); | ||
8 | // 新闻详情数据 | ||
9 | function _initData() { | ||
10 | var newsDetail = $("#newsDetail"); | ||
11 | newsDetail.empty(); | ||
12 | $.ajax({ | ||
13 | type: "get", //提交方式 | ||
14 | url: portal.api_url + "/portal/MhNotice/getMHDetailById",//路径 | ||
15 | data: { | ||
16 | "id": GetQueryString('id'), | ||
17 | }, | ||
18 | dataType: "json", | ||
19 | //数据,这里使用的是Json格式进行传输 | ||
20 | success: function (result) {//返回数据根据结果进行相应的处理 | ||
21 | if (result.code == 200 && result.data != null) { | ||
22 | $('.newsTitle').html(result.data.title) | ||
23 | $('.releaseTime').html(result.data.addtime) | ||
24 | newsDetail.append(result.data.content) | ||
25 | } | ||
26 | } | ||
27 | }); | ||
28 | } | ||
29 | |||
30 | function GetQueryString(name) { | ||
31 | var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); | ||
32 | var r = window.location.search.substr(1).match(reg); | ||
33 | if (r != null) return decodeURIComponent(r[2]); | ||
34 | return null; | ||
35 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
... | @@ -14,7 +14,7 @@ function newsDetail() { | ... | @@ -14,7 +14,7 @@ function newsDetail() { |
14 | newsDetail.empty(); | 14 | newsDetail.empty(); |
15 | $.ajax({ | 15 | $.ajax({ |
16 | type: "get", //提交方式 | 16 | type: "get", //提交方式 |
17 | url: portal.api_url + "/hlwj/MhNews/getDetailById",//路径 | 17 | url: portal.api_url + "/portal/MhNews/getDetailById",//路径 |
18 | data: { | 18 | data: { |
19 | "id": GetQueryString('id'), | 19 | "id": GetQueryString('id'), |
20 | }, | 20 | }, | ... | ... |
... | @@ -14,7 +14,7 @@ function newsDetail() { | ... | @@ -14,7 +14,7 @@ function newsDetail() { |
14 | newsDetail.empty(); | 14 | newsDetail.empty(); |
15 | $.ajax({ | 15 | $.ajax({ |
16 | type: "get", //提交方式 | 16 | type: "get", //提交方式 |
17 | url: portal.api_url + "/hlwj/MhNotice/getMHDetailById",//路径 | 17 | url: portal.api_url + "/portal/MhNotice/getMHDetailById",//路径 |
18 | data:{ | 18 | data:{ |
19 | "id":GetQueryString('id'), | 19 | "id":GetQueryString('id'), |
20 | }, | 20 | }, | ... | ... |
... | @@ -163,20 +163,20 @@ function addCreatSLSQ(jsondata) { | ... | @@ -163,20 +163,20 @@ function addCreatSLSQ(jsondata) { |
163 | "bdcqzh": jsondata.bdcqzh, | 163 | "bdcqzh": jsondata.bdcqzh, |
164 | "bsmQl": jsondata.bsm_ql, | 164 | "bsmQl": jsondata.bsm_ql, |
165 | "ywid": business.ywid, | 165 | "ywid": business.ywid, |
166 | "businessno": business.businessno, | 166 | "businessNo": business.businessno, |
167 | "userid": "0026609ddc6d2afabaa3c9b0ea3b0ec3" | 167 | "userid": "0026609ddc6d2afabaa3c9b0ea3b0ec3" |
168 | }; | 168 | }; |
169 | $.ajax({ | 169 | $.ajax({ |
170 | type: "post", //提交方式 | 170 | type: "post", //提交方式 |
171 | headers:{'Content-Type':'application/json;charset=utf8'}, | 171 | headers:{'Content-Type':'application/json;charset=utf8'}, |
172 | url: portal.api_url + "/portal/FillInformation/allInformation",//路径 | 172 | url: portal.api_url + "/portal/ApplyBusinessService/createFlowBusiness",//路径 |
173 | dataType: "json", | 173 | dataType: "json", |
174 | async: false, | 174 | async: false, |
175 | data: JSON.stringify(data), | 175 | data: JSON.stringify(data), |
176 | //数据,这里使用的是Json格式进行传输 | 176 | //数据,这里使用的是Json格式进行传输 |
177 | success: function (result) {//返回数据根据结果进行相应的处理 | 177 | success: function (result) {//返回数据根据结果进行相应的处理 |
178 | if (result.code == 200) { | 178 | if (result.code == 200) { |
179 | skipNextPage(); | 179 | skipNextPage(result.data.bsmSlsq,business.businessno); |
180 | } | 180 | } |
181 | else{ | 181 | else{ |
182 | alert(result.message); | 182 | alert(result.message); | ... | ... |
... | @@ -2,7 +2,7 @@ layui.use('element', function () { | ... | @@ -2,7 +2,7 @@ layui.use('element', function () { |
2 | let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块 | 2 | let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块 |
3 | }); | 3 | }); |
4 | addTabs('#wssq') | 4 | addTabs('#wssq') |
5 | setAcceptFlow(GetQueryString('ywid'),GetQueryString('lclb')); | 5 | setAcceptFlow(GetQueryString('bsm_slsq'),GetQueryString('businessno')); |
6 | // form 表单 | 6 | // form 表单 |
7 | layui.use('form', function () { | 7 | layui.use('form', function () { |
8 | var form = layui.form; | 8 | var form = layui.form; |
... | @@ -127,5 +127,5 @@ layui.use(['form', 'common'], function () { | ... | @@ -127,5 +127,5 @@ layui.use(['form', 'common'], function () { |
127 | 127 | ||
128 | //下一步事件 | 128 | //下一步事件 |
129 | function skipClick(){ | 129 | function skipClick(){ |
130 | skipNextPage(); | 130 | skipNextPage(GetQueryString('bsm_slsq'),GetQueryString('businessno')); |
131 | } | 131 | } | ... | ... |
1 | var business; | 1 | var business; |
2 | //获取创建的流程业务 | 2 | //获取业务配置信息 |
3 | function getCreateFlow(ywid, businessno) { | 3 | function getBusinessConfig(ywid, businessno) { |
4 | $.ajax({ | 4 | $.ajax({ |
5 | type: "post", //提交方式 | 5 | type: "post", //提交方式 |
6 | url: portal.api_url + "/portal/ApplyBusinessService/getBusinessFlow",//路径 | 6 | url: portal.api_url + "/portal/ApplyBusinessService/getBusinessFlow",//路径 |
... | @@ -21,13 +21,14 @@ function getCreateFlow(ywid, businessno) { | ... | @@ -21,13 +21,14 @@ function getCreateFlow(ywid, businessno) { |
21 | //获取正在办理的流程业务 | 21 | //获取正在办理的流程业务 |
22 | function getAcceptFlow(bsm_slsq, businessno) { | 22 | function getAcceptFlow(bsm_slsq, businessno) { |
23 | $.ajax({ | 23 | $.ajax({ |
24 | type: "post", //提交方式 | 24 | type: "get", //提交方式 |
25 | //contentType: 'application/json', | ||
25 | url: portal.api_url + "/portal/ApplyBusinessService/getApplyFlow",//路径 | 26 | url: portal.api_url + "/portal/ApplyBusinessService/getApplyFlow",//路径 |
26 | dataType: "json", | 27 | dataType: "json", |
27 | async: false, | 28 | async: false, |
28 | data: { | 29 | data: { |
29 | "bsm_slsq": bsm_slsq, | 30 | "bsmSlsq": bsm_slsq, |
30 | "businessno": businessno | 31 | "businessNo": businessno, |
31 | }, | 32 | }, |
32 | //数据,这里使用的是Json格式进行传输 | 33 | //数据,这里使用的是Json格式进行传输 |
33 | success: function (result) {//返回数据根据结果进行相应的处理 | 34 | success: function (result) {//返回数据根据结果进行相应的处理 |
... | @@ -46,15 +47,21 @@ function setArticleSteps() { | ... | @@ -46,15 +47,21 @@ function setArticleSteps() { |
46 | switch (item.stepState) { | 47 | switch (item.stepState) { |
47 | case 0: | 48 | case 0: |
48 | ArticleContent.append('<li class="item_proress"><p></p><h5>' + item.stepname + '</h5></li>'); | 49 | ArticleContent.append('<li class="item_proress"><p></p><h5>' + item.stepname + '</h5></li>'); |
49 | ArticleContent.append('<li class="layui-progress"><div class="layui-progress-bar" lay-percent="0%"></div></li>'); | 50 | if ((index + 1) < business.stepList.length) { |
51 | ArticleContent.append('<li class="layui-progress"><div class="layui-progress-bar" lay-percent="0%"></div></li>'); | ||
52 | } | ||
50 | break; | 53 | break; |
51 | case 1: | 54 | case 1: |
52 | ArticleContent.append('<li class="item_proress"><p class="activeing"></p><h5 class="activeingtext">' + item.stepname + '</h5></li>'); | 55 | ArticleContent.append('<li class="item_proress"><p class="activeing"></p><h5 class="activeingtext">' + item.stepname + '</h5></li>'); |
53 | ArticleContent.append('<li class="layui-progress"><div class="layui-progress-bar" lay-percent="50%"></div></li>'); | 56 | if ((index + 1) < business.stepList.length) { |
57 | ArticleContent.append('<li class="layui-progress"><div class="layui-progress-bar" lay-percent="50%"></div></li>'); | ||
58 | } | ||
54 | break; | 59 | break; |
55 | case 2: | 60 | case 2: |
56 | ArticleContent.append('<li class="item_proress"><p class="active"></p><h5>' + item.stepname + '</h5></li>'); | 61 | ArticleContent.append('<li class="item_proress"><p class="active"></p><h5>' + item.stepname + '</h5></li>'); |
57 | ArticleContent.append('<li class="layui-progress"><div class="layui-progress-bar" lay-percent="100%"></div></li>'); | 62 | if ((index + 1) < business.stepList.length) { |
63 | ArticleContent.append('<li class="layui-progress"><div class="layui-progress-bar" lay-percent="100%"></div></li>'); | ||
64 | } | ||
58 | break; | 65 | break; |
59 | } | 66 | } |
60 | }); | 67 | }); |
... | @@ -62,7 +69,7 @@ function setArticleSteps() { | ... | @@ -62,7 +69,7 @@ function setArticleSteps() { |
62 | 69 | ||
63 | //获取业务发起流程方法 | 70 | //获取业务发起流程方法 |
64 | function getInitiateFLow(ywid, businessno) { | 71 | function getInitiateFLow(ywid, businessno) { |
65 | getCreateFlow(ywid, businessno); | 72 | getBusinessConfig(ywid, businessno); |
66 | window.open(portal.rootPath + business.stepList[0].pageurl + "?ywid=" + ywid + "&businessno=" + businessno, "_self") | 73 | window.open(portal.rootPath + business.stepList[0].pageurl + "?ywid=" + ywid + "&businessno=" + businessno, "_self") |
67 | } | 74 | } |
68 | 75 | ||
... | @@ -72,17 +79,17 @@ function getWorkBoxFLow(bsm_slsq, businessno) { | ... | @@ -72,17 +79,17 @@ function getWorkBoxFLow(bsm_slsq, businessno) { |
72 | var pageurl; | 79 | var pageurl; |
73 | $.each(business.stepList, function (index, item) { | 80 | $.each(business.stepList, function (index, item) { |
74 | if (item.stepState == 1) { | 81 | if (item.stepState == 1) { |
75 | page = item.pageurl; | 82 | pageurl = item.pageurl; |
76 | return; | 83 | return; |
77 | } | 84 | } |
78 | }); | 85 | }); |
79 | window.open(portal.rootPath + pageurl + "?ywid=" + ywid, "_self") | 86 | window.open(portal.rootPath + pageurl + "?bsm_slsq=" + bsm_slsq + "&businessno=" + businessno, "_self") |
80 | } | 87 | } |
81 | 88 | ||
82 | 89 | ||
83 | //设置首环节页面相关内容 | 90 | //设置首环节页面相关内容 |
84 | function setFristStepPageFLow(ywid) { | 91 | function setFristStepPageFLow(ywid) { |
85 | getCreateFlow(ywid); | 92 | getBusinessConfig(ywid); |
86 | setArticleSteps(); | 93 | setArticleSteps(); |
87 | } | 94 | } |
88 | 95 | ||
... | @@ -93,8 +100,7 @@ function setAcceptFlow(bsmSlsq, businessNo) { | ... | @@ -93,8 +100,7 @@ function setAcceptFlow(bsmSlsq, businessNo) { |
93 | } | 100 | } |
94 | 101 | ||
95 | //跳转下一个环节页面 | 102 | //跳转下一个环节页面 |
96 | function skipNextPage() { | 103 | function skipNextPage(bsm_slsq, businessno) { |
97 | //更新当前流程所处环节 | ||
98 | var nextStepIndex; | 104 | var nextStepIndex; |
99 | $.each(business.stepList, function (index, item) { | 105 | $.each(business.stepList, function (index, item) { |
100 | if (item.stepState == 1) { | 106 | if (item.stepState == 1) { |
... | @@ -102,6 +108,27 @@ function skipNextPage() { | ... | @@ -102,6 +108,27 @@ function skipNextPage() { |
102 | return; | 108 | return; |
103 | } | 109 | } |
104 | }); | 110 | }); |
105 | window.location.href = portal.rootPath + business.stepList[nextStepIndex].pageurl + "?ywid=" + business.ywid + "&businessno=" + business.businessno; | 111 | var datajson = { |
112 | "bsmSlsq": bsm_slsq, | ||
113 | "businessNo": businessno, | ||
114 | "stepNo": business.stepList[nextStepIndex].stepno | ||
115 | }; | ||
116 | //更新当前流程所处环节 | ||
117 | $.ajax({ | ||
118 | type: "post", //提交方式 | ||
119 | contentType: 'application/json', | ||
120 | url: portal.api_url + "/portal/FillInformation/updateStepNo",//路径 | ||
121 | dataType: "json", | ||
122 | async: false, | ||
123 | data: JSON.stringify(datajson), | ||
124 | //数据,这里使用的是Json格式进行传输 | ||
125 | success: function (result) {//返回数据根据结果进行相应的处理 | ||
126 | if (result.code == 200) { | ||
127 | window.location.href = portal.rootPath + business.stepList[nextStepIndex].pageurl + "?bsm_slsq=" + bsm_slsq + "&businessno=" + businessno; | ||
128 | } | ||
129 | } | ||
130 | }); | ||
106 | } | 131 | } |
107 | 132 | ||
133 | |||
134 | ... | ... |
... | @@ -7,25 +7,218 @@ layui.use('element', function () { | ... | @@ -7,25 +7,218 @@ layui.use('element', function () { |
7 | }); | 7 | }); |
8 | }); | 8 | }); |
9 | $(function () { | 9 | $(function () { |
10 | _applyBusinessWiat() | 10 | _applyBusinessRecord() |
11 | _applyBusinessAJZTCount() | ||
12 | $('.business_titleList li a').click(function () { | ||
13 | $('.business_titleList li a').removeClass('itemTitleActive') | ||
14 | $(this).addClass('itemTitleActive') | ||
15 | let dataId = ($(this).attr('data-id')) | ||
16 | if(dataId=='1') { | ||
17 | _applyBusinessRecord() | ||
18 | dataRendering(dataList.list) | ||
19 | }else if (dataId=='2') { | ||
20 | _applyBusinessWiat() | ||
21 | dataRendering(dataList.list) | ||
22 | }else if (dataId=='3') { | ||
23 | _applyBusinessIn() | ||
24 | dataRendering(dataList.list) | ||
25 | }else if (dataId=='6') { | ||
26 | _applyBusinessEnd() | ||
27 | dataRendering(dataList.list) | ||
28 | } | ||
29 | }) | ||
30 | |||
31 | $(document).on("click", ".appintmentList li", function (e) { | ||
32 | let businessNo = $(this).attr('data-businessNo'); | ||
33 | let slsqBsm = $(this).attr('data-slsqBsm'); | ||
34 | getWorkBoxFLow(slsqBsm, businessNo) | ||
35 | }) | ||
11 | }) | 36 | }) |
12 | 37 | ||
13 | 38 | ||
14 | //网上申请业务待提交 | 39 | //网上申请业务待提交 |
15 | function _applyBusinessWiat() { | 40 | function _applyBusinessWiat(currentPage = 1) { |
41 | var li; | ||
42 | $.ajax({ | ||
43 | type: "post", //提交方式 | ||
44 | url: portal.api_url + "/portal/WorkBoxService/applyBusinessWait",//路径 | ||
45 | dataType: "json", | ||
46 | data: { | ||
47 | "userId": '0026609ddc6d2afabaa3c9b0ea3b0ec3', | ||
48 | "currentPage": currentPage, | ||
49 | "pageSize": 10 | ||
50 | }, | ||
51 | //数据,这里使用的是Json格式进行传输 | ||
52 | success: function (result) {//返回数据根据结果进行相应的处理 | ||
53 | $('.appintmentList').empty(); | ||
54 | if (result.code == 200 && result.data != null) { | ||
55 | dataList.list = result.data.records | ||
56 | dataRendering() | ||
57 | } | ||
58 | paged(result.data.total); | ||
59 | } | ||
60 | }); | ||
61 | } | ||
62 | //网上申请业务正在办理 | ||
63 | function _applyBusinessIn(currentPage = 1) { | ||
64 | var li; | ||
65 | $.ajax({ | ||
66 | type: "post", //提交方式 | ||
67 | url: portal.api_url + "/portal/WorkBoxService/applyBusinessIn",//路径 | ||
68 | dataType: "json", | ||
69 | data: { | ||
70 | "userId": '0026609ddc6d2afabaa3c9b0ea3b0ec3', | ||
71 | "currentPage": currentPage, | ||
72 | "pageSize": 10 | ||
73 | }, | ||
74 | //数据,这里使用的是Json格式进行传输 | ||
75 | success: function (result) {//返回数据根据结果进行相应的处理 | ||
76 | $('.appintmentList').empty(); | ||
77 | if (result.code == 200 && result.data != null) { | ||
78 | dataList.list = result.data.records | ||
79 | dataRendering() | ||
80 | } | ||
81 | paged(result.data.total); | ||
82 | } | ||
83 | }); | ||
84 | } | ||
85 | |||
86 | //网上申请业务已办结 | ||
87 | function _applyBusinessEnd(currentPage = 1) { | ||
88 | var li; | ||
89 | $.ajax({ | ||
90 | type: "post", //提交方式 | ||
91 | url: portal.api_url + "/portal/WorkBoxService/applyBusinessEnd",//路径 | ||
92 | dataType: "json", | ||
93 | data: { | ||
94 | "userId": '0026609ddc6d2afabaa3c9b0ea3b0ec3', | ||
95 | "currentPage": currentPage, | ||
96 | "pageSize": 10 | ||
97 | }, | ||
98 | //数据,这里使用的是Json格式进行传输 | ||
99 | success: function (result) {//返回数据根据结果进行相应的处理 | ||
100 | $('.appintmentList').empty(); | ||
101 | if (result.code == 200 && result.data != null) { | ||
102 | dataList.list = result.data.records | ||
103 | dataRendering() | ||
104 | } | ||
105 | paged(result.data.total); | ||
106 | } | ||
107 | }); | ||
108 | } | ||
109 | |||
110 | //网上申请业务记录 | ||
111 | function _applyBusinessRecord(currentPage = 1) { | ||
16 | var li; | 112 | var li; |
17 | $.ajax({ | 113 | $.ajax({ |
18 | type: "post", //提交方式 | 114 | type: "post", //提交方式 |
19 | url: portal.api_url + "/portal/WorkBoxService/applyBusinessWiat",//路径 | 115 | url: portal.api_url + "/portal/WorkBoxService/applyBusinessRecord",//路径 |
20 | dataType: "json", | 116 | dataType: "json", |
21 | data: { | 117 | data: { |
22 | userId:'0026609ddc6d2afabaa3c9b0ea3b0ec3' | 118 | "userId": '0026609ddc6d2afabaa3c9b0ea3b0ec3', |
119 | "currentPage": currentPage, | ||
120 | "pageSize": 10 | ||
23 | }, | 121 | }, |
24 | //数据,这里使用的是Json格式进行传输 | 122 | //数据,这里使用的是Json格式进行传输 |
25 | success: function (result) {//返回数据根据结果进行相应的处理 | 123 | success: function (result) {//返回数据根据结果进行相应的处理 |
124 | $('.appintmentList').empty(); | ||
26 | if (result.code == 200 && result.data != null) { | 125 | if (result.code == 200 && result.data != null) { |
27 | console.log(result.data) | 126 | dataList.list = result.data.records |
127 | dataRendering() | ||
28 | } | 128 | } |
129 | paged(result.data.total, result.data.current ); | ||
130 | } | ||
131 | }); | ||
132 | } | ||
133 | |||
134 | // 网上申请业务案件状态数量统计 | ||
135 | function _applyBusinessAJZTCount() { | ||
136 | $.ajax({ | ||
137 | type: "get", //提交方式 | ||
138 | url: portal.api_url + "/portal/WorkBoxService/applyBusinessAJZTCount?userId="+dataList.userid,//路径 | ||
139 | dataType: "json", | ||
140 | //数据,这里使用的是Json格式进行传输 | ||
141 | success: function (result) {//返回数据根据结果进行相应的处理 | ||
142 | $('.applyBusinessRecord span').text(result.data.allBusinessCount) | ||
143 | $('.to_be_submitted span').text(result.data.businessWaitCount) | ||
144 | $('.applyBusinessIn span').text(result.data.businessInProcessCount) | ||
145 | $('.applyBusinessEnd span').text(result.data.businessEndCount) | ||
29 | } | 146 | } |
30 | }); | 147 | }); |
31 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
148 | } | ||
149 | |||
150 | |||
151 | // 分页 | ||
152 | function paged(pageCount, curr) { | ||
153 | layui.use('laypage', function () { | ||
154 | let laypage = layui.laypage; | ||
155 | //执行一个laypage实例 | ||
156 | laypage.render({ | ||
157 | elem: 'page' //注意,这里的 test1 是 ID,不用加 # 号 | ||
158 | , count: pageCount //数据总数,从服务端得到 | ||
159 | , curr: curr | ||
160 | , prev: '<' | ||
161 | , next: '>' | ||
162 | , theme: '#0091FF' | ||
163 | , jump: function (obj, first) { | ||
164 | if (!first) { | ||
165 | console.log(obj.curr) | ||
166 | _applyBusinessRecord(obj.curr); | ||
167 | } | ||
168 | } | ||
169 | }); | ||
170 | }) | ||
171 | } | ||
172 | |||
173 | |||
174 | // 列表数据渲染 | ||
175 | |||
176 | function dataRendering () { | ||
177 | for (var i = 0; i < dataList.list.length; i++) { | ||
178 | li = '<li data-slsqBsm="' + dataList.list[i].slsqBsm + '" data-businessNo="' + dataList.list[i].businessNo + '">'; | ||
179 | if (dataList.list[i].ajzt == '1') { | ||
180 | li += '<span class="state tobeSubmit">正在填写</span>' | ||
181 | } else if (dataList.list[i].ajzt == '2') { | ||
182 | li += '<span class="state dataReview">资料审核</span>' | ||
183 | } else if (dataList.list[i].ajzt == '3') { | ||
184 | li += '<span class="state pay">缴费</span>' | ||
185 | } else if (dataList.list[i].ajzt == '4') { | ||
186 | li += '<span class="state return">退回</span>' | ||
187 | } else if (dataList.list[i].ajzt == '5') { | ||
188 | li += '<span class="state reject">驳回</span>' | ||
189 | } else { | ||
190 | li += '<span class="state success">办理成功</span>' | ||
191 | } | ||
192 | li += ' <div class="business_name">' | ||
193 | li += '<h5>' + dataList.list[i].djywjc + '</h5>' | ||
194 | li += '<p>权力类型:' + dataList.list[i].qllxmc + '</p>' | ||
195 | li += '</div>' | ||
196 | li += '<div>' | ||
197 | li += '<p>权利人</p>' | ||
198 | li += '<p>' + dataList.list[i].qlrmc + '</p>' | ||
199 | li += '</div>' | ||
200 | li += '<div>' | ||
201 | li += '<p>义务人</p>' | ||
202 | li += '<p>' + dataList.list[i].ywrmc + '</p>' | ||
203 | li += '</div>' | ||
204 | li += '<div>' | ||
205 | li += '<p>办理流水</p>' | ||
206 | li += '<p>' + dataList.list[i].wwsqbh + '</p>' | ||
207 | li += '</div>' | ||
208 | li += '<div>' | ||
209 | li += '<p>办理时间</p>' | ||
210 | li += '<p>' + dataList.list[i].sqrq + '</p>' | ||
211 | li += '</div>' | ||
212 | if (dataList.list[i].ajzt == '1') { | ||
213 | li += '<a class="handle">继续办理</a>' | ||
214 | } else if (dataList.list[i].ajzt == '3') { | ||
215 | li += '<a class="handle">缴费</a>' | ||
216 | } | ||
217 | $('.appintmentList').append(li) | ||
218 | } | ||
219 | } | ||
220 | |||
221 | var dataList = { | ||
222 | "list": [], | ||
223 | "userid":'0026609ddc6d2afabaa3c9b0ea3b0ec3' | ||
224 | }; | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -5,4 +5,90 @@ layui.use('element', function () { | ... | @@ -5,4 +5,90 @@ layui.use('element', function () { |
5 | //console.log(elem) | 5 | //console.log(elem) |
6 | layer.msg(elem.text()); | 6 | layer.msg(elem.text()); |
7 | }); | 7 | }); |
8 | }); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
8 | }); | ||
9 | $(function () { | ||
10 | _initData() | ||
11 | }) | ||
12 | // 获取列表信息 | ||
13 | function _initData(currentPage=1) { | ||
14 | var appointment_list = $(".appointment_list"); | ||
15 | appointment_list.empty(); | ||
16 | var li; | ||
17 | $.ajax({ | ||
18 | type: "post", //提交方式 | ||
19 | url: portal.api_url + "/portal/WorkBoxService/bookingBusinessReord",//路径 | ||
20 | dataType: "json", | ||
21 | data: { | ||
22 | "userId": dataList.userid, | ||
23 | "currentPage": currentPage, | ||
24 | "pageSize": 10 | ||
25 | }, | ||
26 | //数据,这里使用的是Json格式进行传输 | ||
27 | success: function (result) {//返回数据根据结果进行相应的处理 | ||
28 | if (result.code == 200 && result.data != null) { | ||
29 | let records = result.data.records | ||
30 | for (var i = 0; i < records.length; i++) { | ||
31 | li = '<li>' | ||
32 | li += '<div class="item_content">' | ||
33 | if (records[i].state == '1') { | ||
34 | li += '<div class="item_title success">' | ||
35 | li += '<h3>赴约</h3>' | ||
36 | li += '<a>查看<i class="layui-icon layui-icon-right"></i></a>' | ||
37 | li += '</div>' | ||
38 | }else if(records[i].state == '2') { | ||
39 | li += '<div class="item_title overdue">' | ||
40 | li += '<h3>逾期</h3>' | ||
41 | li += '<a>查看<i class="layui-icon layui-icon-right"></i></a>' | ||
42 | li += '</div>' | ||
43 | }else if(records[i].state == '4') { | ||
44 | li += '<div class="item_title cancel">' | ||
45 | li += '<h3>取消</h3>' | ||
46 | li += '<a>查看<i class="layui-icon layui-icon-right"></i></a>' | ||
47 | li += '</div>' | ||
48 | } | ||
49 | li += '<ul class="item_info">' | ||
50 | li += '<li><span>预约人:</span><p>'+records[i].name+'</p></li>' | ||
51 | li += '<li><span>办事大厅:</span><p>'+records[i].organizationName+'</p></li>' | ||
52 | li += '<li><span>办理业务类型:</span><p>'+records[i].businessName+'</p><a href="">办事指南</a></li>' | ||
53 | li += '<li><span>预约日期:</span><p>'+records[i].reserveTime+'</p></li>' | ||
54 | li += '<li><span>预约流水号:</span><p>'+records[i].reservationNumber+'</p></li>' | ||
55 | li += '</ul>' | ||
56 | if (records[i].state == '1') { | ||
57 | li += '<a class="cancel_reservation">取消预约</a>' | ||
58 | } | ||
59 | li += '</div>' | ||
60 | li += '</li>' | ||
61 | appointment_list.append(li); | ||
62 | } | ||
63 | } | ||
64 | |||
65 | paged(result.data.total, result.data.current); | ||
66 | } | ||
67 | }); | ||
68 | } | ||
69 | |||
70 | |||
71 | // 分页 | ||
72 | function paged(pageCount, curr) { | ||
73 | layui.use('laypage', function () { | ||
74 | let laypage = layui.laypage; | ||
75 | //执行一个laypage实例 | ||
76 | laypage.render({ | ||
77 | elem: 'page' //注意,这里的 test1 是 ID,不用加 # 号 | ||
78 | , count: pageCount //数据总数,从服务端得到 | ||
79 | , curr: curr | ||
80 | , prev: '<' | ||
81 | , next: '>' | ||
82 | , theme: '#0091FF' | ||
83 | , jump: function (obj, first) { | ||
84 | if (!first) { | ||
85 | console.log(obj.curr) | ||
86 | _initData(obj.curr); | ||
87 | } | ||
88 | } | ||
89 | }); | ||
90 | }) | ||
91 | } | ||
92 | var dataList = { | ||
93 | "userid":'0026609ddc6d2afabaa3c9b0ea3b0ec3' | ||
94 | }; | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -19,7 +19,7 @@ function LawsData() { | ... | @@ -19,7 +19,7 @@ function LawsData() { |
19 | var li; | 19 | var li; |
20 | $.ajax({ | 20 | $.ajax({ |
21 | type: "get", //提交方式 | 21 | type: "get", //提交方式 |
22 | url: portal.api_url + "/hlwj/MhNews/getDetailById",//路径 | 22 | url: portal.api_url + "/portal/MhNews/getDetailById",//路径 |
23 | data:{ | 23 | data:{ |
24 | "id":GetQueryString('id'), | 24 | "id":GetQueryString('id'), |
25 | }, | 25 | }, |
... | @@ -42,7 +42,7 @@ function HotArticle() { | ... | @@ -42,7 +42,7 @@ function HotArticle() { |
42 | var li = ''; | 42 | var li = ''; |
43 | $.ajax({ | 43 | $.ajax({ |
44 | type: "get", //提交方式 | 44 | type: "get", //提交方式 |
45 | url: portal.api_url + "/hlwj/MhNews/getNewsHotArticleList",//路径 | 45 | url: portal.api_url + "/portal/MhNews/getNewsHotArticleList",//路径 |
46 | dataType: "json", | 46 | dataType: "json", |
47 | async: false, | 47 | async: false, |
48 | //数据,这里使用的是Json格式进行传输 | 48 | //数据,这里使用的是Json格式进行传输 |
... | @@ -67,7 +67,7 @@ function PolicyHotArticle() { | ... | @@ -67,7 +67,7 @@ function PolicyHotArticle() { |
67 | var li = ''; | 67 | var li = ''; |
68 | $.ajax({ | 68 | $.ajax({ |
69 | type: "get", //提交方式 | 69 | type: "get", //提交方式 |
70 | url: portal.api_url + "/hlwj/MhPolicy/getPolicyHotArticleList",//路径 | 70 | url: portal.api_url + "/portal/MhPolicy/getPolicyHotArticleList",//路径 |
71 | dataType: "json", | 71 | dataType: "json", |
72 | async: false, | 72 | async: false, |
73 | //数据,这里使用的是Json格式进行传输 | 73 | //数据,这里使用的是Json格式进行传输 | ... | ... |
... | @@ -48,7 +48,7 @@ function getPolicyHotArticleList() { | ... | @@ -48,7 +48,7 @@ function getPolicyHotArticleList() { |
48 | var li = ''; | 48 | var li = ''; |
49 | $.ajax({ | 49 | $.ajax({ |
50 | type: "get", //提交方式 | 50 | type: "get", //提交方式 |
51 | url: portal.api_url + "/hlwj/MhPolicy/getPolicyHotArticleList",//路径 | 51 | url: portal.api_url + "/portal/MhPolicy/getPolicyHotArticleList",//路径 |
52 | dataType: "json", | 52 | dataType: "json", |
53 | async: false, | 53 | async: false, |
54 | //数据,这里使用的是Json格式进行传输 | 54 | //数据,这里使用的是Json格式进行传输 |
... | @@ -73,7 +73,7 @@ function HotArticle() { | ... | @@ -73,7 +73,7 @@ function HotArticle() { |
73 | var li = ''; | 73 | var li = ''; |
74 | $.ajax({ | 74 | $.ajax({ |
75 | type: "get", //提交方式 | 75 | type: "get", //提交方式 |
76 | url: portal.api_url + "/hlwj/MhNews/getNewsHotArticleList",//路径 | 76 | url: portal.api_url + "/portal/MhNews/getNewsHotArticleList",//路径 |
77 | dataType: "json", | 77 | dataType: "json", |
78 | async: false, | 78 | async: false, |
79 | //数据,这里使用的是Json格式进行传输 | 79 | //数据,这里使用的是Json格式进行传输 | ... | ... |
... | @@ -14,7 +14,7 @@ function newsDetail() { | ... | @@ -14,7 +14,7 @@ function newsDetail() { |
14 | newsDetail.empty(); | 14 | newsDetail.empty(); |
15 | $.ajax({ | 15 | $.ajax({ |
16 | type: "get", //提交方式 | 16 | type: "get", //提交方式 |
17 | url: portal.api_url + "/hlwj/MhNews/getDetailById",//路径 | 17 | url: portal.api_url + "/portal/MhNews/getDetailById",//路径 |
18 | data: { | 18 | data: { |
19 | "id": GetQueryString('id'), | 19 | "id": GetQueryString('id'), |
20 | }, | 20 | }, | ... | ... |
... | @@ -316,7 +316,7 @@ | ... | @@ -316,7 +316,7 @@ |
316 | 316 | ||
317 | </div> | 317 | </div> |
318 | <div class="layui-tab-item"> | 318 | <div class="layui-tab-item"> |
319 | <div class="layui-tab layui-tab-brief" lay-filter="navtab1"> | 319 | <div class="layui-tab layui-tab-brief navtab1" lay-filter="navtab1"> |
320 | <ul class="layui-tab-title"> | 320 | <ul class="layui-tab-title"> |
321 | <li class="layui-this" lay-id="0">全部</li> | 321 | <li class="layui-this" lay-id="0">全部</li> |
322 | <li lay-id="1">土地1</li> | 322 | <li lay-id="1">土地1</li> | ... | ... |
staticViews/businessGuideDeatil.html
0 → 100644
1 | <!DOCTYPE html | ||
2 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
3 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
4 | <head> | ||
5 | <style> | ||
6 | </style> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
8 | <title>办事指南详情</title> | ||
9 | <script type="text/javascript" src="../staticJs/head.js"></script> | ||
10 | <link rel="stylesheet" type="text/css" href="../staticCss/ggxq.css"> | ||
11 | </head> | ||
12 | <body> | ||
13 | <div class="navigation_crumbs"> | ||
14 | <div class="contentBox"> | ||
15 | <span class="layui-breadcrumb"> | ||
16 | <a href="../index.html">首页</a> | ||
17 | <a href="./bszn.html">办事指南</a> | ||
18 | <a><cite>办事指南详情</cite></a> | ||
19 | </span> | ||
20 | </div> | ||
21 | </div> | ||
22 | <div class="mainbody"> | ||
23 | <div class="title newsTitle"></div> | ||
24 | <div class="release"> | ||
25 | <div class="source"></div> | ||
26 | <div>发布日期:<p class="releaseTime"></p></div> | ||
27 | </div> | ||
28 | <div class="DividingLine"></div> | ||
29 | <div class="notice_content" id="newsDetail"> | ||
30 | </div> | ||
31 | </div> | ||
32 | </body> | ||
33 | <script type="text/javascript" src="../staticJs/common.js"></script> | ||
34 | <script type="text/javascript" src="../staticJs/down.js"></script> | ||
35 | <script type="text/javascript" src="../staticJs/businessGuideDeatil.js"></script> | ||
36 | </html> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
1 | <!DOCTYPE html | 1 | <!DOCTYPE html |
2 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 2 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 | <html xmlns="http://www.w3.org/1999/xhtml"> | 3 | <html xmlns="http://www.w3.org/1999/xhtml"> |
4 | |||
4 | <head> | 5 | <head> |
5 | <style> | 6 | <style> |
6 | </style> | 7 | </style> |
... | @@ -9,6 +10,7 @@ | ... | @@ -9,6 +10,7 @@ |
9 | <script type="text/javascript" src="../staticJs/head.js"></script> | 10 | <script type="text/javascript" src="../staticJs/head.js"></script> |
10 | <link rel="stylesheet" type="text/css" href="../staticCss/wdyw.css"> | 11 | <link rel="stylesheet" type="text/css" href="../staticCss/wdyw.css"> |
11 | </head> | 12 | </head> |
13 | |||
12 | <body> | 14 | <body> |
13 | <div class="main"> | 15 | <div class="main"> |
14 | <div class="navigation_crumbs"> | 16 | <div class="navigation_crumbs"> |
... | @@ -38,150 +40,53 @@ | ... | @@ -38,150 +40,53 @@ |
38 | </div> | 40 | </div> |
39 | </div> | 41 | </div> |
40 | <ul class="business_titleList"> | 42 | <ul class="business_titleList"> |
41 | <li> | 43 | <li class="applyBusinessRecord"> |
42 | <p> | 44 | <a data-id='1' class="itemTitleActive"> |
43 | <span>5</span> | 45 | <p> |
44 | <b>件</b> | 46 | <span>5</span> |
45 | </p> | 47 | <b>件</b> |
46 | <p>办理合计</p> | 48 | </p> |
49 | <p>办理合计</p> | ||
50 | </a> | ||
47 | </li> | 51 | </li> |
48 | <li> | 52 | <li class="to_be_submitted"> |
49 | <p> | 53 | <a data-id='2'> |
50 | <span>1</span> | 54 | <p> |
51 | <b>件</b> | 55 | <span>1</span> |
52 | </p> | 56 | <b>件</b> |
53 | <p>待提交</p> | 57 | </p> |
58 | <p>待提交</p> | ||
59 | </a> | ||
54 | </li> | 60 | </li> |
55 | <li> | 61 | <li class="applyBusinessIn"> |
56 | <p> | 62 | <a data-id='3'> |
57 | <span>5</span> | 63 | <p> |
58 | <b>件</b> | 64 | <span>5</span> |
59 | </p> | 65 | <b>件</b> |
60 | <p>办理中</p> | 66 | </p> |
67 | <p>办理中</p> | ||
68 | </a> | ||
61 | </li> | 69 | </li> |
62 | <li> | 70 | <li class="applyBusinessEnd"> |
63 | <p> | 71 | <a data-id='6'> |
64 | <span>5</span> | 72 | <p> |
65 | <b>件</b> | 73 | <span>5</span> |
66 | </p> | 74 | <b>件</b> |
67 | <p>已办结</p> | 75 | </p> |
76 | <p>已办结</p> | ||
77 | </a> | ||
68 | </li> | 78 | </li> |
69 | </ul> | 79 | </ul> |
70 | <!-- -------------预约列表--------------- --> | 80 | <!-- -------------预约列表--------------- --> |
71 | <div class="contentBox"> | 81 | <div class="contentBox"> |
72 | <ul class="appointment_list"> | 82 | <ul class="appintmentList"></ul> |
73 | <li> | 83 | <div id="page"></div> |
74 | <div class="item_content"> | ||
75 | <div class="item_title success"> | ||
76 | <h3>正常</h3> | ||
77 | <p> | ||
78 | 查看 | ||
79 | <i class="layui-icon layui-icon-right"></i> | ||
80 | </p> | ||
81 | </div> | ||
82 | <ul class="item_info"> | ||
83 | <li> | ||
84 | <span>预约人:</span> | ||
85 | <p>任超</p> | ||
86 | </li> | ||
87 | <li> | ||
88 | <span>办事大厅:</span> | ||
89 | <p>米香园办事大厅</p> | ||
90 | </li> | ||
91 | <li> | ||
92 | <span>办理业务类型:</span> | ||
93 | <p>二手房交易</p> | ||
94 | <a href="">办事指南</a> | ||
95 | </li> | ||
96 | <li> | ||
97 | <span>预约日期:</span> | ||
98 | <p>2020-12-56 上午 16:13</p> | ||
99 | </li> | ||
100 | <li> | ||
101 | <span>预约流水号:</span> | ||
102 | <p>897987987987</p> | ||
103 | </li> | ||
104 | </ul> | ||
105 | <a class="cancel_reservation">取消预约</a> | ||
106 | </div> | ||
107 | </li> | ||
108 | <li> | ||
109 | <div class="item_content"> | ||
110 | <div class="item_title overdue"> | ||
111 | <h3>正常</h3> | ||
112 | <p> | ||
113 | 查看 | ||
114 | <i class="layui-icon layui-icon-right"></i> | ||
115 | </p> | ||
116 | </div> | ||
117 | <ul class="item_info"> | ||
118 | <li> | ||
119 | <span>预约人:</span> | ||
120 | <p>任超</p> | ||
121 | </li> | ||
122 | <li> | ||
123 | <span>办事大厅:</span> | ||
124 | <p>米香园办事大厅</p> | ||
125 | </li> | ||
126 | <li> | ||
127 | <span>办理业务类型:</span> | ||
128 | <p>二手房交易</p> | ||
129 | <a href="">办事指南</a> | ||
130 | </li> | ||
131 | <li> | ||
132 | <span>预约日期:</span> | ||
133 | <p>2020-12-56 上午 16:13</p> | ||
134 | </li> | ||
135 | <li> | ||
136 | <span>预约流水号:</span> | ||
137 | <p>897987987987</p> | ||
138 | </li> | ||
139 | </ul> | ||
140 | <a class="cancel_reservation">取消预约</a> | ||
141 | </div> | ||
142 | </li> | ||
143 | <li> | ||
144 | <div class="item_content"> | ||
145 | <div class="item_title cancel"> | ||
146 | <h3>正常</h3> | ||
147 | <p> | ||
148 | 查看 | ||
149 | <i class="layui-icon layui-icon-right"></i> | ||
150 | </p> | ||
151 | </div> | ||
152 | <ul class="item_info"> | ||
153 | <li> | ||
154 | <span>预约人:</span> | ||
155 | <p>任超</p> | ||
156 | </li> | ||
157 | <li> | ||
158 | <span>办事大厅:</span> | ||
159 | <p>米香园办事大厅</p> | ||
160 | </li> | ||
161 | <li> | ||
162 | <span>办理业务类型:</span> | ||
163 | <p>二手房交易</p> | ||
164 | <a href="">办事指南</a> | ||
165 | </li> | ||
166 | <li> | ||
167 | <span>预约日期:</span> | ||
168 | <p>2020-12-56 上午 16:13</p> | ||
169 | </li> | ||
170 | <li> | ||
171 | <span>预约流水号:</span> | ||
172 | <p>897987987987</p> | ||
173 | </li> | ||
174 | </ul> | ||
175 | <a class="cancel_reservation">取消预约</a> | ||
176 | </div> | ||
177 | </li> | ||
178 | </ul> | ||
179 | </div> | 84 | </div> |
180 | </div> | 85 | </div> |
181 | </div> | 86 | </div> |
182 | </body> | 87 | </body> |
183 | |||
184 | </html> | 88 | </html> |
185 | <script type="text/javascript" src="../staticJs/common.js"></script> | 89 | <script type="text/javascript" src="../staticJs/common.js"></script> |
186 | <script type="text/javascript" src="../staticJs/down.js"></script> | 90 | <script type="text/javascript" src="../staticJs/down.js"></script> |
91 | <script type="text/javascript" src="../staticJs/onlineApply/workFlow.js"></script> | ||
187 | <script type="text/javascript" src="../staticJs/wdyw.js"></script> | 92 | <script type="text/javascript" src="../staticJs/wdyw.js"></script> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -42,113 +42,8 @@ | ... | @@ -42,113 +42,8 @@ |
42 | </div> | 42 | </div> |
43 | <!-- -------------预约列表--------------- --> | 43 | <!-- -------------预约列表--------------- --> |
44 | <div class="contentBox"> | 44 | <div class="contentBox"> |
45 | <ul class="appointment_list"> | 45 | <ul class="appointment_list"></ul> |
46 | <li> | 46 | <div id="page"></div> |
47 | <div class="item_content"> | ||
48 | <div class="item_title success"> | ||
49 | <h3>正常</h3> | ||
50 | <p> | ||
51 | 查看 | ||
52 | <i class="layui-icon layui-icon-right"></i> | ||
53 | </p> | ||
54 | </div> | ||
55 | <ul class="item_info"> | ||
56 | <li> | ||
57 | <span>预约人:</span> | ||
58 | <p>任超</p> | ||
59 | </li> | ||
60 | <li> | ||
61 | <span>办事大厅:</span> | ||
62 | <p>米香园办事大厅</p> | ||
63 | </li> | ||
64 | <li> | ||
65 | <span>办理业务类型:</span> | ||
66 | <p>二手房交易</p> | ||
67 | <a href="">办事指南</a> | ||
68 | </li> | ||
69 | <li> | ||
70 | <span>预约日期:</span> | ||
71 | <p>2020-12-56 上午 16:13</p> | ||
72 | </li> | ||
73 | <li> | ||
74 | <span>预约流水号:</span> | ||
75 | <p>897987987987</p> | ||
76 | </li> | ||
77 | </ul> | ||
78 | <a class="cancel_reservation">取消预约</a> | ||
79 | </div> | ||
80 | </li> | ||
81 | <li> | ||
82 | <div class="item_content"> | ||
83 | <div class="item_title overdue"> | ||
84 | <h3>正常</h3> | ||
85 | <p> | ||
86 | 查看 | ||
87 | <i class="layui-icon layui-icon-right"></i> | ||
88 | </p> | ||
89 | </div> | ||
90 | <ul class="item_info"> | ||
91 | <li> | ||
92 | <span>预约人:</span> | ||
93 | <p>任超</p> | ||
94 | </li> | ||
95 | <li> | ||
96 | <span>办事大厅:</span> | ||
97 | <p>米香园办事大厅</p> | ||
98 | </li> | ||
99 | <li> | ||
100 | <span>办理业务类型:</span> | ||
101 | <p>二手房交易</p> | ||
102 | <a href="">办事指南</a> | ||
103 | </li> | ||
104 | <li> | ||
105 | <span>预约日期:</span> | ||
106 | <p>2020-12-56 上午 16:13</p> | ||
107 | </li> | ||
108 | <li> | ||
109 | <span>预约流水号:</span> | ||
110 | <p>897987987987</p> | ||
111 | </li> | ||
112 | </ul> | ||
113 | <a class="cancel_reservation">取消预约</a> | ||
114 | </div> | ||
115 | </li> | ||
116 | <li> | ||
117 | <div class="item_content"> | ||
118 | <div class="item_title cancel"> | ||
119 | <h3>正常</h3> | ||
120 | <p> | ||
121 | 查看 | ||
122 | <i class="layui-icon layui-icon-right"></i> | ||
123 | </p> | ||
124 | </div> | ||
125 | <ul class="item_info"> | ||
126 | <li> | ||
127 | <span>预约人:</span> | ||
128 | <p>任超</p> | ||
129 | </li> | ||
130 | <li> | ||
131 | <span>办事大厅:</span> | ||
132 | <p>米香园办事大厅</p> | ||
133 | </li> | ||
134 | <li> | ||
135 | <span>办理业务类型:</span> | ||
136 | <p>二手房交易</p> | ||
137 | <a href="">办事指南</a> | ||
138 | </li> | ||
139 | <li> | ||
140 | <span>预约日期:</span> | ||
141 | <p>2020-12-56 上午 16:13</p> | ||
142 | </li> | ||
143 | <li> | ||
144 | <span>预约流水号:</span> | ||
145 | <p>897987987987</p> | ||
146 | </li> | ||
147 | </ul> | ||
148 | <a class="cancel_reservation">取消预约</a> | ||
149 | </div> | ||
150 | </li> | ||
151 | </ul> | ||
152 | </div> | 47 | </div> |
153 | </div> | 48 | </div> |
154 | </div> | 49 | </div> |
... | @@ -157,19 +52,4 @@ | ... | @@ -157,19 +52,4 @@ |
157 | </html> | 52 | </html> |
158 | <script type="text/javascript" src="../staticJs/common.js"></script> | 53 | <script type="text/javascript" src="../staticJs/common.js"></script> |
159 | <script type="text/javascript" src="../staticJs/down.js"></script> | 54 | <script type="text/javascript" src="../staticJs/down.js"></script> |
160 | <script type="text/javascript" src="../staticLib/wdyy/index.json"></script> | ||
161 | <script type="text/javascript" src="../staticJs/wdyy.js"></script> | ||
162 | <script type="text/html" id="zizeng"> | ||
163 | {{d.LAY_TABLE_INDEX+1}} | ||
164 | </script> | ||
165 | <script type="text/html" id="barDemo"> | ||
166 | <a class="layui-btn layui-btn-xs" lay-event="edit">编辑</a> | ||
167 | <a class="layui-btn layui-btn-danger layui-btn-xs" lay-event="del">删除</a> | ||
168 | </script> | ||
169 | <script type="text/html" id="state"> | ||
170 | {{# if(d.state=='1'){ }} | ||
171 | 是 | ||
172 | {{# } else{}} | ||
173 | 否 | ||
174 | {{# } }} | ||
175 | </script> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
55 | <script type="text/javascript" src="../staticJs/wdyy.js"></script> | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment