abb43813 by 田浩浩
2 parents e8eeed3b b813b09b
Showing 55 changed files with 1779 additions and 340 deletions
...@@ -21,13 +21,13 @@ ...@@ -21,13 +21,13 @@
21 </div> 21 </div>
22 <ul class="banner_title"> 22 <ul class="banner_title">
23 <li> 23 <li>
24 <a class="cardItem" href="" title="查询档案"> 24 <a class="cardItem" href="./staticViews/convenienceService/fileQuery.html" 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 class="cardItem" href="" title="进度查询"> 30 <a class="cardItem" href="./staticViews/convenienceService/progressInquiry.html" title="进度查询">
31 <img src="./staticImages/jdcx.png" alt="进度查询"> 31 <img src="./staticImages/jdcx.png" alt="进度查询">
32 进度查询 32 进度查询
33 </a> 33 </a>
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
39 </a> 39 </a>
40 </li> 40 </li>
41 <li> 41 <li>
42 <a class="cardItem" title="证书核验"> 42 <a class="cardItem" href="./staticViews/convenienceService/certificateVerification.html" title="证书核验">
43 <img src="./staticImages/zshy.png" alt="证书核验"> 43 <img src="./staticImages/zshy.png" alt="证书核验">
44 证书核验 44 证书核验
45 </a> 45 </a>
...@@ -93,14 +93,14 @@ ...@@ -93,14 +93,14 @@
93 </a> 93 </a>
94 </li> 94 </li>
95 <li> 95 <li>
96 <a href="./staticViews/convenienceService/appointmentInquiry.html" title="预约查询"> 96 <a href="./staticViews/wdyy.html" title="预约查询">
97 <img src="./staticImages/yycx.png" alt="预约查询" /> 97 <img src="./staticImages/yycx.png" alt="预约查询" />
98 <h6>预约查询</h6> 98 <h6>预约查询</h6>
99 <p>快速查看网站提供分全部数据地信中心开展外业安全生产监控系培训工作</p> 99 <p>快速查看网站提供分全部数据地信中心开展外业安全生产监控系培训工作</p>
100 </a> 100 </a>
101 </li> 101 </li>
102 <li> 102 <li>
103 <a href="./staticViews/convenienceService/certificateQuery.html" title="证书查询"> 103 <a href="./staticViews/convenienceService/certificateVerification.html" title="证书查询">
104 <img src="./staticImages/zscx.png" alt="证书查询" /> 104 <img src="./staticImages/zscx.png" alt="证书查询" />
105 <h6>证书查询</h6> 105 <h6>证书查询</h6>
106 <p>快速查看网站提供分全部数据地信中心开展外业安全生产监控系统培训作</p> 106 <p>快速查看网站提供分全部数据地信中心开展外业安全生产监控系统培训作</p>
...@@ -155,7 +155,39 @@ ...@@ -155,7 +155,39 @@
155 </div> 155 </div>
156 <!-- 好差评 --> 156 <!-- 好差评 -->
157 <div class="Good_bad_reviews"> 157 <div class="Good_bad_reviews">
158 <img src="./staticImages/bannerbg.png" alt="背景"> 158 <h3>好差评</h3>
159 <ul>
160 <li>
161 <p>
162 <b>787</b>
163 <span>万次</span>
164 </p>
165 <p>评价数</p>
166 </li>
167
168 <li>
169 <p>
170 <b>12</b>
171 <span></span>
172 </p>
173 <p>差评总数</p>
174 </li>
175
176 <li>
177 <p>
178 <b>100</b>
179 <span>%</span>
180 </p>
181 <p>差评修改率</p>
182 </li>
183 <li>
184 <p>
185 <b>92.6</b>
186 <span>%</span>
187 </p>
188 <p>差评数</p>
189 </li>
190 </ul>
159 </div> 191 </div>
160 <!-- 常见问题,政民互动 --> 192 <!-- 常见问题,政民互动 -->
161 <div class="common_question"> 193 <div class="common_question">
......
...@@ -126,7 +126,8 @@ div.top-logo .top_logo_search input { ...@@ -126,7 +126,8 @@ div.top-logo .top_logo_search input {
126 } 126 }
127 div.top-logo .login { 127 div.top-logo .login {
128 float: right; 128 float: right;
129 margin-top: 8px; 129 position: relative;
130 top: -5px;
130 } 131 }
131 .login li { 132 .login li {
132 color: #6D7278; 133 color: #6D7278;
...@@ -159,7 +160,6 @@ div.top-logo .top_logo_search i { ...@@ -159,7 +160,6 @@ div.top-logo .top_logo_search i {
159 } 160 }
160 161
161 .top-logo ul li:first-child { 162 .top-logo ul li:first-child {
162 border-right: 2px solid #9B9B9B;
163 height: 13px; 163 height: 13px;
164 line-height: 12px; 164 line-height: 12px;
165 } 165 }
...@@ -322,6 +322,7 @@ div.footer .system_service ul li a:hover { ...@@ -322,6 +322,7 @@ div.footer .system_service ul li a:hover {
322 /* 登陆样式 by jxx */ 322 /* 登陆样式 by jxx */
323 .PersonLogin{ 323 .PersonLogin{
324 cursor: pointer; 324 cursor: pointer;
325 font-size: 14px;
325 } 326 }
326 .loginINfo { 327 .loginINfo {
327 padding: 50px 50px; 328 padding: 50px 50px;
...@@ -385,12 +386,11 @@ div.footer .system_service ul li a:hover { ...@@ -385,12 +386,11 @@ div.footer .system_service ul li a:hover {
385 font-size: 14px; 386 font-size: 14px;
386 border-radius: 4px; 387 border-radius: 4px;
387 } 388 }
388
389 .personalCenter { 389 .personalCenter {
390 display: none!important; 390 display: inline-block;
391 } 391 }
392 .show{ 392 .personalCenter a {
393 display: inline-block!important; 393 color: #006CFF;
394 } 394 }
395 .appointment_content { 395 .appointment_content {
396 background: #FFFFFF; 396 background: #FFFFFF;
...@@ -452,3 +452,30 @@ div.footer .system_service ul li a:hover { ...@@ -452,3 +452,30 @@ div.footer .system_service ul li a:hover {
452 .layui-layer-btn { 452 .layui-layer-btn {
453 text-align: center; 453 text-align: center;
454 } 454 }
455 .login-con {
456 background-color: #fff!important;
457 }
458 .loginSelect {
459 position: relative;
460 top: -5px;
461 cursor: pointer;
462 }
463 .not-select{
464 -moz-user-select:none; /*火狐*/
465 -webkit-user-select:none; /*webkit浏览器*/
466 -ms-user-select:none; /*IE10*/
467 -khtml-user-select:none; /*早期浏览器*/
468 user-select:none;
469 }
470 .userImage {
471 position: relative;
472 top: 2px;
473 left: -3px;
474 }
475 .isLogin {
476 position: relative;
477 top: 18px!important;
478 }
479 .marginTop20 {
480 margin-top: 20px;
481 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -2,18 +2,157 @@ ...@@ -2,18 +2,157 @@
2 width: 1200px; 2 width: 1200px;
3 margin: 0 auto; 3 margin: 0 auto;
4 margin-top: 20px; 4 margin-top: 20px;
5 padding-bottom: 30px;
5 } 6 }
6 .businessInquiry .informationService div { 7 /* 行政区 */
8 .selectCity {
9 width: 1200px;
10 margin: 20px auto;
11 }
12 .selectCity h2 {
13 display: inline-block;
14 margin-right: 9px;
15 }
16 .area_list_content {
17 overflow: hidden;
18 margin-top: 20px;
19 width: 100%;
20 }
21 .area_list_content h2 {
22 display: inline-block;
23 float: left;
24 margin-right: 12px;
25 }
26 .selectCity .area_list {
27 width: 95%;
28 float: left;
29 }
30 .selectCity .area_list li {
31 display: inline-block;
32 width: 100px;
33 height: 36px;
34 border-radius: 4px;
35 margin-right: 15px;
36 color: #fff;
37 text-align: center;
38 line-height: 36px;
39 margin-bottom: 10px;
40 cursor: pointer;
41 background: #FFFFFF;
42 border-radius: 4px;
43 border: 1px solid #E6E6E6;
44 color: #6D7278;
45 }
46 .selectCity .area_list li:hover {
47 color: #006CFF;
48 border-color: #006CFF;
49 }
50 .active2 {
51 color: #006CFF!important;
52 border-color: #006CFF!important;
53 }
54 .region_title {
55 height: 16px;
56 padding-left: 8px;
57 font-size: 16px;
58 font-weight: 600;
59 margin-bottom: 15px;
60 position: relative;
61 padding-bottom: 10px;
62 color: #4A4A4A;
63 }
64 .region_title::before {
65 position:absolute;
66 content:"";
67 left:0;
68 width:4px;
69 height:12px;
70 border-radius: 1px;
71 top: 5px;
72 background-color: #0091FF;
73 }
74 /* 个人信息查询 */
75 .personInfo{
76 font-size: 0;
77 }
78 .personInfo li{
79 font-size: 14px;
80 width: 50%;
81 display: inline-block;
82 margin-bottom: 20px;
83 position: relative;
84 }
85 .personInfo li span , .verificationCode span{
86 color: #9B9B9B;
87 font-size: 14px;
88 width: 100px;
89 display: inline-block;
90 text-align: right;
91 }
92 .personInfo li p {
7 display: inline-block; 93 display: inline-block;
94 color: #4A4A4A;
8 } 95 }
9 .businessInquiry .informationService div:nth-child(2) { 96 .personInfo li .verCode {
10 margin-left: 20px; 97 font-style: normal;
98 width: 90px;
99 height: 16px;
100 line-height: 16px;
101 border-radius: 2px;
102 border: 1px solid #0091FF;
103 font-size: 12px;
104 color: #0091FF;
105 display: inline-block;
106 position: relative;
107 right: -20px;
108 top: -10px;
109 cursor: pointer;
110 text-align: center;
11 } 111 }
12 .businessInquiry .informationService input { 112
13 width: 300px; 113 .verificationCode input {
114 width: 280px;
14 display: inline-block; 115 display: inline-block;
15 } 116 }
16 .businessInquiry .informationService button { 117 .query_criteria {
118 margin: 20px 0;
119 }
120 .query_criteria .query_criteria_title{
121 color: #9B9B9B;
122 font-size: 14px;
123 width: 100px;
124 padding-left: 0;
125 padding-right: 7px;
126 margin-left: -3px;
127 }
128 .layui-input-inline .layui-form-label {
17 display: inline-block; 129 display: inline-block;
18 margin-left: 20px; 130 width: 50px;
131 text-align: center;
132 background: #FAFAFA;
133 border: 1px solid #DEDEDE;
134 box-sizing: border-box;
135 height: 38px;
136 line-height: 20px;
137 }
138 .layui-input-inline input {
139 display: inline-block;
140 width: 230px;
141 }
142 .query_criteria .bdc_title {
143 display: inline-block;
144 margin: 0 15px;
145 }
146 .examples {
147 color: #FF3D3D;
148 position: relative;
149 top: -15px;
150 margin-left: 103px;
151 }
152 .submit_button {
153 text-align: center;
154 margin: 30px 0;
155 }
156 .disabled{
157 cursor: auto;
19 } 158 }
...\ No newline at end of file ...\ No newline at end of file
......
1 .evaluate {
2 width: 1200px;
3 margin: 0 auto;
4 overflow: auto;
5 }
6 .evaluate_nav {
7 font-size: 0;
8 margin-top: 20px;
9 background: url('../staticImages/bg.png');
10 color: #ffffff;
11 background-size: cover;
12 }
13 .evaluate_nav li {
14 height: 100px;
15 display: inline-block;
16 width: 25%;
17 font-size: 14px;
18 text-align: center;
19 box-sizing: border-box;
20 padding-top: 35px;
21 }
22 .evaluate_nav li:not(:last-child) {
23 border-right: 1px solid #dedede;
24 }
25 .evaluate_nav li p:nth-child(2){
26 font-size: 24px;
27 margin-top: 10px;
28 }
29 .evaluate_nav li p:nth-child(2) span {
30 font-size: 14px;
31 }
32 .satisfaction {
33 margin-top: 20px;
34 }
35 .satisfaction .evaluate {
36 width: 49%;
37 display: inline-block;
38 padding: 20px;
39 box-sizing: border-box;
40 }
41 .satisfaction .region {
42 width: 49%;
43 float: right;
44 padding: 20px;
45 box-sizing: border-box;
46 }
47 .satisfaction ul .evaluate_item {
48 border-bottom: 1px dotted #dedede;
49 }
50 .satisfaction ul li p {
51 display: inline-block;
52 height: 35px;
53 line-height: 35px;
54 }
55 .satisfaction ul li p:nth-child(1) {
56 width: 80px;
57 text-align: left;
58 }
59 .satisfaction ul li .score {
60 position: relative;
61 top: -12px;
62 margin-left: 26px;
63 }
64 .satisfaction .evaluate_item span{
65 float: right;
66 display: inline-block;
67 height: 35px;
68 line-height: 35px;
69 }
70 .satisfaction h3 {
71 font-weight: 600;
72 margin-bottom: 10px;
73 }
74 .region .region_title, .region_list {
75 border-bottom: 1px dotted #dedede;
76 height: 36px;
77 line-height: 36px;
78 }
79 .region .region_title span {
80 color: rgb(110, 110, 110);
81 }
82 .region_title span {
83 display: inline-block;
84 width: 23%;
85 }
86
87 .region_list span {
88 display: inline-block;
89 height: 36px;
90 line-height: 36px;
91 }
92 .region_list p {
93 position: relative;
94 top: -10px;
95 margin-left: 10%;
96 }
97 .region_list span:nth-child(2) {
98 margin-left: 18%;
99 }
100 .region_list span:nth-child(3) {
101 margin-left: 20%;
102 }
103 /* 评论 */
104 .praise {
105 width: 49%;
106 display: inline-block;
107 box-sizing: border-box;
108 padding: 20px;
109 }
110 .makeComplaints {
111 width: 49%;
112 float: right;
113 box-sizing: border-box;
114 padding: 20px;
115 }
116 /* 进度条 */
117 .comments ul li p{
118 width: 100%!important;
119 font-size: 12px;
120 height: 16px;
121 line-height: 16px!important;
122 }
123 .progessBar {
124 width: 100%;
125 height: 6px!important;
126 background-color: #d6e9f5;
127 position: relative;
128 }
129 .progessBar b {
130 background: linear-gradient(to right, rgb(245, 246, 250) , rgb(14, 50, 167));
131 position: absolute;
132 left: 0;
133 top: 0;
134 height: 6px;
135 }
136 .progessBar1 {
137 width: 100%;
138 height: 6px!important;
139 background-color: #f1e2e1;
140 position: relative;
141 }
142 .progessBar1 b {
143 background: linear-gradient(to right, rgb(243, 221, 221) , rgb(255, 145, 145));
144 position: absolute;
145 left: 0;
146 top: 0;
147 height: 6px;
148 }
149 .comments ul li p span{
150 float: right;
151 }
152 /* 评价展示 */
153 .evaluation_display {
154 margin: 20px 0;
155 font-size: 12px;
156 padding: 0 20px;
157 height: 370px;
158 border: 1px solid #dedede;
159 border-radius: 10px;
160 overflow: hidden;
161 }
162 .evaluation_display li {
163 padding: 10px 0;
164 }
165 .evaluation_display li:not(:last-child) {
166 border-bottom: 1px solid #dedede;
167 }
168 .evaluation_display li p img{
169 width: 39px;
170 height: 39px;
171 border-radius: 50%;
172 float: left;
173 }
174 .evaluation_display li p span {
175 display: inline-block;
176 height: 36px;
177 line-height: 36px;
178 margin-left: 10px;
179 }
180 .evaluation_display li p .date {
181 float: right;
182 }
183 .evaluation_display li p:nth-child(2) {
184 padding-left: 49px;
185 color: #8a7979;
186 }
...\ No newline at end of file ...\ No newline at end of file
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
77 margin-top: 5px; 77 margin-top: 5px;
78 } 78 }
79 .policy_list { 79 .policy_list {
80 padding-bottom: 30px; 80 padding-bottom: 20px;
81 border-bottom: 1px solid #DEDEDE; 81 border-bottom: 1px solid #DEDEDE;
82 } 82 }
83 .news_list { 83 .news_list {
...@@ -88,3 +88,15 @@ ...@@ -88,3 +88,15 @@
88 height: 124px; 88 height: 124px;
89 margin-bottom: 10px; 89 margin-bottom: 10px;
90 } 90 }
91 .tj-date {
92 display: block;
93 color: #9B9B9B;
94 font-size: 12px;
95 margin-top: 5px;
96 }
97 .tj {
98 margin-top: 10px;
99 }
100 .policy_list_con li {
101 margin-bottom: 10px;
102 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -153,18 +153,34 @@ div.banner ul li a { ...@@ -153,18 +153,34 @@ div.banner ul li a {
153 .laws_regulations .laws_list li:not(:last-child) { 153 .laws_regulations .laws_list li:not(:last-child) {
154 border-bottom: 1px dashed #DEDEDE; 154 border-bottom: 1px dashed #DEDEDE;
155 } 155 }
156 /* ---------------end----------------------- */
157 156
158 /* ---------------好差评start---------------------------- */ 157 /* ---------------好差评start---------------------------- */
159 .Good_bad_reviews { 158 .Good_bad_reviews {
160 width: 100%; 159 width: 100%;
161 height: 180px; 160 height: 180px;
161 background: url('../staticImages/bannerbg.png');
162 background-size: cover;
163 text-align: center;
164 color: #ffffff;
165 padding-top: 36px;
166 box-sizing: border-box;
162 } 167 }
163 .Good_bad_reviews img { 168 .Good_bad_reviews h3 {
164 width: 100%; 169 margin: 0 auto;
165 height: 100%; 170 font-size: 26px;
171 margin-bottom: 5px;
172 }
173 .Good_bad_reviews ul {
174 width: 1200px;
175 margin: 0 auto;
176 }
177 .Good_bad_reviews li {
178 display: inline-block;
179 width: 24.6%;
180 }
181 .Good_bad_reviews li p b {
182 font-size: 40px;
166 } 183 }
167
168 /* ------------------end----------- */ 184 /* ------------------end----------- */
169 /* -------------常见问题start--------------------- */ 185 /* -------------常见问题start--------------------- */
170 .common_question { 186 .common_question {
......
...@@ -47,16 +47,18 @@ ...@@ -47,16 +47,18 @@
47 .phone input { 47 .phone input {
48 width: 65%!important; 48 width: 65%!important;
49 } 49 }
50 .captcha, .num { 50 .captcha {
51 border: 1px solid #dedede; 51 border: 1px solid #dedede;
52 border-radius: 23px; 52 border-radius: 23px;
53 cursor: pointer; 53 cursor: pointer;
54 font-size: 12px; 54 font-size: 12px;
55 color: #6e7172; 55 color: #6e7172;
56 width: 100px;
57 display: inline-block;
56 text-align: center; 58 text-align: center;
57 line-height: 23px; 59 line-height: 23px;
58 display: inline-block; 60 font-style: normal;
59 } 61 }
60 .num { 62 .code_input input{
61 display: none; 63 width: 130px!important;
62 } 64 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -115,7 +115,7 @@ div.subject { ...@@ -115,7 +115,7 @@ div.subject {
115 .xw { 115 .xw {
116 display: block; 116 display: block;
117 padding-top: 10px; 117 padding-top: 10px;
118 height: 150px; 118 min-height: 80px;
119 cursor: pointer; 119 cursor: pointer;
120 } 120 }
121 121
...@@ -161,30 +161,9 @@ div.subject { ...@@ -161,30 +161,9 @@ div.subject {
161 color: #686666; 161 color: #686666;
162 } 162 }
163 163
164 .left-body {
165 width: 687px;
166 height: 72px;
167 font-size: 14px;
168 font-weight: 400;
169 color: #6D7278;
170 line-height: 26px;
171 overflow : hidden;
172 text-overflow: ellipsis;
173 display: -webkit-box;
174 -webkit-line-clamp: 3;
175 -webkit-box-orient: vertical;
176 }
177 164
178 .left-buttom {
179 overflow: hidden;
180 color: #9B9B9B;
181 padding-top: 20px;
182 }
183 .left-buttom .icon{ 165 .left-buttom .icon{
184 width: 36px; 166
185 height: 24px;
186 position: relative;
187 top: 6px;
188 } 167 }
189 .left-buttom div:nth-child(2) { 168 .left-buttom div:nth-child(2) {
190 margin-left: 60px; 169 margin-left: 60px;
...@@ -315,3 +294,25 @@ div.subject { ...@@ -315,3 +294,25 @@ div.subject {
315 #regulation { 294 #regulation {
316 line-height: 0; 295 line-height: 0;
317 } 296 }
297 .newsBottom {
298 overflow: hidden;
299 margin-top: 20 px;
300 }
301 .newsBottom .newIcon {
302 float: left;
303 position: relative;
304 top: 10px;
305 }
306 .newsBottom .newIcon .icon{
307 width: 36px;
308 height: 24px;
309 position: relative;
310 top: 6px;
311 }
312 .newsCon {
313 overflow: hidden;
314 }
315 .tj {
316 margin: 10px 0;
317 cursor: pointer;
318 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -84,6 +84,7 @@ ...@@ -84,6 +84,7 @@
84 /* -----------------------------地图--------------------------------------- */ 84 /* -----------------------------地图--------------------------------------- */
85 .map_content { 85 .map_content {
86 margin-top: 20px!important; 86 margin-top: 20px!important;
87 overflow: hidden;
87 } 88 }
88 .office_halls { 89 .office_halls {
89 width: 190px; 90 width: 190px;
...@@ -98,7 +99,7 @@ ...@@ -98,7 +99,7 @@
98 line-height: 16px; 99 line-height: 16px;
99 } 100 }
100 .office_halls li{ 101 .office_halls li{
101 width: 155px; 102 width: 185px;
102 height: 40px; 103 height: 40px;
103 background: #FFFFFF; 104 background: #FFFFFF;
104 border-radius: 4px; 105 border-radius: 4px;
......
...@@ -438,7 +438,7 @@ input[type='file'] { ...@@ -438,7 +438,7 @@ input[type='file'] {
438 } 438 }
439 .conImageUpdate { 439 .conImageUpdate {
440 width: 100%; 440 width: 100%;
441 min-height: 290px; 441 overflow: hidden;
442 border: 1px solid #DEDEDE; 442 border: 1px solid #DEDEDE;
443 border-radius: 5px; 443 border-radius: 5px;
444 padding: 10px 0; 444 padding: 10px 0;
...@@ -448,7 +448,9 @@ input[type='file'] { ...@@ -448,7 +448,9 @@ input[type='file'] {
448 .itemImageUpdate { 448 .itemImageUpdate {
449 margin-right: 15px; 449 margin-right: 15px;
450 position: relative; 450 position: relative;
451 margin-bottom: 20px;
451 } 452 }
453
452 .mask { 454 .mask {
453 width: 100%; 455 width: 100%;
454 height: 240px; 456 height: 240px;
...@@ -488,12 +490,13 @@ input[type='file'] { ...@@ -488,12 +490,13 @@ input[type='file'] {
488 .imageUpdateTitle { 490 .imageUpdateTitle {
489 float: left; 491 float: left;
490 margin-right: 10px; 492 margin-right: 10px;
491 height: 240px; 493 min-width: 30px;
492 width: 70px;
493 text-align: center; 494 text-align: center;
494 writing-mode:vertical-lr; 495 writing-mode:vertical-lr;
495 margin-left: 5px; 496 margin-left: 5px;
496 line-height: 70px; 497 margin-left: 15px;
498 color: #2c2b2b;
499 font-size: 14px;
497 } 500 }
498 .folkObligee { 501 .folkObligee {
499 display: none; 502 display: none;
......
...@@ -34,27 +34,35 @@ function GetRootPath() { ...@@ -34,27 +34,35 @@ function GetRootPath() {
34 } 34 }
35 35
36 function GetQueryString(name) { 36 function GetQueryString(name) {
37 var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)","i"); 37 var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
38 var r = window.location.search.substr(1).match(reg); 38 var r = window.location.search.substr(1).match(reg);
39 if (r!=null) return (r[2]); return null; 39 if (r != null) return (r[2]); return null;
40 } 40 }
41 // 存储cookie 41 // 存储cookie
42 function setCookie(name,resdata,duration){ 42 function setCookie(name, resdata, duration) {
43 var date = new Date(); 43 var date = new Date();
44 date.setTime(date.getTime() + duration*24*3600*1000); 44 date.setTime(date.getTime() + duration * 24 * 3600 * 1000);
45 document.cookie = name + "="+ JSON.stringify (resdata) + ";expires=" +date.toGMTString() + "; path=/"; 45 document.cookie = name + "=" + JSON.stringify(resdata) + ";expires=" + date.toGMTString() + "; path=/";
46 // document.cookie = "myCookie=" + JSON.stringify(resdata) + "; expires=" +date.toGMTString() + "; path=/"; 46 // document.cookie = "myCookie=" + JSON.stringify(resdata) + "; expires=" +date.toGMTString() + "; path=/";
47 }; 47 };
48 48
49 //获取cookie 49 //获取cookie
50 function getCookie(){ 50 function getCookie() {
51 var str = document.cookie; 51 var str = document.cookie;
52 if(str == ''){ 52 if (str == '') {
53 return false 53 return false
54 }else{ 54 } else {
55 var arr = str.split(';') 55 var arr = str.split(';')
56 var arr1 = arr[0].replace(/(\s)+/g,'').split('='); 56 var arr1 = arr[0].replace(/(\s)+/g, '').split('=');
57 return JSON.parse(arr1[1]); 57 return JSON.parse(arr1[1]);
58 } 58 }
59 }; 59 };
60 // 设置最小高度 60 /*
61 * 验证手机号码
62 */
63 function validatorTel(content) {
64
65 // 正则验证格式
66 eval("var reg = /^1[34578]\\d{9}$/;");
67 return RegExp(reg).test(content);
68 }
...\ No newline at end of file ...\ No newline at end of file
......
1 layui.use('element', function () { 1 layui.use('element', function () {
2 let element = layui.element; 2 let element = layui.element;
3 }); 3 });
4 $(function(){ 4 layui.config({
5 5 base: '../../staticJs/'
6 }).extend({ //设定模块别名
7 common: 'cityCommon'
8 });
9 $(function () {
10 fetchDataReview();
11 _initData();
6 }) 12 })
13 function fetchDataReview() {
14 $(document).on("click", ".area_list li", function (e) {
15 $(".area_list li").removeClass("active2")
16 $(this).addClass("active2");
17 })
18 layui.use(['form', 'common'], function () {
19 var common = layui.common,
20 form = layui.form;
21 //三级地址联动
22 common.showCity('province', 'city');
23 //区域选择
24 form.on('select(selectCity)', function (data) {
25 return false;
26 });
27 });
28 $('.verCode').click(function() {
29 var time = 10;
30 settime($(this));
31 function settime(obj) {
32 if (time == 0) {
33 $(obj).attr('disabled', false);
34 $(obj).html("点击获取验证码");
35 time = 60;
36 return;
37 } else {
38 $(obj).attr('disabled', true);
39 $(obj).html(time + "秒后重新发送");
40 time--;
41 }
42 setTimeout(function () {
43 settime(obj)
44 }, 1000)
45 }
46 })
47 }
48 // 初始化数据
49 function _initData() {
50 var area_list = $(".area_list");
51 area_list.empty();
52 var li
53 $.ajax({
54 type: "get", //提交方式
55 url: portal.api_url + "/cms/district/queryAllDistrict",//路径
56 dataType: "json",
57 //数据,这里使用的是Json格式进行传输
58 success: function (result) {//返回数据根据结果进行相应的处理
59 if (result.code == 200 && result.data != null) {
60 let data = result.data[0].children[0].children
61 for (var i = 0; i < data.length; i++) {
62 if (i == 0) {
63 li = '<li data-id="' + data[i].id + '" class="active2">' + data[i].name + '</li>';
64 } else {
65 li = '<li data-id="' + data[i].id + '">' + data[i].name + '</li>';
66 }
67 area_list.append(li);
68 }
69 }
70 }
71 });
72 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -17,17 +17,17 @@ document.writeln(" <div class=\'footer\'> "); ...@@ -17,17 +17,17 @@ document.writeln(" <div class=\'footer\'> ");
17 document.writeln(" <div class=\'system_service\'>"); 17 document.writeln(" <div class=\'system_service\'>");
18 document.writeln(" <ul class=\'\'>"); 18 document.writeln(" <ul class=\'\'>");
19 document.writeln(" <li>"); 19 document.writeln(" <li>");
20 document.writeln(" <a href=\'\' title=\'公示公告\'>"); 20 document.writeln(" <a href=\'"+localhostPaht+"/staticViews/gsgg.html\' title=\'公示公告\'>");
21 document.writeln(" <span>公示公告</span>"); 21 document.writeln(" <span>公示公告</span>");
22 document.writeln(" </a>"); 22 document.writeln(" </a>");
23 document.writeln(" </li>"); 23 document.writeln(" </li>");
24 document.writeln(" <li>"); 24 document.writeln(" <li>");
25 document.writeln(" <a href=\'\' title=\'法律法规\'>"); 25 document.writeln(" <a href=\'"+localhostPaht+"/staticViews/flfg.html\' title=\'法律法规\'>");
26 document.writeln(" <span>法律法规</span>"); 26 document.writeln(" <span>法律法规</span>");
27 document.writeln(" </a>"); 27 document.writeln(" </a>");
28 document.writeln(" </li>"); 28 document.writeln(" </li>");
29 document.writeln(" <li>"); 29 document.writeln(" <li>");
30 document.writeln(" <a href=\'\' title=\'相应政策\'>"); 30 document.writeln(" <a href=\'"+localhostPaht+"/staticViews/xyzc.html\' title=\'相应政策\'>");
31 document.writeln(" <span>相应政策</span>"); 31 document.writeln(" <span>相应政策</span>");
32 document.writeln(" </a>"); 32 document.writeln(" </a>");
33 document.writeln(" </li>"); 33 document.writeln(" </li>");
......
1 layui.use('element', function () {
2 var element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块
3 //监听导航点击
4 });
5 $(function () {
6 addTabs('#evaluate');
7 fetchDataReviews();
8 roll()
9 })
10 function fetchDataReviews() {
11 layui.use(['rate'], function () {
12 var rate = layui.rate;
13 rate.render({
14 elem: '#score'
15 , value: 5 //初始值
16 , text: false //开启文本
17 , readonly: true
18 });
19 rate.render({
20 elem: '#score1'
21 , value: 4 //初始值
22 , text: false //开启文本
23 , readonly: true
24 });
25 rate.render({
26 elem: '#score2'
27 , value: 3 //初始值
28 , text: false //开启文本
29 , readonly: true
30 });
31 rate.render({
32 elem: '#score3'
33 , value: 2 //初始值
34 , text: false //开启文本
35 , readonly: true
36 });
37 rate.render({
38 elem: '#score4'
39 , value: 1 //初始值
40 , text: false //开启文本
41 , readonly: true
42 });
43 // 城区评价
44 rate.render({
45 elem: '#grade'
46 , value: 5 //初始值
47 , text: false //开启文本
48 , theme: '#006CFF' //自定义主题色
49 , readonly: true
50 });// 城区评价
51 rate.render({
52 elem: '#grade1'
53 , value: 5 //初始值
54 , text: false //开启文本
55 , theme: '#006CFF' //自定义主题色
56 , readonly: true
57 });
58 // 城区评价
59 rate.render({
60 elem: '#grade2'
61 , value: 5 //初始值
62 , text: false //开启文本
63 , theme: '#006CFF' //自定义主题色
64 , readonly: true
65 });
66 // 城区评价
67 rate.render({
68 elem: '#grade3'
69 , value: 5 //初始值
70 , text: false //开启文本
71 , theme: '#006CFF' //自定义主题色
72 , readonly: true
73 });
74 // 城区评价
75 rate.render({
76 elem: '#grade4'
77 , value: 5 //初始值
78 , text: false //开启文本
79 , theme: '#006CFF' //自定义主题色
80 , readonly: true
81 });
82 })
83 }
84
85 // 评价滚动效果
86 function roll() {
87 var listPanel = $('.evaluation_display ul');
88 var nubcers = 0; //向上滚动top值
89 function up() { //向上滚动
90 listPanel.animate({ //中奖结果
91 'top': (nubcers - 35) + 'px'
92 }, 1000, 'linear', function () {
93 listPanel.css({
94 'top': '0px'
95 })
96 .find("li:first").appendTo(listPanel);
97 up();
98 });
99 }
100 up();
101 }
...\ No newline at end of file ...\ No newline at end of file
...@@ -78,11 +78,13 @@ function HotArticle() { ...@@ -78,11 +78,13 @@ function HotArticle() {
78 success: function (result) {//返回数据根据结果进行相应的处理 78 success: function (result) {//返回数据根据结果进行相应的处理
79 if (result.code == 200 && result.data != null) { 79 if (result.code == 200 && result.data != null) {
80 for (var i = 0; i < result.data.length; i++) { 80 for (var i = 0; i < result.data.length; i++) {
81 li = '<li>'; 81 li = '<li class="tj"><a href="./xwxq.html?id='+result.data[i].id+'" target="_blank">';
82 if ( result.data[i].cover ) {
82 li += '<img src="' + result.data[i].cover + '">'; 83 li += '<img src="' + result.data[i].cover + '">';
83 li += '<h3>'+result.data[i].headline+'</h3>'; 84 }
84 li += '<p class="recommend_date">'+result.data[i].deadtime+'</p>'; 85 li += '<span class="tj-title">' + result.data[i].headline + '</span>';
85 li += '</li>'; 86 li += '<span class="tj-date">' + result.data[i].deadtime + '</span>';
87 li += '</a></li>';
86 news_list_con.append(li); 88 news_list_con.append(li);
87 } 89 }
88 } 90 }
...@@ -109,6 +111,11 @@ layui.use('laypage', function () { ...@@ -109,6 +111,11 @@ layui.use('laypage', function () {
109 } 111 }
110 } 112 }
111 }); 113 });
114 if (data.total == 0) {
115 $('#page').hide();
116 }else {
117 $('#page').show();
118 }
112 }); 119 });
113 var data = { //数据 120 var data = { //数据
114 "list": [], 121 "list": [],
......
...@@ -5,8 +5,6 @@ $(function () { ...@@ -5,8 +5,6 @@ $(function () {
5 layui.use('element', function () { 5 layui.use('element', function () {
6 var element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块 6 var element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块
7 //监听导航点击 7 //监听导航点击
8 element.on('nav(demo)', function (elem) {
9 });
10 }); 8 });
11 // 新闻详情数据 9 // 新闻详情数据
12 function newsDetail() { 10 function newsDetail() {
......
...@@ -11,4 +11,25 @@ $(function(){ ...@@ -11,4 +11,25 @@ $(function(){
11 $('#phone').text(getCookie().phone) 11 $('#phone').text(getCookie().phone)
12 $('#zjhm').text(getCookie().zjhm) 12 $('#zjhm').text(getCookie().zjhm)
13 $('#recordtime').text(getCookie().recordtime) 13 $('#recordtime').text(getCookie().recordtime)
14 $('#hellotime').text(getTimeState())
14 }) 15 })
16 function getTimeState(){
17 // 获取当前时间
18 let timeNow = new Date();
19 // 获取当前小时
20 let hours = timeNow.getHours();
21 // 设置默认文字
22 let text = '';
23 // 判断当前时间段
24 if (hours >= 0 && hours <= 10) {
25 text = '早上好:';
26 } else if (hours > 10 && hours <= 14) {
27 text = '中午好:';
28 } else if (hours > 14 && hours <= 18) {
29 text = '下午好:';
30 } else if (hours > 18 && hours <= 24) {
31 text = `晚上好:`;
32 }
33 // 返回当前时间段对应的状态
34 return text;
35 };
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -70,11 +70,13 @@ function HotArticle() { ...@@ -70,11 +70,13 @@ function HotArticle() {
70 success: function (result) {//返回数据根据结果进行相应的处理 70 success: function (result) {//返回数据根据结果进行相应的处理
71 if (result.code == 200 && result.data != null) { 71 if (result.code == 200 && result.data != null) {
72 for (var i = 0; i < result.data.length; i++) { 72 for (var i = 0; i < result.data.length; i++) {
73 li = '<li class="tj">'; 73 li = '<li class="tj"><a href="./xwxq.html?id='+result.data[i].id+'" target="_blank">';
74 if ( result.data[i].cover ) {
74 li += '<img src="' + result.data[i].cover + '">'; 75 li += '<img src="' + result.data[i].cover + '">';
76 }
75 li += '<span class="tj-title">' + result.data[i].headline + '</span>'; 77 li += '<span class="tj-title">' + result.data[i].headline + '</span>';
76 li += '<span class="tj-date">' + result.data[i].deadtime + '</span>'; 78 li += '<span class="tj-date">' + result.data[i].deadtime + '</span>';
77 li += '</li>'; 79 li += '</a></li>';
78 recommend.append(li); 80 recommend.append(li);
79 } 81 }
80 } 82 }
...@@ -123,6 +125,11 @@ layui.use('laypage', function () { ...@@ -123,6 +125,11 @@ layui.use('laypage', function () {
123 } 125 }
124 } 126 }
125 }); 127 });
128 if(data.total ==0 ) {
129 $('#test1').hide();
130 }else {
131 $('#test1').show();
132 }
126 }); 133 });
127 134
128 var data = { //数据 135 var data = { //数据
......
...@@ -10,12 +10,12 @@ document.writeln(" <meta charset=\'UTF-8\'>"); ...@@ -10,12 +10,12 @@ document.writeln(" <meta charset=\'UTF-8\'>");
10 document.writeln(" <meta name=\'copyright\' content=\' &reg 技术支持 All Rights Reserved\' />"); 10 document.writeln(" <meta name=\'copyright\' content=\' &reg 技术支持 All Rights Reserved\' />");
11 document.writeln(" <meta name=\'robots\' content=\'index,follow\' />"); 11 document.writeln(" <meta name=\'robots\' content=\'index,follow\' />");
12 document.writeln(" <meta name=\'googlebot\' content=\'index,follow,archive\' />"); 12 document.writeln(" <meta name=\'googlebot\' content=\'index,follow,archive\' />");
13 document.writeln(" <link rel=\'alternate icon\' type=\'image/png\' href=\'"+localhostPaht+"/staticImages/logo-realestate.png\'>"); 13 document.writeln(" <link rel=\'alternate icon\' type=\'image/png\' href=\'" + localhostPaht + "/staticImages/logo-realestate.png\'>");
14 document.writeln(" <link rel=\'icon\' href=\'favicon.ico\' type=\'image/x-ico\' />"); 14 document.writeln(" <link rel=\'icon\' href=\'favicon.ico\' type=\'image/x-ico\' />");
15 document.writeln(" <meta name=\'description\' content=\'\' />"); 15 document.writeln(" <meta name=\'description\' content=\'\' />");
16 document.writeln(" <meta name=\'Keywords\' content=\'\' />"); 16 document.writeln(" <meta name=\'Keywords\' content=\'\' />");
17 document.writeln(" <link rel=\'stylesheet\' type=\'text/css\' href=\'"+localhostPaht+"/staticLib/layui/css/layui.css\' />"); 17 document.writeln(" <link rel=\'stylesheet\' type=\'text/css\' href=\'" + localhostPaht + "/staticLib/layui/css/layui.css\' />");
18 document.writeln(" <link type=\'text/css\' rel=\'stylesheet\' href=\'"+localhostPaht+"/staticCss/common.css\' />"); 18 document.writeln(" <link type=\'text/css\' rel=\'stylesheet\' href=\'" + localhostPaht + "/staticCss/common.css\' />");
19 document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/jquery/jquery.min.js\'></script>"); 19 document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/jquery/jquery.min.js\'></script>");
20 document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticJs/login.js\'></script>"); 20 document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticJs/login.js\'></script>");
21 document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticJs/common.js\'></script>"); 21 document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticJs/common.js\'></script>");
...@@ -24,55 +24,59 @@ document.writeln(""); ...@@ -24,55 +24,59 @@ document.writeln("");
24 document.writeln("<body>"); 24 document.writeln("<body>");
25 document.writeln(" <div class=\'top-logo\'>"); 25 document.writeln(" <div class=\'top-logo\'>");
26 document.writeln(" <div class=\'top_logo_content\'>"); 26 document.writeln(" <div class=\'top_logo_content\'>");
27 document.writeln(" <h1><a href=\'"+localhostPaht+"/index.html\'><img src=\'"+localhostPaht+"/staticImages/logo.png\' alt=\'西安市不动产登记平台\' /></a></h1>"); 27 document.writeln(" <h1><a href=\'" + localhostPaht + "/index.html\'><img src=\'" + localhostPaht + "/staticImages/logo.png\' alt=\'西安市不动产登记平台\' /></a></h1>");
28 document.writeln(""); 28 document.writeln("");
29 document.writeln(" <div class=\'top_logo_search\'>"); 29 document.writeln(" <div class=\'top_logo_search\'>");
30 document.writeln(" <input type=\'text\' name=\'title\' required lay-verify=\'required\' placeholder=\'请输入关键字搜索\' autocomplete=\'off\'"); 30 document.writeln(" <input type=\'text\' name=\'title\' required lay-verify=\'required\' placeholder=\'请输入关键字搜索\' autocomplete=\'off\'");
31 document.writeln(" class=\'layui-input\'>"); 31 document.writeln(" class=\'layui-input\'>");
32 document.writeln(" <img class=\'search_img\' src=\'"+localhostPaht+"/staticImages/search.png\'>"); 32 document.writeln(" <img class=\'search_img\' src=\'" + localhostPaht + "/staticImages/search.png\'>");
33 document.writeln(" </div>"); 33 document.writeln(" </div>");
34 document.writeln(""); 34 document.writeln(" <ul class='login login-con isLogin'>");
35 document.writeln(" <ul class=\'login\'>"); 35 document.writeln(" <li class='loginSelect'>");
36 document.writeln(" <!-- <li>登录</li> -->"); 36 document.writeln(" <p class='loginButton PersonLogin'>登录</p>");
37 document.writeln(" <li class='personalCenter'>");
38 document.writeln(" <a href=\'"+localhostPaht+"/staticViews/grzx.html\'>个人中心</a>");
39 document.writeln(" </li>");
40 document.writeln(" <li>");
41 document.writeln(" <p class='PersonLogin'>登录</p>");
42 document.writeln(" </li>"); 37 document.writeln(" </li>");
43 document.writeln(" <li>"); 38 document.writeln(" </ul>");
44 document.writeln(" <p id='cancellation'>注销</p>"); 39 document.writeln(" <ul class='login layui-nav login-con loginAfter'>");
40 document.writeln(" <img class='userImage' src=\'" + localhostPaht + "/staticImages/user.png\'>");
41 document.writeln(" <p class='personalCenter'><a href=\'" + localhostPaht + "/staticViews/grzx.html\'>个人中心</a></p>");
42 document.writeln(" <li class='layui-nav-item loginSelect'>");
43 document.writeln(" <p class='loginButton PersonLogin'>登录</p>");
44 document.writeln(" <dl class='layui-nav-child userInfo'>");
45 document.writeln(" <!-- 二级菜单 -->");
46 document.writeln(" <dd><a>个人信息</a></dd>");
47 document.writeln(" <dd><a id='cancellation'>注销</a></dd>");
48 document.writeln(" </dl>");
45 document.writeln(" </li>"); 49 document.writeln(" </li>");
46 document.writeln(" </ul>"); 50 document.writeln(" </ul>");
47 document.writeln(" </div>"); 51 document.writeln(" </div>");
48 document.writeln(" </div>"); 52 document.writeln(" </div>");
49 document.writeln(" <div class=\'navigation\'>"); 53 document.writeln(" <div class=\'navigation\'>");
50 document.writeln(" <ul class=\'layui-nav layui-bg-blue\' lay-filter=\'\'>"); 54 document.writeln(" <ul class=\'layui-nav layui-bg-blue\' lay-filter=\'\'>");
51 document.writeln(" <li id='index' class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/index.html\' title=\'首页\'>首页</a></li>"); 55 document.writeln(" <li id='index' class=\'layui-nav-item\'><a href=\'" + localhostPaht + "/index.html\' title=\'首页\'>首页</a></li>");
52 document.writeln(" <li id='news' class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/staticViews/xwdt.html\' title=\'新闻动态\'>新闻动态</a></li>"); 56 document.writeln(" <li id='news' class=\'layui-nav-item\'><a href=\'" + localhostPaht + "/staticViews/xwdt.html\' title=\'新闻动态\'>新闻动态</a></li>");
53 document.writeln(" <li id='zwgk' class=\'layui-nav-item\'>"); 57 document.writeln(" <li id='zwgk' class=\'layui-nav-item\'>");
54 document.writeln(" <a href=\'javascript:;\'>政务公开</a>"); 58 document.writeln(" <a href=\'javascript:;\'>政务公开</a>");
55 document.writeln(" <dl class=\'layui-nav-child\'>"); 59 document.writeln(" <dl class=\'layui-nav-child\'>");
56 document.writeln(" <!-- 二级菜单 -->"); 60 document.writeln(" <!-- 二级菜单 -->");
57 document.writeln(" <dd><a href=\'"+localhostPaht+"/staticViews/xyzc.html\'>相应政策</a></dd>"); 61 document.writeln(" <dd><a href=\'" + localhostPaht + "/staticViews/xyzc.html\'>相应政策</a></dd>");
58 document.writeln(" <dd><a href=\'"+localhostPaht+"/staticViews/flfg.html\'>法律法规</a></dd>"); 62 document.writeln(" <dd><a href=\'" + localhostPaht + "/staticViews/flfg.html\'>法律法规</a></dd>");
59 document.writeln(" <dd><a href=\'"+localhostPaht+"/staticViews/gsgg.html\'>公示公告</a></dd>"); 63 document.writeln(" <dd><a href=\'" + localhostPaht + "/staticViews/gsgg.html\'>公示公告</a></dd>");
60 document.writeln(" </dl>"); 64 document.writeln(" </dl>");
61 document.writeln(" </li>"); 65 document.writeln(" </li>");
62 document.writeln(" <li id='bszn' class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/staticViews/bszn.html\' title=\'办事指南\'>办事指南</a></li>"); 66 document.writeln(" <li id='bszn' class=\'layui-nav-item\'><a href=\'" + localhostPaht + "/staticViews/bszn.html\' title=\'办事指南\'>办事指南</a></li>");
63 document.writeln(" <li id='wssq' class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/staticViews/wssq.html\' title=\'网上申请\'>网上申请</a></li>"); 67 document.writeln(" <li id='wssq' class=\'layui-nav-item\'><a href=\'" + localhostPaht + "/staticViews/wssq.html\' title=\'网上申请\'>网上申请</a></li>");
64 document.writeln(" <li class=\'layui-nav-item\'>"); 68 document.writeln(" <li class=\'layui-nav-item\'>");
65 document.writeln(" <a href=\'javascript:;\'>查验中心</a>"); 69 document.writeln(" <a href=\'javascript:;\'>查验中心</a>");
66 document.writeln(" <dl class=\'layui-nav-child\'>"); 70 document.writeln(" <dl class=\'layui-nav-child\'>");
67 document.writeln(" <!-- 二级菜单 -->"); 71 document.writeln(" <!-- 二级菜单 -->");
68 document.writeln(" <dd><a href=\'\'>档案查询</a></dd>"); 72 document.writeln(" <dd><a href=\'" + localhostPaht + "/staticViews/convenienceService/fileQuery.html\'>档案查询</a></dd>");
69 document.writeln(" <dd><a href=\'\'>合同备案查询</a></dd>"); 73 document.writeln(" <dd><a href=\'" + localhostPaht + "/staticViews/convenienceService/recordInquiry.html\'>合同备案查询</a></dd>");
70 document.writeln(" <dd><a href=\'\'>二三维不动产证书查验</a></dd>"); 74 document.writeln(" <dd><a href=\'" + localhostPaht + "/staticViews/convenienceService/certificateQuery.html\'>二三维不动产证书查验</a></dd>");
71 document.writeln(" <dd><a href=\'\'>证书核验</a></dd>"); 75 document.writeln(" <dd><a href=\'" + localhostPaht + "/staticViews/convenienceService/certificateVerification.html\'>证书核验</a></dd>");
72 document.writeln(" </dl>"); 76 document.writeln(" </dl>");
73 document.writeln(" </li>"); 77 document.writeln(" </li>");
74 document.writeln(" <li id='zxjf' class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/staticViews/zxjf.html\'>在线缴费</a></li>"); 78 document.writeln(" <li id='zxjf' class=\'layui-nav-item\'><a href=\'" + localhostPaht + "/staticViews/zxjf.html\'>在线缴费</a></li>");
75 document.writeln(" <li class=\'layui-nav-item\' class=\'item_last_child\'><a href=\'\'>好差评</a></li>"); 79 document.writeln(" <li id='evaluate' class=\'layui-nav-item\'><a href=\'" + localhostPaht + "/staticViews/evaluate.html\'>好差评</a></li>");
76 document.writeln(" </ul>"); 80 document.writeln(" </ul>");
77 document.writeln(" </div> "); 81 document.writeln(" </div> ");
78 document.writeln("</body>"); 82 document.writeln("</body>");
...@@ -80,4 +84,3 @@ document.writeln(""); ...@@ -80,4 +84,3 @@ document.writeln("");
80 document.writeln("</html>"); 84 document.writeln("</html>");
81 document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/layui/layui.js\'></script>"); 85 document.writeln("<script type='text/javascript' src=\'" + localhostPaht + "/staticLib/layui/layui.js\'></script>");
82 document.writeln("<script src=\'https://at.alicdn.com/t/font_2174584_1j8kvwarwge.js\'></script>"); 86 document.writeln("<script src=\'https://at.alicdn.com/t/font_2174584_1j8kvwarwge.js\'></script>");
83
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -22,39 +22,58 @@ function login() { ...@@ -22,39 +22,58 @@ function login() {
22 } 22 }
23 $(document).on('click', '.PersonLogin', function () { 23 $(document).on('click', '.PersonLogin', function () {
24 login(); 24 login();
25 window.onbeforeunload = function () {
26 var n = window.event.screenX - window.screenLeft;
27 var b = n > document.documentElement.scrollWidth - 20;
28 if (b && window.event.clientY < 0 || window.event.altKey) {
29 delAllCookie();
30 }
31 }
32 }) 25 })
33
34 // 点击登陆的时候 26 // 点击登陆的时候
35 $(document).on('click', '#loginButton', function () { 27 $(document).on('click', '#loginButton', function () {
36 var userLoginRequest = {} 28 var userLoginRequest = {};
37 var username = $('#phone').val() 29 var username = $('#phone').val();
38 var password = $('#IDcard').val() 30 var password = $('#IDcard').val();
39 userLoginRequest.phone = username 31 userLoginRequest.phone = username;
40 userLoginRequest.password = password 32 userLoginRequest.password = password;
41 clicklogin(userLoginRequest) 33 delCookie();
34 clicklogin(userLoginRequest);
42 }); 35 });
43 36 function fetchDataReview() {
44 // cancellation 37 // cancellation
45 $(document).on('click', '#cancellation', function () { 38 $(document).on('click', '#cancellation', function () {
46 layui.use('layer', function () { 39 layui.use('layer', function () {
47 layer.confirm('此操作将进行注销', { 40 layer.confirm('此操作将进行注销', {
48 btn: ['是','否'] //按钮 41 btn: ['是', '否'] //按钮
49 }, function(){ 42 }, function () {
50 delCookie(); 43 delCookie();
51 window.open('' + localhostPaht + '/index.html', '_self') 44 $('.loginButton').addClass('PersonLogin');
52 }, function(){ 45 window.open('' + localhostPaht + '/index.html', '_self');
46 $('.loginAfter').hide();
47 $('.isLogin').show();
48 }, function () {
53 layer.msg('已取消'); 49 layer.msg('已取消');
54 }); 50 });
55 }) 51 })
56 }); 52 });
57 function delCookie () { 53 }
54
55
56 $(function () {
57 fetchDataReview();
58 if (getCookie('myCookie').username) {
59 $('.loginButton').html(getCookie('myCookie').username);
60 $('.loginButton').removeClass('PersonLogin')
61 $('.personalCenter').addClass('show');
62 $('.loginAfter').show();
63 $('.isLogin').hide();
64 } else {
65 $('.loginAfter').hide();
66 $('.isLogin').show();
67 }
68 $(window).bind('beforeunload', function (event) {
69 var n = window.event.screenX - window.screenLeft;
70 var b = n > document.documentElement.scrollWidth - 20;
71 if (b && window.event.clientY < 0 || window.event.altKey) {
72 delCookie();
73 }
74 });
75 })
76 function delCookie() {
58 var keys = document.cookie.match(/[^ =;]+(?==)/g) 77 var keys = document.cookie.match(/[^ =;]+(?==)/g)
59 if (keys) { 78 if (keys) {
60 for (var i = keys.length; i--;) { 79 for (var i = keys.length; i--;) {
...@@ -65,17 +84,6 @@ function delCookie () { ...@@ -65,17 +84,6 @@ function delCookie () {
65 } 84 }
66 } 85 }
67 86
68
69 $(function () {
70 $('.PersonLogin').html(getCookie('myCookie').username)
71 if (getCookie('myCookie').username) {
72 $('.personalCenter').addClass('show')
73 }
74 })
75 // 点击注册的时候
76 $(document).on('click', '#registerButton', function () {
77 window.open(''+localhostPaht+'/staticViews/register.html', '_self')
78 });
79 function clicklogin(data) { 87 function clicklogin(data) {
80 $.ajax({ 88 $.ajax({
81 type: "post", //提交方式 89 type: "post", //提交方式
...@@ -87,9 +95,12 @@ function clicklogin(data) { ...@@ -87,9 +95,12 @@ function clicklogin(data) {
87 data: JSON.stringify(data),//***关键****** 95 data: JSON.stringify(data),//***关键******
88 success: function (result) {//返回数据根据结果进行相应的处理 96 success: function (result) {//返回数据根据结果进行相应的处理
89 if (result.code == 200 && result.data !== null) { 97 if (result.code == 200 && result.data !== null) {
90 setCookie('myCookie',result.data,60); 98 $('.loginAfter').show();
99 $('.isLogin').hide();
100 setCookie('myCookie', result.data, 60);
101 $('.loginButton').removeClass('PersonLogin')
91 $('.personalCenter').addClass('show'); 102 $('.personalCenter').addClass('show');
92 $('.PersonLogin').html(getCookie('myCookie').username); 103 $('.loginButton').html(getCookie('myCookie').username);
93 layer.closeAll(); 104 layer.closeAll();
94 } else if (result.code == 210) { 105 } else if (result.code == 210) {
95 layer.msg(result.message); 106 layer.msg(result.message);
...@@ -97,6 +108,10 @@ function clicklogin(data) { ...@@ -97,6 +108,10 @@ function clicklogin(data) {
97 } 108 }
98 }); 109 });
99 } 110 }
111 // 点击注册的时候
112 $(document).on('click', '#registerButton', function () {
113 window.open('' + localhostPaht + '/staticViews/register.html', '_self')
114 });
100 115
101 // 点击判断是否登录 116 // 点击判断是否登录
102 function isLogin() { 117 function isLogin() {
......
...@@ -5,6 +5,11 @@ layui.use('element', function () { ...@@ -5,6 +5,11 @@ layui.use('element', function () {
5 $(function () { 5 $(function () {
6 addTabs('#wssq'); 6 addTabs('#wssq');
7 setFristStepPageFLow(GetQueryString('ywid'), GetQueryString('businessno')); 7 setFristStepPageFLow(GetQueryString('ywid'), GetQueryString('businessno'));
8 bugSearch();
9 SetCheckContent();
10 fetchDataReview();
11 })
12 function bugSearch() {
8 // 业务 13 // 业务
9 layui.use(['form'], function () { 14 layui.use(['form'], function () {
10 var form = layui.form 15 var form = layui.form
...@@ -18,24 +23,23 @@ $(function () { ...@@ -18,24 +23,23 @@ $(function () {
18 } 23 }
19 } 24 }
20 }); 25 });
21
22 //监听提交 26 //监听提交
23 form.on('submit(check)', function (data) { 27 form.on('submit(check)', function (data) {
24 bdcqlVerify(data.field); 28 bdcqlVerify(data.field);
25 // layer.alert(JSON.stringify(data.field), {
26 // title: '最终的提交信息'
27 // })
28 return false; 29 return false;
29 }); 30 });
30 }) 31 })
31 // 结果弹框 32 }
32 $('.reset').click(function () { 33 // 初始化数据
33 34 function fetchDataReview(){
34 // seizureResult() 35 console.log(getCookie('myCookie'))
35 }) 36 let userInfo = getCookie('myCookie');
36 SetCheckContent(); 37 $('#sqrxm').text(userInfo.username);
37 }) 38 if(userInfo.zjzl=='1') {
38 39 $('#zjzl').text('身份证');
40 }
41 $('#zjhm').text(userInfo.zjhm);
42 }
39 //设置查询条件内容 43 //设置查询条件内容
40 function SetCheckContent() { 44 function SetCheckContent() {
41 layui.use(['form', 'upload', 'layer'], function () { 45 layui.use(['form', 'upload', 'layer'], function () {
......
...@@ -7,6 +7,11 @@ $(function () { ...@@ -7,6 +7,11 @@ $(function () {
7 addTabs('#wssq') 7 addTabs('#wssq')
8 setAcceptFlow(GetQueryString('bsm_slsq'),GetQueryString('businessno')); 8 setAcceptFlow(GetQueryString('bsm_slsq'),GetQueryString('businessno'));
9 list = getApplyRecord(GetQueryString('bsm_slsq'),GetQueryString('businessno')); 9 list = getApplyRecord(GetQueryString('bsm_slsq'),GetQueryString('businessno'));
10 if(list.sqrlb == '1') {
11 $('.acceptance_information h3').text('权利人信息');
12 }else {
13 $('.acceptance_information h3').text('义务人信息');
14 }
10 // 房屋信息 15 // 房屋信息
11 houseInfo = getFDCQ2(GetQueryString('bsm_slsq')); 16 houseInfo = getFDCQ2(GetQueryString('bsm_slsq'));
12 console.log(list); 17 console.log(list);
......
1 layui.use('element', function () { 1 layui.use('element', function () {
2 let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块 2 let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块
3 }); 3 });
4 var list;
5 var houseInfo;
6 $(function () { 4 $(function () {
7 addTabs('#wssq') 5 addTabs('#wssq')
8 setAcceptFlow(GetQueryString('bsm_slsq'), GetQueryString('businessno')); 6 setAcceptFlow(GetQueryString('bsm_slsq'), GetQueryString('businessno'));
9 list = getApplyRecord(GetQueryString('bsm_slsq'), GetQueryString('businessno')); 7 fetchDataReview();
8 })
9 function fetchDataReview() {
10 let list = getApplyRecord(GetQueryString('bsm_slsq'), GetQueryString('businessno'));
11 if(list.sqrlb == '1') {
12 $('#acceptance_information h3').text('权利人信息');
13 }else {
14 $('#acceptance_information h3').text('义务人信息');
15 }
10 // 房屋信息 16 // 房屋信息
11 console.log(list, houseInfo); 17 let houseInfo = getFDCQ2(GetQueryString('bsm_slsq'));
12 houseInfo = getFDCQ2(GetQueryString('bsm_slsq'));
13 $('#typesPower p').text(list.qllxmc); 18 $('#typesPower p').text(list.qllxmc);
14 $('#businessType p').text(list.shortname); 19 $('#businessType p').text(list.shortname);
15 $('#acceptanceNumber p').text(list.wwsqbh); 20 $('#acceptanceNumber p').text(list.wwsqbh);
...@@ -22,11 +27,7 @@ $(function () { ...@@ -22,11 +27,7 @@ $(function () {
22 var listItem; 27 var listItem;
23 let userInfo = []; 28 let userInfo = [];
24 userInfo.push(getCookie('myCookie')); 29 userInfo.push(getCookie('myCookie'));
25 if (list.ajzt != '4' || list.ajzt != '5') { 30 $('#informationList').empty();
26 $('.next_button').append('<button type="button" class="layui-btn layui-btn-normal">'
27 + '<a onclick="skipClick()">下一步</a>'
28 + '</button>')
29 }
30 if (list.sqrList && list.sqrList.length > 0) { 31 if (list.sqrList && list.sqrList.length > 0) {
31 for (var i = 0; i < list.sqrList.length; i++) { 32 for (var i = 0; i < list.sqrList.length; i++) {
32 listItem = '<li>' 33 listItem = '<li>'
...@@ -50,8 +51,7 @@ $(function () { ...@@ -50,8 +51,7 @@ $(function () {
50 $('#informationList').append(listItem) 51 $('#informationList').append(listItem)
51 } 52 }
52 } 53 }
53 54 }
54 })
55 //下一步事件 55 //下一步事件
56 function skipClick() { 56 function skipClick() {
57 skipNextPage(GetQueryString('bsm_slsq'), GetQueryString('businessno')); 57 skipNextPage(GetQueryString('bsm_slsq'), GetQueryString('businessno'));
......
...@@ -3,6 +3,8 @@ var slsqxx; ...@@ -3,6 +3,8 @@ var slsqxx;
3 var bsmCl; 3 var bsmCl;
4 // 领证方式 4 // 领证方式
5 var lzfs = 1; 5 var lzfs = 1;
6 // 共有方式
7 var gyfsmc = 1;
6 layui.use('element', function () { 8 layui.use('element', function () {
7 let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块 9 let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块
8 }); 10 });
...@@ -38,25 +40,32 @@ $(function () { ...@@ -38,25 +40,32 @@ $(function () {
38 loadSqrDetail() 40 loadSqrDetail()
39 //读取邮寄信息 41 //读取邮寄信息
40 loadMailDetail(); 42 loadMailDetail();
43 // 读取权利人
44 authorityPerson();
45 applicationMethod();
46 });
47 // 区分单方申请和双方申请
48 function applicationMethod() {
41 // 在这里页面显示进行处理 49 // 在这里页面显示进行处理
42 console.log(99999, slsqxx) 50 if (slsqxx.sqrlb == '1') {
43 if (slsqxx.sqrlb == '1' && slsqxx.sqfs == '2') { 51 $('.obtaining_license').show();
44 $('.obtaining_license').hide();
45 $('#obligeeInformation').text('权利人信息'); 52 $('#obligeeInformation').text('权利人信息');
46 $('.nextSubmitButton').append('<div class="next_button">' +
47 '<button type="button" lay-submit="" lay-filter="submit1" class="layui-btn layui-btn-normal">' +
48 '<a onclick="skipClick()">下一步</a>' +
49 '</button>' +
50 '</div>')
51 } else { 53 } else {
54 $('.obtaining_license').hide();
52 $('#obligeeInformation').text('义务人信息'); 55 $('#obligeeInformation').text('义务人信息');
53 $('.nextSubmitButton').empty(); 56 $('.nextSubmitButton').empty();
57 $('.nextSubmitButton').append('<div class="next_button">'+
58 '<button type="button" lay-submit="" lay-filter="submit1" class="layui-btn layui-btn-normal">'+
59 '<a onclick="skipClick()">下一步</a></button></div>')
54 } 60 }
55 // 61 if (slsqxx.sqfs == '1' && slsqxx.sqrlb == '1') {
56 if (slsqxx.sqfs == '1') {
57 $('.folkObligee').show(); 62 $('.folkObligee').show();
58 } 63 }
59 }); 64 // 动态设置样式
65 for(var i=0;i<$('.conImageUpdate').length;i++) {
66 $('.conImageUpdate').eq(i).find('.imageUpdateTitle').css('height', $('.conImageUpdate').eq(i).height()-60);
67 }
68 }
60 69
61 //读取受理信息 70 //读取受理信息
62 function loadAcceptDetail() { 71 function loadAcceptDetail() {
...@@ -137,7 +146,7 @@ function loadSqrDetail() { ...@@ -137,7 +146,7 @@ function loadSqrDetail() {
137 function loadMailDetail() { 146 function loadMailDetail() {
138 // 领证方式 147 // 领证方式
139 lzfs = slsqxx.lzfs; 148 lzfs = slsqxx.lzfs;
140 if (lzfs == 2) { 149 if (lzfs == '2') {
141 $('.shipping_method').show(); 150 $('.shipping_method').show();
142 $('.submitButton').hide(); 151 $('.submitButton').hide();
143 } else { 152 } else {
...@@ -155,8 +164,11 @@ function loadMailDetail() { ...@@ -155,8 +164,11 @@ function loadMailDetail() {
155 } 164 }
156 } 165 }
157 166
158 $('.radioInfo').click(function () { 167 // 权利人添加
159 let index = $(this).attr("value") 168 function authorityPerson() {
169 $('.radioInfo').click(function () {
170 let index = $(this).attr("value");
171 gyfsmc = index;
160 if ($('#layui-form .layui-form-item').length > 1) { 172 if ($('#layui-form .layui-form-item').length > 1) {
161 return false 173 return false
162 } else { 174 } else {
...@@ -166,11 +178,11 @@ $('.radioInfo').click(function () { ...@@ -166,11 +178,11 @@ $('.radioInfo').click(function () {
166 $('.add_form').hide() 178 $('.add_form').hide()
167 } 179 }
168 } 180 }
169 }) 181 })
170 // form 添加 182 // form 添加
171 $('.add_form').click(function () { 183 $('.add_form').click(function () {
172 $('#layui-form').append( 184 $('#layui-form').append(
173 '<div class="layui-form-item">' + 185 '<div class="layui-form-item sqrList">' +
174 '<div class="layui-inline">' + 186 '<div class="layui-inline">' +
175 '<label class="layui-form-label">姓名</label>' + 187 '<label class="layui-form-label">姓名</label>' +
176 '<div class="layui-input-block">' + 188 '<div class="layui-input-block">' +
...@@ -180,7 +192,7 @@ $('.add_form').click(function () { ...@@ -180,7 +192,7 @@ $('.add_form').click(function () {
180 '<div class="layui-inline idCard">' + 192 '<div class="layui-inline idCard">' +
181 '<label class="layui-form-label">身份证类型</label>' + 193 '<label class="layui-form-label">身份证类型</label>' +
182 '<div class="layui-input-block">' + 194 '<div class="layui-input-block">' +
183 '<select lay-filter="typeId">' + 195 '<select lay-filter="typeId" name="sqrzj">' +
184 '<option value="1">身份证</option>' + 196 '<option value="1">身份证</option>' +
185 '<option value="2">军官证</option>' + 197 '<option value="2">军官证</option>' +
186 '</select>' + 198 '</select>' +
...@@ -209,16 +221,13 @@ $('.add_form').click(function () { ...@@ -209,16 +221,13 @@ $('.add_form').click(function () {
209 console.log(data.value); 221 console.log(data.value);
210 }); 222 });
211 }) 223 })
224 })
212 // 编辑 225 // 编辑
213 $(document).on("click", ".layui-icon-reduce-circle", function (e) { 226 $(document).on("click", ".layui-icon-reduce-circle", function (e) {
214 $(this).parent().remove() 227 $(this).parent().remove()
215 }) 228 })
216 }) 229 }
217 // 图片上传 230 // 图片上传
218 // 询问笔录
219 $('.record').click(function (event) {
220 event.stopPropagation();
221 })
222 // 领证方式 231 // 领证方式
223 $('.formRadio').click(function () { 232 $('.formRadio').click(function () {
224 let value = $(this).attr('value'); 233 let value = $(this).attr('value');
...@@ -235,8 +244,6 @@ $('.formRadio').click(function () { ...@@ -235,8 +244,6 @@ $('.formRadio').click(function () {
235 function skipClick() { 244 function skipClick() {
236 if (_saveSQR()) { 245 if (_saveSQR()) {
237 skipNextPage(GetQueryString('bsm_slsq'), GetQueryString('businessno')); 246 skipNextPage(GetQueryString('bsm_slsq'), GetQueryString('businessno'));
238 } else {
239 layer.msg('保存信息出错!');
240 } 247 }
241 } 248 }
242 249
...@@ -408,13 +415,19 @@ function _uploadSlcl(flieList, bsmCl, fileul, sizeNum) { ...@@ -408,13 +415,19 @@ function _uploadSlcl(flieList, bsmCl, fileul, sizeNum) {
408 function _saveSQR() { 415 function _saveSQR() {
409 var isSave = false; 416 var isSave = false;
410 // 申请人信息 417 // 申请人信息
411 var d = {}, sqrList = []; 418 var d = {}, sqrList = [], tobj = {} , tLists = [];
412 var t = $('.sqrList').serializeArray(); 419 var t = $('.sqrList').serializeArray();
413 $.each(t, function () {
414 d[this.name] = this.value;
415 });
416 d.userid = getCookie('myCookie').userid; 420 d.userid = getCookie('myCookie').userid;
417 sqrList.push(d); 421 sqrList.push(d);
422 t.forEach((item, index) => {
423 console.log(item)
424 tobj[item.name] = item.value;
425 if((index+1)%4==0){
426 tLists.push(tobj)
427 tobj = {};
428 }
429 });
430 sqrList = sqrList.concat(tLists)
418 for (var i = 0; i < sqrList.length; i++) { 431 for (var i = 0; i < sqrList.length; i++) {
419 sqrList[i].sqrlx = 1; 432 sqrList[i].sqrlx = 1;
420 } 433 }
...@@ -434,7 +447,7 @@ function _saveSQR() { ...@@ -434,7 +447,7 @@ function _saveSQR() {
434 contentType: 'application/json', 447 contentType: 'application/json',
435 data: JSON.stringify({ 448 data: JSON.stringify({
436 'bsmSlsq': slsqxx.bsmSlsq, 449 'bsmSlsq': slsqxx.bsmSlsq,
437 'gyfsbm': 1, 450 'gyfsbm': gyfsmc,
438 'sqrlb': slsqxx.sqrlb, 451 'sqrlb': slsqxx.sqrlb,
439 'lzfs': lzfs, 452 'lzfs': lzfs,
440 'sqrList': sqrList, 453 'sqrList': sqrList,
...@@ -442,9 +455,10 @@ function _saveSQR() { ...@@ -442,9 +455,10 @@ function _saveSQR() {
442 }), 455 }),
443 success: function (result) {//返回数据根据结果进行相应的处理 456 success: function (result) {//返回数据根据结果进行相应的处理
444 if (result.code == 200) { 457 if (result.code == 200) {
445 isSave = true 458 isSave = true;
446 } else { 459 } else {
447 isSave = false 460 isSave = false;
461 layer.msg(result.message);
448 } 462 }
449 } 463 }
450 }); 464 });
......
1 layui.use('element', function () {
2 });
1 $(function () { 3 $(function () {
2 layui.use('element', function () {
3 });
4
5 addTabs('#wssq') 4 addTabs('#wssq')
6 setAcceptFlow(GetQueryString('bsm_slsq'), GetQueryString('businessno')); 5 setAcceptFlow(GetQueryString('bsm_slsq'), GetQueryString('businessno'));
7 list = getApplyRecord(GetQueryString('bsm_slsq'), GetQueryString('businessno')); 6 list = getApplyRecord(GetQueryString('bsm_slsq'), GetQueryString('businessno'));
...@@ -30,18 +29,22 @@ function skipClick() { ...@@ -30,18 +29,22 @@ function skipClick() {
30 // 验证码 29 // 验证码
31 30
32 $(".captcha").click(function () { 31 $(".captcha").click(function () {
33 $(".captcha").hide() 32 console.log($('.phoneInput').val())
34 $(".num").show() 33 let value = $('.phoneInput').val()
34 if (validatorTel(value)) {
35 var second = 30 35 var second = 30
36 $(".num").text((second) + "秒") 36 $(".captcha").text((second) + "秒后再发送")
37 var interval = setInterval(function () { 37 var interval = setInterval(function () {
38 second-- 38 second--
39 $(".num").text((second) + "秒") 39 $(".captcha").text((second) + "秒后再发送")
40 if (second === -1) { 40 if (second === -1) {
41 $(".captcha").text("重发验证码") 41 $(".captcha").text("重发验证码")
42 clearInterval(interval) 42 clearInterval(interval)
43 $(".num").hide()
44 $(".captcha").show()
45 } 43 }
46 }, 1000) 44 }, 1000)
45 } else {
46 layui.use('layer', function () {
47 layer.msg('请输入正确手机号!');
48 })
49 }
47 }) 50 })
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -5,7 +5,12 @@ $(function () { ...@@ -5,7 +5,12 @@ $(function () {
5 addTabs('#wssq') 5 addTabs('#wssq')
6 setAcceptFlow(GetQueryString('bsm_slsq'),GetQueryString('businessno')); 6 setAcceptFlow(GetQueryString('bsm_slsq'),GetQueryString('businessno'));
7 // 获取页面信息 7 // 获取页面信息
8 _taxVerification(GetQueryString('bsm_slsq'), GetQueryString('businessno')) 8 _taxVerification(GetQueryString('bsm_slsq'), GetQueryString('businessno'));
9 if(business.sqrlb == '1') {
10 $('.buyer_information h3').text('权利人信息');
11 }else {
12 $('.buyer_information h3').text('义务人信息');
13 }
9 }) 14 })
10 //下一步事件 15 //下一步事件
11 function skipClick(){ 16 function skipClick(){
......
...@@ -172,6 +172,17 @@ function setFristStepPageFLow(ywid, businessno) { ...@@ -172,6 +172,17 @@ function setFristStepPageFLow(ywid, businessno) {
172 function setAcceptFlow(bsmSlsq, businessNo) { 172 function setAcceptFlow(bsmSlsq, businessNo) {
173 getAcceptFlow(bsmSlsq, businessNo); 173 getAcceptFlow(bsmSlsq, businessNo);
174 setArticleSteps(); 174 setArticleSteps();
175 let num = 0;
176 for (var i=0; i< business.stepList.length; i++) {
177 if(business.stepList[i].stepState == '2') {
178 num++
179 }
180 }
181 if((business.ajzt != '4' || business.ajzt != '5') && (business.stepList.length!=(num+1))) {
182 $('.next_button').append('<button type="button" class="layui-btn layui-btn-normal">'
183 + '<a onclick="skipClick()">下一步</a>'
184 + '</button>')
185 }
175 } 186 }
176 187
177 //跳转下一个环节页面 188 //跳转下一个环节页面
......
...@@ -73,7 +73,11 @@ function NewsData() { ...@@ -73,7 +73,11 @@ function NewsData() {
73 for (var i = 0; i < result.data.length; i++) { 73 for (var i = 0; i < result.data.length; i++) {
74 if (i == 6) return; 74 if (i == 6) return;
75 publishTime = CutDate(result.data[i].publishTime); 75 publishTime = CutDate(result.data[i].publishTime);
76 if (result.data[i].cover) {
77 li = '<li url="'+result.data[i].cover+'"><a href="./staticViews/xwxq.html?id='+result.data[i].id+'" title="' + result.data[i].headline + '" target="_blank">';
78 }else {
76 li = '<li><a href="./staticViews/xwxq.html?id='+result.data[i].id+'" title="' + result.data[i].headline + '" target="_blank">'; 79 li = '<li><a href="./staticViews/xwxq.html?id='+result.data[i].id+'" title="' + result.data[i].headline + '" target="_blank">';
80 }
77 li += '<div class="news_item">'; 81 li += '<div class="news_item">';
78 if (recentlyDay.indexOf(publishTime) > -1) { 82 if (recentlyDay.indexOf(publishTime) > -1) {
79 li += '<svg class="icon svg-icon" aria-hidden="true"> <use xlink:href="#iconzuixin"></use> </svg>'; 83 li += '<svg class="icon svg-icon" aria-hidden="true"> <use xlink:href="#iconzuixin"></use> </svg>';
...@@ -82,10 +86,22 @@ function NewsData() { ...@@ -82,10 +86,22 @@ function NewsData() {
82 li += '<span>' + publishTime + '</span></a></li>'; 86 li += '<span>' + publishTime + '</span></a></li>';
83 ulNews.append(li); 87 ulNews.append(li);
84 } 88 }
85 89 if(result.data[0].cover) {
90 $('.news-img img').attr('src',result.data[0].cover);
91 }else {
92 $('.news-img img').attr('src','./staticImages/news_demo.jpg');
93 }
86 } 94 }
87 } 95 }
88 }); 96 });
97
98 $(document).on("mouseover", "#ulNews li", function (e) {
99 if($(this).attr('url')) {
100 $('.news-img img').attr('src',$(this).attr('url'));
101 }else {
102 $('.news-img img').attr('src','./staticImages/news_demo.jpg');
103 }
104 })
89 } 105 }
90 106
91 //加载公告数据 107 //加载公告数据
......
...@@ -26,7 +26,9 @@ $(function () { ...@@ -26,7 +26,9 @@ $(function () {
26 dataRendering(dataList.list) 26 dataRendering(dataList.list)
27 } 27 }
28 }) 28 })
29 29 $(function() {
30 $('#hellotime').text(getTimeState())
31 })
30 $(document).on("click", ".appintmentList li .handle", function () { 32 $(document).on("click", ".appintmentList li .handle", function () {
31 let businessNo = $(this).attr('data-businessNo'); 33 let businessNo = $(this).attr('data-businessNo');
32 let slsqBsm = $(this).attr('data-slsqBsm'); 34 let slsqBsm = $(this).attr('data-slsqBsm');
...@@ -205,6 +207,11 @@ function paged(pageCount, curr) { ...@@ -205,6 +207,11 @@ function paged(pageCount, curr) {
205 } 207 }
206 }); 208 });
207 }) 209 })
210 if (pageCount == 0) {
211 $('#page').hide();
212 }else {
213 $('#page').show();
214 }
208 } 215 }
209 216
210 217
...@@ -254,6 +261,26 @@ function dataRendering() { ...@@ -254,6 +261,26 @@ function dataRendering() {
254 $('.appintmentList').append(li) 261 $('.appintmentList').append(li)
255 } 262 }
256 } 263 }
264 function getTimeState(){
265 // 获取当前时间
266 let timeNow = new Date();
267 // 获取当前小时
268 let hours = timeNow.getHours();
269 // 设置默认文字
270 let text = '';
271 // 判断当前时间段
272 if (hours >= 0 && hours <= 10) {
273 text = '早上好:';
274 } else if (hours > 10 && hours <= 14) {
275 text = '中午好:';
276 } else if (hours > 14 && hours <= 18) {
277 text = '下午好:';
278 } else if (hours > 18 && hours <= 24) {
279 text = `晚上好:`;
280 }
281 // 返回当前时间段对应的状态
282 return text;
283 };
257 284
258 var dataList = { 285 var dataList = {
259 "list": [], 286 "list": [],
......
1 $(function () { 1 layui.use('element', function () {
2 layui.use('element', function () {
3 let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块 2 let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块
4 //监听导航点击 3 });
5 element.on('nav(demo)', function (elem) { 4 $(function () {
6 layer.msg(elem.text()); 5 addTabs('#wssq');
7 });
8 });
9 addTabs('#wssq')
10 //config的设置是全局的 6 //config的设置是全局的
11 layui.config({ 7 layui.config({
12 base: '../../staticJs/' 8 base: '../../staticJs/'
......
...@@ -21,9 +21,11 @@ function LoadNewsData(currentPage) { ...@@ -21,9 +21,11 @@ function LoadNewsData(currentPage) {
21 dataType: "json", 21 dataType: "json",
22 //数据,这里使用的是Json格式进行传输 22 //数据,这里使用的是Json格式进行传输
23 success: function (result) { 23 success: function (result) {
24 data.total = result.data.total;
25 if (result.code == 200 && result.data != null) { 24 if (result.code == 200 && result.data != null) {
25 data.total = result.data.total;
26 data.list = result.data.records; 26 data.list = result.data.records;
27 }else {
28 data.total = 0;
27 } 29 }
28 layui.use('laytpl', function () { 30 layui.use('laytpl', function () {
29 laytpl = layui.laytpl; 31 laytpl = layui.laytpl;
...@@ -49,11 +51,13 @@ function HotArticle() { ...@@ -49,11 +51,13 @@ function HotArticle() {
49 success: function (result) {//返回数据根据结果进行相应的处理 51 success: function (result) {//返回数据根据结果进行相应的处理
50 if (result.code == 200 && result.data != null) { 52 if (result.code == 200 && result.data != null) {
51 for (var i = 0; i < result.data.length; i++) { 53 for (var i = 0; i < result.data.length; i++) {
52 li = '<li class="tj">'; 54 li = '<li class="tj"><a href="./xwxq.html?id='+result.data[i].id+'" target="_blank">';
55 if ( result.data[i].cover ) {
53 li += '<img src="' + result.data[i].cover + '">'; 56 li += '<img src="' + result.data[i].cover + '">';
57 }
54 li += '<span class="tj-title">' + result.data[i].headline + '</span>'; 58 li += '<span class="tj-title">' + result.data[i].headline + '</span>';
55 li += '<span class="tj-date">' + result.data[i].deadtime + '</span>'; 59 li += '<span class="tj-date">' + result.data[i].deadtime + '</span>';
56 li += '</li>'; 60 li += '</a></li>';
57 recommend.append(li); 61 recommend.append(li);
58 } 62 }
59 } 63 }
...@@ -101,8 +105,13 @@ layui.use('laypage', function () { ...@@ -101,8 +105,13 @@ layui.use('laypage', function () {
101 } 105 }
102 } 106 }
103 }); 107 });
108 if(data.total ==0) {
109 $('#page').hide();
110 }else {
111 $('#page').show();
112 }
104 }) 113 })
105 var data = { //数据 114 var data = { //数据
106 "list": [], 115 "list": [],
107 total: undefined 116 total: 0
108 }; 117 };
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -2,10 +2,10 @@ $(function () { ...@@ -2,10 +2,10 @@ $(function () {
2 layui.use('element', function () { 2 layui.use('element', function () {
3 let element = layui.element; 3 let element = layui.element;
4 }); 4 });
5 addTabs('#zwgk') 5 addTabs('#zwgk');
6 getLawsArticleList() 6 getLawsArticleList();
7 getPolicyHotArticleList() 7 getPolicyHotArticleList();
8 HotArticle() 8 HotArticle();
9 }) 9 })
10 10
11 // 获取相应政策表数据 11 // 获取相应政策表数据
...@@ -25,7 +25,7 @@ function getLawsArticleList() { ...@@ -25,7 +25,7 @@ function getLawsArticleList() {
25 //数据,这里使用的是Json格式进行传输 25 //数据,这里使用的是Json格式进行传输
26 success: function (result) {//返回数据根据结果进行相应的处理 26 success: function (result) {//返回数据根据结果进行相应的处理
27 if (result.code == 200 && result.data != null) { 27 if (result.code == 200 && result.data != null) {
28 data.total = result.data.total 28 data.total = result.data.total;
29 for (var i = 0; i < result.data.records.length; i++) { 29 for (var i = 0; i < result.data.records.length; i++) {
30 li = '<li>'; 30 li = '<li>';
31 li += '<a href="./xyzcxq.html?id='+result.data.records[i].id+'" title="' + result.data.records[i].headline + '" target="_blank">' 31 li += '<a href="./xyzcxq.html?id='+result.data.records[i].id+'" title="' + result.data.records[i].headline + '" target="_blank">'
...@@ -35,6 +35,8 @@ function getLawsArticleList() { ...@@ -35,6 +35,8 @@ function getLawsArticleList() {
35 li += '</li>'; 35 li += '</li>';
36 flfgList.append(li); 36 flfgList.append(li);
37 } 37 }
38 }else {
39 data.total = 0;
38 } 40 }
39 } 41 }
40 42
...@@ -78,11 +80,13 @@ function HotArticle() { ...@@ -78,11 +80,13 @@ function HotArticle() {
78 success: function (result) {//返回数据根据结果进行相应的处理 80 success: function (result) {//返回数据根据结果进行相应的处理
79 if (result.code == 200 && result.data != null) { 81 if (result.code == 200 && result.data != null) {
80 for (var i = 0; i < result.data.length; i++) { 82 for (var i = 0; i < result.data.length; i++) {
81 li = '<li>'; 83 li = '<li class="tj"><a href="./xwxq.html?id='+result.data[i].id+'" target="_blank">';
84 if(result.data[i].cover) {
82 li += '<img src="' + result.data[i].cover + '">'; 85 li += '<img src="' + result.data[i].cover + '">';
86 }
83 li += '<h3>'+result.data[i].headline+'</h3>'; 87 li += '<h3>'+result.data[i].headline+'</h3>';
84 li += '<p class="recommend_date">'+result.data[i].deadtime+'</p>'; 88 li += '<p class="recommend_date">'+result.data[i].deadtime+'</p>';
85 li += '</li>'; 89 li += '</a></li>';
86 news_list_con.append(li); 90 news_list_con.append(li);
87 } 91 }
88 } 92 }
...@@ -109,10 +113,15 @@ layui.use('laypage', function () { ...@@ -109,10 +113,15 @@ layui.use('laypage', function () {
109 } 113 }
110 } 114 }
111 }); 115 });
116 if (data.total ==0 ) {
117 $('#page').hide();
118 }else {
119 $('#page').show();
120 }
112 }); 121 });
113 var data = { //数据 122 var data = { //数据
114 "list": [], 123 "list": [],
115 total: undefined, 124 total: 0,
116 currentPage: 1, 125 currentPage: 1,
117 pageSize: 5 126 pageSize: 5
118 }; 127 };
...\ No newline at end of file ...\ No newline at end of file
......
1 [
2 {
3 "id": 1,
4 "name": "zzz",
5 "open": true,
6 "children": [
7 {
8 "id": 2,
9 "name": "1",
10 "open": false,
11 "checked": true
12 },
13 {
14 "id": 3,
15 "name": "2",
16 "open": false,
17 "checked": true
18
19 },
20 {
21 "id": 17,
22 "name": "3z",
23 "open": false,
24 "checked": true
25 }
26 ],
27 "checked": true
28 },
29 {
30 "id": 4,
31 "name": "评论",
32 "open": false,
33 "children": [
34 {
35 "id": 5,
36 "name": "留言列表",
37 "open": false,
38 "checked": false
39 },
40 {
41 "id": 6,
42 "name": "发表留言",
43 "open": false,
44 "checked": false
45 },
46 {
47 "id": 333,
48 "name": "233333",
49 "open": false,
50 "checked": false
51 }
52 ],
53 "checked": false
54 },
55 {
56 "id": 10,
57 "name": "权限管理",
58 "open": false,
59 "children": [
60 {
61 "id": 8,
62 "name": "用户列表",
63 "open": false,
64 "children": [
65 {
66 "id": 40,
67 "name": "添加用户",
68 "open": false,
69
70 "url": null,
71 "title": "40",
72 "checked": false,
73 "level": 2,
74 "check_Child_State": 0,
75 "check_Focus": false,
76 "checkedOld": false,
77 "dropInner": false,
78 "drag": false,
79 "parent": false
80 },
81 {
82 "id": 41,
83 "name": "编辑用户",
84 "open": false,
85 "checked": false
86 },
87 {
88 "id": 42,
89 "name": "删除用户",
90 "open": false,
91 "checked": false
92 }
93 ],
94 "checked": false
95 },
96 {
97 "id": 11,
98 "name": "角色列表",
99 "open": false,
100 "checked": false
101 },
102 {
103 "id": 13,
104 "name": "所有权限",
105 "open": false,
106 "children": [
107 {
108 "id": 34,
109 "name": "添加权限",
110 "open": false,
111 "checked": false
112 },
113 {
114 "id": 37,
115 "name": "编辑权限",
116 "open": false,
117 "checked": false
118 },
119 {
120 "id": 38,
121 "name": "删除权限",
122 "open": false,
123 "checked": false
124 }
125 ],
126 "checked": false
127 },
128 {
129 "id": 15,
130 "name": "操作日志",
131 "open": false,
132 "checked": false
133 }
134 ],
135 "checked": false
136 }
137 ]
...\ No newline at end of file ...\ No newline at end of file
...@@ -17,8 +17,7 @@ ...@@ -17,8 +17,7 @@
17 <div class="contentBox"> 17 <div class="contentBox">
18 <span class="layui-breadcrumb"> 18 <span class="layui-breadcrumb">
19 <a href="../index.html" title="首页">首页</a> 19 <a href="../index.html" title="首页">首页</a>
20 <a href="#" title="办事指南">办事指南</a> 20 <a title="办事指南"><cite>办事指南</cite></a>
21 <a title="业务指南"><cite>业务指南</cite></a>
22 </span> 21 </span>
23 </div> 22 </div>
24 </div> 23 </div>
......
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/convenienceService/businessInquiry.css">
11 </head>
12
13 <body>
14 <div class="businessInquiry">
15 <div class="navigation_crumbs">
16 <div class="contentBox">
17 <span class="layui-breadcrumb">
18 <a href="../../index.html" title="首页">首页</a>
19 <a title="预约查询"><cite>预约查询</cite></a>
20 </span>
21 </div>
22 </div>
23 <div class="informationService middleZoneHeight">
24 <div>
25 <span>受理编号:</span>
26 <input type="text" name="" placeholder="登记业务号/房产业务号/线上受理号" class="layui-input">
27 </div>
28 <div>
29 <span>权利信息:</span>
30 <input type="text" name="" placeholder="权利人身份证后四位或单位全称" class="layui-input">
31 </div>
32 <button type="button" class="layui-btn layui-btn-normal">查询</button>
33 </div>
34 </div>
35 </body>
36 <script type="text/javascript" src="../../staticJs/down.js"></script>
37 <script type="text/javascript" src="../../staticJs/convenienceService/businessInquiry.js"></script>
38 </html>
...\ No newline at end of file ...\ No newline at end of file
...@@ -21,18 +21,62 @@ ...@@ -21,18 +21,62 @@
21 </div> 21 </div>
22 </div> 22 </div>
23 <div class="informationService middleZoneHeight"> 23 <div class="informationService middleZoneHeight">
24 <div> 24 <div class="selectCity">
25 <h2 class="region_title">请先选择对应的区域</h2>
26 <form class="layui-form">
27 <h2 class="title"></h2>
28 <div class="layui-inline layui-select-default" style="margin-right: 10px;">
29 <select name="province" class="Pselected" disabled data-area="陕西省"" lay-filter=" province">
30 <option value="">选择省</option>
31 </select>
32 </div>
33 <h2></h2>
34 <div class="layui-inline selected layui-select-default">
35 <select name="city" class="Cselected" disabled data-area="西安市" lay-filter="selectCity">
36 <option value="">选择市</option>
37 </select>
38 </div>
39 </form>
40 <div class="area_list_content">
41 <h2></h2>
42 <ul class="area_list"></ul>
43 </div>
44 </div>
45 <h2 class="region_title">请输入查询信息</h2>
46 <ul class="personInfo">
47 <li>
48 <span>权利人:</span>
49 <p>任超</p>
50 </li>
51 <li>
52 <span>证件类型:</span>
53 <p>身份证</p>
54 </li>
55 <li>
56 <span>手机号:</span>
57 <p>187789798798</p>
58 <button type="button" name="button" class="verCode">点击获取验证码</button>
59 </li>
60 <li>
61 <span>身份证号:</span>
62 <p>610127879798</p>
63 </li>
64 </ul>
65 <div class="verificationCode">
66 <span>验证码:</span>
67 <input type="tel" placeholder="请输入验证码" class="layui-input">
68 </div>
69 <div class="verificationCode marginTop20">
25 <span>受理编号:</span> 70 <span>受理编号:</span>
26 <input type="text" name="" placeholder="登记业务号/房产业务号/线上受理号" class="layui-input"> 71 <input type="text" placeholder="请输入受理编号" class="layui-input">
27 </div> 72 </div>
28 <div> 73 <div class="submit_button">
29 <span>权利信息</span> 74 <button type="button" class="layui-btn layui-btn-normal">查看电子证照</button>
30 <input type="text" name="" placeholder="权利人身份证后四位或单位全称" class="layui-input">
31 </div> 75 </div>
32 <button type="button" class="layui-btn layui-btn-normal">查询</button>
33 </div> 76 </div>
34 </div> 77 </div>
35 </body> 78 </body>
36 <script type="text/javascript" src="../../staticJs/down.js"></script> 79 <script type="text/javascript" src="../../staticJs/down.js"></script>
37 <script type="text/javascript" src="../../staticJs/convenienceService/businessInquiry.js"></script> 80 <script type="text/javascript" src="../../staticJs/convenienceService/businessInquiry.js"></script>
81
38 </html> 82 </html>
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -22,12 +22,26 @@ ...@@ -22,12 +22,26 @@
22 </div> 22 </div>
23 <div class="informationService middleZoneHeight"> 23 <div class="informationService middleZoneHeight">
24 <div> 24 <div>
25 <span>申请人:</span>
26 <input type="text" name="" placeholder="请输入申请人" class="layui-input">
27 </div>
28 <div>
29 <span>证件种类:</span>
30 <select name="interest" lay-filter="" class="typesCertificates">
31 <option value="1">身份证</option>
32 </select>
33 </div>
34 <div>
35 <span>证件号码:</span>
36 <input type="text" name="" placeholder="请输入证件号码" class="layui-input">
37 </div>
38 <div>
25 <span>受理编号:</span> 39 <span>受理编号:</span>
26 <input type="text" name="" placeholder="登记业务号/房产业务号/线上受理号" class="layui-input"> 40 <input type="text" name="" placeholder="请输入受理编号" class="layui-input">
27 </div> 41 </div>
28 <div> 42 <div>
29 <span>权利信息</span> 43 <span>所属行政区</span>
30 <input type="text" name="" placeholder="权利人身份证后四位或单位全称" class="layui-input"> 44 <input type="text" id="tree" lay-filter="tree" class="layui-input">
31 </div> 45 </div>
32 <button type="button" class="layui-btn layui-btn-normal">查询</button> 46 <button type="button" class="layui-btn layui-btn-normal">查询</button>
33 </div> 47 </div>
......
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/convenienceService/businessInquiry.css">
11 </head>
12 <body>
13 <div class="businessInquiry">
14 <div class="navigation_crumbs">
15 <div class="contentBox">
16 <span class="layui-breadcrumb">
17 <a href="../../index.html" title="首页">首页</a>
18 <a title="证书核验"><cite>证书核验</cite></a>
19 </span>
20 </div>
21 </div>
22 <div class="informationService middleZoneHeight">
23 <div class="selectCity">
24 <h2 class="region_title">请先选择对应的区域</h2>
25 <form class="layui-form">
26 <h2 class="title"></h2>
27 <div class="layui-inline layui-select-default" style="margin-right: 10px;">
28 <select name="province" class="Pselected" disabled data-area="陕西省"" lay-filter=" province">
29 <option value="">选择省</option>
30 </select>
31 </div>
32 <h2></h2>
33 <div class="layui-inline selected layui-select-default">
34 <select name="city" class="Cselected" disabled data-area="西安市" lay-filter="selectCity">
35 <option value="">选择市</option>
36 </select>
37 </div>
38 </form>
39 <div class="area_list_content">
40 <h2></h2>
41 <ul class="area_list"></ul>
42 </div>
43 </div>
44 <h2 class="region_title">请输入查询信息</h2>
45 <ul class="personInfo">
46 <li>
47 <span>权利人:</span>
48 <p>任超</p>
49 </li>
50 <li>
51 <span>证件类型:</span>
52 <p>身份证</p>
53 </li>
54 <li>
55 <span>手机号:</span>
56 <p>187789798798</p>
57 <button type="button" name="button" class="verCode">点击获取验证码</button>
58 </li>
59 <li>
60 <span>身份证号:</span>
61 <p>610127879798</p>
62 </li>
63 </ul>
64 <div class="verificationCode">
65 <span>验证码:</span>
66 <input type="tel" placeholder="请输入验证码" class="layui-input">
67 </div>
68 <div class="query_criteria">
69 <label class="layui-form-label query_criteria_title">不动产证书号:</label>
70 <div class="layui-input-inline">
71 <label class="layui-form-label"></label>
72 <input type="text" name="username" lay-verify="required" placeholder="请输入" autocomplete="off"
73 class="layui-input">
74 </div>
75 <p class="bdc_title">西安市不动产</p>
76 <div class="layui-input-inline">
77 <input type="text" name="username" lay-verify="required" class="layui-input">
78 <span></span>
79 </div>
80 </div>
81 <div class="examples">如:陕 (2019). 西安不动产第10</div>
82 <div class="submit_button">
83 <button type="button" class="layui-btn layui-btn-normal">查看电子证照</button>
84 </div>
85 </div>
86 </div>
87 </body>
88 <script type="text/javascript" src="../../staticJs/down.js"></script>
89 <script type="text/javascript" src="../../staticJs/convenienceService/businessInquiry.js"></script>
90
91 </html>
...\ No newline at end of file ...\ No newline at end of file
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
5 <head>
6 <style>
7 </style>
8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9 <title>档案查询</title>
10 <script type="text/javascript" src="../../staticJs/head.js"></script>
11 <link rel="stylesheet" type="text/css" href="../../staticCss/convenienceService/businessInquiry.css">
12 </head>
13
14 <body>
15 <div class="businessInquiry">
16 <div class="navigation_crumbs">
17 <div class="contentBox">
18 <span class="layui-breadcrumb">
19 <a href="../../index.html" title="首页">首页</a>
20 <a title="档案查询"><cite>档案查询</cite></a>
21 </span>
22 </div>
23 </div>
24 <div class="informationService middleZoneHeight">
25 <div class="selectCity">
26 <h2 class="region_title">请先选择对应的区域</h2>
27 <form class="layui-form">
28 <h2 class="title"></h2>
29 <div class="layui-inline layui-select-default" style="margin-right: 10px;">
30 <select name="province" class="Pselected" disabled data-area="陕西省"" lay-filter=" province">
31 <option value="">选择省</option>
32 </select>
33 </div>
34 <h2></h2>
35 <div class="layui-inline selected layui-select-default">
36 <select name="city" class="Cselected" disabled data-area="西安市" lay-filter="selectCity">
37 <option value="">选择市</option>
38 </select>
39 </div>
40 </form>
41 <div class="area_list_content">
42 <h2></h2>
43 <ul class="area_list"></ul>
44 </div>
45 </div>
46 <h2 class="region_title">请输入查询信息</h2>
47 <ul class="personInfo">
48 <li>
49 <span>权利人:</span>
50 <p>任超</p>
51 </li>
52 <li>
53 <span>证件类型:</span>
54 <p>身份证</p>
55 </li>
56 <li>
57 <span>手机号:</span>
58 <p>187789798798</p>
59 <button type="button" name="button" class="verCode">点击获取验证码</button>
60 </li>
61 <li>
62 <span>身份证号:</span>
63 <p>610127879798</p>
64 </li>
65 </ul>
66 <div class="verificationCode">
67 <span>验证码:</span>
68 <input type="tel" placeholder="请输入验证码" class="layui-input">
69 </div>
70 <div class="query_criteria">
71 <label class="layui-form-label query_criteria_title">不动产证书号:</label>
72 <div class="layui-input-inline">
73 <label class="layui-form-label"></label>
74 <input type="text" name="username" lay-verify="required" placeholder="请输入" autocomplete="off"
75 class="layui-input">
76 </div>
77 <p class="bdc_title">西安市不动产</p>
78 <div class="layui-input-inline">
79 <input type="text" name="username" lay-verify="required" class="layui-input">
80 <span></span>
81 </div>
82 </div>
83 <div class="examples">如:陕 (2019). 西安不动产第10</div>
84 <div class="submit_button">
85 <button type="button" class="layui-btn layui-btn-normal">查看电子证照</button>
86 </div>
87 </div>
88 </div>
89 </body>
90 <script type="text/javascript" src="../../staticJs/down.js"></script>
91 <script type="text/javascript" src="../../staticJs/convenienceService/businessInquiry.js"></script>
92
93 </html>
...\ No newline at end of file ...\ No newline at end of file
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/convenienceService/businessInquiry.css">
11 </head>
12
13 <body>
14 <div class="businessInquiry">
15 <div class="navigation_crumbs">
16 <div class="contentBox">
17 <span class="layui-breadcrumb">
18 <a href="../../index.html" title="首页">首页</a>
19 <a title="进度查询"><cite>进度查询</cite></a>
20 </span>
21 </div>
22 </div>
23 <div class="informationService middleZoneHeight">
24 <div class="selectCity">
25 <h2 class="region_title">请先选择对应的区域</h2>
26 <form class="layui-form">
27 <h2 class="title"></h2>
28 <div class="layui-inline layui-select-default" style="margin-right: 10px;">
29 <select name="province" class="Pselected" disabled data-area="陕西省"" lay-filter=" province">
30 <option value="">选择省</option>
31 </select>
32 </div>
33 <h2></h2>
34 <div class="layui-inline selected layui-select-default">
35 <select name="city" class="Cselected" disabled data-area="西安市" lay-filter="selectCity">
36 <option value="">选择市</option>
37 </select>
38 </div>
39 </form>
40 <div class="area_list_content">
41 <h2></h2>
42 <ul class="area_list"></ul>
43 </div>
44 </div>
45 <h2 class="region_title">请输入查询信息</h2>
46 <ul class="personInfo">
47 <li>
48 <span>权利人:</span>
49 <p>任超</p>
50 </li>
51 <li>
52 <span>证件类型:</span>
53 <p>身份证</p>
54 </li>
55 <li>
56 <span>手机号:</span>
57 <p>187789798798</p>
58 <button type="button" name="button" class="verCode">点击获取验证码</button>
59 </li>
60 <li>
61 <span>身份证号:</span>
62 <p>610127879798</p>
63 </li>
64 </ul>
65 <div class="verificationCode">
66 <span>验证码:</span>
67 <input type="tel" placeholder="请输入验证码" class="layui-input">
68 </div>
69 <div class="verificationCode marginTop20">
70 <span>受理编号:</span>
71 <input type="text" placeholder="请输入受理编号" class="layui-input">
72 </div>
73 <div class="submit_button">
74 <button type="button" class="layui-btn layui-btn-normal">查看电子证照</button>
75 </div>
76 </div>
77 </div>
78 </body>
79 <script type="text/javascript" src="../../staticJs/down.js"></script>
80 <script type="text/javascript" src="../../staticJs/convenienceService/businessInquiry.js"></script>
81
82 </html>
...\ No newline at end of file ...\ No newline at end of file
...@@ -21,18 +21,62 @@ ...@@ -21,18 +21,62 @@
21 </div> 21 </div>
22 </div> 22 </div>
23 <div class="informationService middleZoneHeight"> 23 <div class="informationService middleZoneHeight">
24 <div> 24 <div class="selectCity">
25 <span>受理编号:</span> 25 <h2 class="region_title">请先选择对应的区域</h2>
26 <input type="text" name="" placeholder="登记业务号/房产业务号/线上受理号" class="layui-input"> 26 <form class="layui-form">
27 <h2 class="title"></h2>
28 <div class="layui-inline layui-select-default" style="margin-right: 10px;">
29 <select name="province" class="Pselected" disabled data-area="陕西省"" lay-filter=" province">
30 <option value="">选择省</option>
31 </select>
27 </div> 32 </div>
28 <div> 33 <h2></h2>
29 <span>权利信息</span> 34 <div class="layui-inline selected layui-select-default">
30 <input type="text" name="" placeholder="权利人身份证后四位或单位全称" class="layui-input"> 35 <select name="city" class="Cselected" disabled data-area="西安市" lay-filter="selectCity">
36 <option value="">选择市</option>
37 </select>
38 </div>
39 </form>
40 <div class="area_list_content">
41 <h2></h2>
42 <ul class="area_list"></ul>
43 </div>
44 </div>
45 <h2 class="region_title">请输入查询信息</h2>
46 <ul class="personInfo">
47 <li>
48 <span>权利人:</span>
49 <p>任超</p>
50 </li>
51 <li>
52 <span>证件类型:</span>
53 <p>身份证</p>
54 </li>
55 <li>
56 <span>手机号:</span>
57 <p>187789798798</p>
58 <button type="button" name="button" class="verCode">点击获取验证码</button>
59 </li>
60 <li>
61 <span>身份证号:</span>
62 <p>610127879798</p>
63 </li>
64 </ul>
65 <div class="verificationCode">
66 <span>验证码:</span>
67 <input type="tel" placeholder="请输入验证码" class="layui-input">
68 </div>
69 <div class="verificationCode marginTop20">
70 <span>合同备案编号:</span>
71 <input type="text" placeholder="合同备案编号" class="layui-input">
72 </div>
73 <div class="submit_button">
74 <button type="button" class="layui-btn layui-btn-normal">查看电子证照</button>
31 </div> 75 </div>
32 <button type="button" class="layui-btn layui-btn-normal">查询</button>
33 </div> 76 </div>
34 </div> 77 </div>
35 </body> 78 </body>
36 <script type="text/javascript" src="../../staticJs/down.js"></script> 79 <script type="text/javascript" src="../../staticJs/down.js"></script>
37 <script type="text/javascript" src="../../staticJs/convenienceService/businessInquiry.js"></script> 80 <script type="text/javascript" src="../../staticJs/convenienceService/businessInquiry.js"></script>
81
38 </html> 82 </html>
...\ No newline at end of file ...\ No newline at end of file
......
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
5 <head>
6 <style>
7 </style>
8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9 <title>好差评</title>
10 <script type="text/javascript" src="../staticJs/head.js"></script>
11 <link rel="stylesheet" type="text/css" href="../staticCss/evaluate.css">
12 </head>
13 <body>
14 <div class="evaluate middleZoneHeight">
15 <ul class="evaluate_nav">
16 <li>
17 <p>办件数</p>
18 <p>123132<span>万件</span></p>
19 </li>
20 <li>
21 <p>差评数</p>
22 <p>123132<span></span></p>
23 </li>
24 <li>
25 <p>差评整改率</p>
26 <p>100<span>%</span></p>
27 </li>
28 <li>
29 <p>市评分</p>
30 <p>9.8<span></span></p>
31 </li>
32 </ul>
33 <!-- 满意度 -->
34 <div class="satisfaction">
35 <div class="evaluate cardItem">
36 <h3>评价满意度</h3>
37 <ul>
38 <li class="evaluate_item">
39 <p>非常满意</p>
40 <p id="score" class="score"></p>
41 <span>399条</span>
42 </li>
43 <li class="evaluate_item">
44 <p>满意</p>
45 <p id="score1" class="score"></p>
46 <span>399条</span>
47 </li>
48 <li class="evaluate_item">
49 <p>基本满意</p>
50 <p id="score2" class="score"></p>
51 <span>399条</span>
52 </li>
53 <li class="evaluate_item">
54 <p>不满意</p>
55 <p id="score3" class="score"></p>
56 <span>0条</span>
57 </li>
58 <li class="evaluate_item">
59 <p>非常不满意</p>
60 <p id="score4" class="score"></p>
61 <span>0条</span>
62 </li>
63 </ul>
64 </div>
65 <div class="region cardItem">
66 <h3>下属区域排行</h3>
67 <ul>
68 <li class="region_title">
69 <span>区域</span>
70 <span>评论数</span>
71 <span>差评数</span>
72 <span>评分</span>
73 </li>
74 <li class="region_list">
75 <span>城六区</span>
76 <span>8</span>
77 <span>10</span>
78 <p id="grade1"></p>
79 <span>9.8分</span>
80 </li>
81 <li class="region_list">
82 <span>城六区</span>
83 <span>8</span>
84 <span>10</span>
85 <p id="grade2"></p>
86 <span>9.8分</span>
87 </li>
88 <li class="region_list">
89 <span>城六区</span>
90 <span>8</span>
91 <span>10</span>
92 <p id="grade3"></p>
93 <span>9.8分</span>
94 </li>
95 <li class="region_list">
96 <span>城六区</span>
97 <span>8</span>
98 <span>10</span>
99 <p id="grade4"></p>
100 <span>9.8分</span>
101 </li>
102 </ul>
103 </div>
104 </div>
105 <!-- 评论数 -->
106 <div class="satisfaction comments">
107 <div class="praise cardItem">
108 <h3>好评TOP5</h3>
109 <ul>
110 <li>
111 <p>
112 网上综合大厅办理
113 <span>68798</span>
114 </p>
115 <p class="progessBar">
116 <b style="width: 60%;"></b>
117 </p>
118 </li>
119 <li>
120 <p>
121 网上申报反馈
122 <span>68798</span>
123 </p>
124 <p class="progessBar">
125 <b style="width: 80%;"></b>
126 </p>
127 </li>
128 <li>
129 <p>
130 网上综合大厅办理
131 <span>68798</span>
132 </p>
133 <p class="progessBar">
134 <b style="width: 60%;"></b>
135 </p>
136 </li>
137 <li>
138 <p>
139 网上综合大厅办理
140 <span>68798</span>
141 </p>
142 <p class="progessBar">
143 <b style="width: 60%;"></b>
144 </p>
145 </li>
146 </ul>
147 </div>
148 <div class="makeComplaints cardItem">
149 <h3>吐槽TOP5</h3>
150 <ul>
151 <li>
152 <p>
153 网上综合大厅办理
154 <span>68798</span>
155 </p>
156 <p class="progessBar1">
157 <b style="width: 60%;"></b>
158 </p>
159 </li>
160 <li>
161 <p>
162 网上申报反馈
163 <span>68798</span>
164 </p>
165 <p class="progessBar1">
166 <b style="width: 80%;"></b>
167 </p>
168 </li>
169 <li>
170 <p>
171 网上综合大厅办理
172 <span>68798</span>
173 </p>
174 <p class="progessBar1">
175 <b style="width: 60%;"></b>
176 </p>
177 </li>
178 <li>
179 <p>
180 网上综合大厅办理
181 <span>68798</span>
182 </p>
183 <p class="progessBar1">
184 <b style="width: 60%;"></b>
185 </p>
186 </li>
187 </ul>
188 </div>
189 </div>
190 <!-- 评价展示 -->
191 <div class="evaluation_display">
192 <ul>
193 <li>
194 <p>
195 <img src="../staticImages/bg.png">
196 <span>任超1</span>
197 <span>整体服务:非常满意</span>
198 <span class="date">2020-10-29</span>
199 </p>
200 <p>评价事项:劳动者技能提升培训</p>
201 </li>
202 <li>
203 <p>
204 <img src="../staticImages/bg.png">
205 <span>任超2</span>
206 <span>整体服务:非常满意2222</span>
207 <span class="date">2020-10-29</span>
208 </p>
209 <p>评价事项:劳动者技能提升培训</p>
210 </li>
211 <li>
212 <p>
213 <img src="../staticImages/bg.png">
214 <span>任超12121</span>
215 <span>整体服务:非常满意</span>
216 <span class="date">2020-10-29</span>
217 </p>
218 <p>评价事项:劳动者技能提升培训</p>
219 </li>
220 <li>
221 <p>
222 <img src="../staticImages/bg.png">
223 <span>任超78979798</span>
224 <span>整体服务:非常满意</span>
225 <span class="date">2020-10-29</span>
226 </p>
227 <p>评价事项:劳动者技能提升培训</p>
228 </li>
229 <li>
230 <p>
231 <img src="../staticImages/bg.png">
232 <span>任超79879879</span>
233 <span>整体服务:非常满意</span>
234 <span class="date">2020-10-29</span>
235 </p>
236 <p>评价事项:劳动者技能提升培训</p>
237 </li>
238 </ul>
239 </div>
240 </div>
241 </body>
242 <script type="text/javascript" src="../staticJs/common.js"></script>
243 <script type="text/javascript" src="../staticJs/down.js"></script>
244 <script type="text/javascript" src="../staticJs/evaluate.js"></script>
245 </html>
...\ No newline at end of file ...\ No newline at end of file
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
16 <div class="contentBox"> 16 <div class="contentBox">
17 <span class="layui-breadcrumb"> 17 <span class="layui-breadcrumb">
18 <a href="../index.html">首页</a> 18 <a href="../index.html">首页</a>
19 <a>政务公开</a>
19 <a><cite>法律法规</cite></a> 20 <a><cite>法律法规</cite></a>
20 </span> 21 </span>
21 </div> 22 </div>
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
28 <img src="../staticImages/person.png" alt=""> 28 <img src="../staticImages/person.png" alt="">
29 <ul> 29 <ul>
30 <li> 30 <li>
31 <span>上午好:</span> 31 <span id='hellotime'>上午好:</span>
32 <p id="username"></p> 32 <p id="username"></p>
33 </li> 33 </li>
34 <li> 34 <li>
......
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,11 +10,13 @@ ...@@ -9,11 +10,13 @@
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/gsgg.css"> 11 <link rel="stylesheet" type="text/css" href="../staticCss/gsgg.css">
11 </head> 12 </head>
13
12 <body> 14 <body>
13 <div class="navigation_crumbs"> 15 <div class="navigation_crumbs">
14 <div class="contentBox"> 16 <div class="contentBox">
15 <span class="layui-breadcrumb"> 17 <span class="layui-breadcrumb">
16 <a href="../index.html">首页</a> 18 <a href="../index.html">首页</a>
19 <a>政务公开</a>
17 <a><cite>公示公告</cite></a> 20 <a><cite>公示公告</cite></a>
18 </span> 21 </span>
19 </div> 22 </div>
...@@ -90,4 +93,5 @@ ...@@ -90,4 +93,5 @@
90 </li> 93 </li>
91 {{# }); }} 94 {{# }); }}
92 </script> 95 </script>
96
93 </html> 97 </html>
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
17 <div class="contentBox"> 17 <div class="contentBox">
18 <span class="layui-breadcrumb"> 18 <span class="layui-breadcrumb">
19 <a href="../../../index.html">首页</a> 19 <a href="../../../index.html">首页</a>
20 <a href="../../wssq.html">网上申请</a> 20 <a href="../wssq.html">网上申请</a>
21 <a><cite>信息校验</cite></a> 21 <a><cite>信息校验</cite></a>
22 </span> 22 </span>
23 </div> 23 </div>
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
52 </div> 52 </div>
53 </div> 53 </div>
54 <div class="layui-form-item"> 54 <div class="layui-form-item">
55 <div style="float: left;width: 220px;"> 55 <div style="float: left;width: 220px;margin-right:20px">
56 <select id="bdcqzType" lay-verify="required" lay-filter="xmFilter"> 56 <select id="bdcqzType" lay-verify="required" lay-filter="xmFilter">
57 </select> 57 </select>
58 </div> 58 </div>
......
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
114 </div> 114 </div>
115 <!-- ------------买方信息-------------- --> 115 <!-- ------------买方信息-------------- -->
116 <div class="acceptance_information"> 116 <div class="acceptance_information">
117 <h3>买方信息</h3> 117 <h3>权利人信息</h3>
118 <ul id="informationList" class="informationList"></ul> 118 <ul id="informationList" class="informationList"></ul>
119 </div> 119 </div>
120 <!-- ------------受理流程-------------- --> 120 <!-- ------------受理流程-------------- -->
......
...@@ -92,8 +92,8 @@ ...@@ -92,8 +92,8 @@
92 </ul> 92 </ul>
93 </div> 93 </div>
94 <!-- ----------买方信息--------- --> 94 <!-- ----------买方信息--------- -->
95 <div class="acceptance_information"> 95 <div class="acceptance_information" id="acceptance_information">
96 <h3>买方信息</h3> 96 <h3>权利人信息</h3>
97 <ul id="informationList" class="informationList"></ul> 97 <ul id="informationList" class="informationList"></ul>
98 </div> 98 </div>
99 <!-- ------------受理流程-------------- --> 99 <!-- ------------受理流程-------------- -->
...@@ -141,9 +141,6 @@ ...@@ -141,9 +141,6 @@
141 </ul> 141 </ul>
142 </div> 142 </div>
143 <div class="next_button"> 143 <div class="next_button">
144 <!-- <button type="button" class="layui-btn layui-btn-normal">
145 <a onclick="skipClick()">下一步</a>
146 </button> -->
147 </div> 144 </div>
148 </div> 145 </div>
149 </div> 146 </div>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
17 <div class="contentBox"> 17 <div class="contentBox">
18 <span class="layui-breadcrumb"> 18 <span class="layui-breadcrumb">
19 <a href="../../../index.html">首页</a> 19 <a href="../../../index.html">首页</a>
20 <a href="../../wssq.html">网上申请</a> 20 <a href="../wssq.html">网上申请</a>
21 <a><cite>填报信息</cite></a> 21 <a><cite>填报信息</cite></a>
22 </span> 22 </span>
23 </div> 23 </div>
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
197 </div> 197 </div>
198 <!-- 单方申请权利人信息 --> 198 <!-- 单方申请权利人信息 -->
199 <div class="person_info folkObligee"> 199 <div class="person_info folkObligee">
200 <h3>权利人信息</h3> 200 <h3>义务人信息</h3>
201 <ul> 201 <ul>
202 <li> 202 <li>
203 <span>公司名称:</span> 203 <span>公司名称:</span>
...@@ -291,19 +291,9 @@ ...@@ -291,19 +291,9 @@
291 </div> 291 </div>
292 </div> 292 </div>
293 <div class="next_button"> 293 <div class="next_button">
294 <button type="button" lay-submit="" lay-filter="submit1" class="layui-btn layui-btn-normal">
295 <a onclick="skipClick()">
296 下一步
297 </a>
298 </button>
299 </div> 294 </div>
300 </div> 295 </div>
301 <div class="next_button submitButton"> 296 <div class="next_button submitButton">
302 <button type="button" class="layui-btn layui-btn-normal">
303 <a onclick="skipClick()">
304 下一步
305 </a>
306 </button>
307 </div> 297 </div>
308 </form> 298 </form>
309 </div> 299 </div>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
17 <div class="contentBox"> 17 <div class="contentBox">
18 <span class="layui-breadcrumb"> 18 <span class="layui-breadcrumb">
19 <a href="../../index.html">首页</a> 19 <a href="../../index.html">首页</a>
20 <a href="./wssq.html">网上申请</a> 20 <a href="../wssq.html">网上申请</a>
21 <a><cite>身份认证</cite></a> 21 <a><cite>身份认证</cite></a>
22 </span> 22 </span>
23 </div> 23 </div>
...@@ -40,13 +40,12 @@ ...@@ -40,13 +40,12 @@
40 <h5>短信认证</h5> 40 <h5>短信认证</h5>
41 <div class="phone"> 41 <div class="phone">
42 <span>手机号</span> 42 <span>手机号</span>
43 <input type="tel" id="phone" name="phone" placeholder="请输入手机号" class="layui-input"> 43 <input type="tel" maxlength="11" id="phone" name="phone" placeholder="请输入手机号" class="layui-input phoneInput">
44 <span class="captcha">获取验证码</span> 44 <em class="captcha">获取验证码</em>
45 <span class="num"></span>
46 </div> 45 </div>
47 <div> 46 <div class="code_input">
48 <span>验证码</span> 47 <span>验证码</span>
49 <input type="tel" id="code" name="code" placeholder="请输入验证码" class="layui-input"> 48 <input type="tel" maxlength="6" id="code" name="code" placeholder="请输入验证码" class="layui-input">
50 </div> 49 </div>
51 </div> 50 </div>
52 51
...@@ -58,11 +57,7 @@ ...@@ -58,11 +57,7 @@
58 </form> 57 </form>
59 </div> 58 </div>
60 </div> 59 </div>
61 <div class="next_button"> 60 <div class="next_button"></div>
62 <button type="button" class="layui-btn layui-btn-normal">
63 <a onclick="skipClick()">下一步</a>
64 </button>
65 </div>
66 </div> 61 </div>
67 </div> 62 </div>
68 </body> 63 </body>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
17 <div class="contentBox"> 17 <div class="contentBox">
18 <span class="layui-breadcrumb"> 18 <span class="layui-breadcrumb">
19 <a href="../../index.html">首页</a> 19 <a href="../../index.html">首页</a>
20 <a href="./wssq.html">网上申请</a> 20 <a href="../wssq.html">网上申请</a>
21 <a><cite>完税核税</cite></a> 21 <a><cite>完税核税</cite></a>
22 </span> 22 </span>
23 </div> 23 </div>
...@@ -61,15 +61,11 @@ ...@@ -61,15 +61,11 @@
61 </div> 61 </div>
62 </ul> 62 </ul>
63 <div class="buyer_information"> 63 <div class="buyer_information">
64 <h3>买方信息</h3> 64 <h3>权利人信息</h3>
65 <ul id="informationList" class="informationList"></ul> 65 <ul id="informationList" class="informationList"></ul>
66 </div> 66 </div>
67 </div> 67 </div>
68 <div class="next_button"> 68 <div class="next_button"></div>
69 <button type="button" class="layui-btn layui-btn-normal">
70 <a onclick="skipClick()">下一步</a>
71 </button>
72 </div>
73 </div> 69 </div>
74 </div> 70 </div>
75 </body> 71 </body>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
29 <img src="../staticImages/person.png" alt=""> 29 <img src="../staticImages/person.png" alt="">
30 <ul> 30 <ul>
31 <li> 31 <li>
32 <span>上午好:</span> 32 <span id='hellotime'>上午好:</span>
33 <p id="username"></p> 33 <p id="username"></p>
34 </li> 34 </li>
35 <li> 35 <li>
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
43 <li class="applyBusinessRecord"> 43 <li class="applyBusinessRecord">
44 <a data-id='1' class="itemTitleActive"> 44 <a data-id='1' class="itemTitleActive">
45 <p> 45 <p>
46 <span>5</span> 46 <span>0</span>
47 <b></b> 47 <b></b>
48 </p> 48 </p>
49 <p>办理合计</p> 49 <p>办理合计</p>
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
52 <li class="to_be_submitted"> 52 <li class="to_be_submitted">
53 <a data-id='2'> 53 <a data-id='2'>
54 <p> 54 <p>
55 <span>1</span> 55 <span>0</span>
56 <b></b> 56 <b></b>
57 </p> 57 </p>
58 <p>待提交</p> 58 <p>待提交</p>
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
61 <li class="applyBusinessIn"> 61 <li class="applyBusinessIn">
62 <a data-id='3'> 62 <a data-id='3'>
63 <p> 63 <p>
64 <span>5</span> 64 <span>0</span>
65 <b></b> 65 <b></b>
66 </p> 66 </p>
67 <p>办理中</p> 67 <p>办理中</p>
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
70 <li class="applyBusinessEnd"> 70 <li class="applyBusinessEnd">
71 <a data-id='6'> 71 <a data-id='6'>
72 <p> 72 <p>
73 <span>5</span> 73 <span>0</span>
74 <b></b> 74 <b></b>
75 </p> 75 </p>
76 <p>已办结</p> 76 <p>已办结</p>
......
...@@ -51,25 +51,26 @@ ...@@ -51,25 +51,26 @@
51 {{ item.headline }} 51 {{ item.headline }}
52 </a> 52 </a>
53 <a class="xw" href='./xwxq.html?id={{item.id}}' target="_blank"> 53 <a class="xw" href='./xwxq.html?id={{item.id}}' target="_blank">
54 <div class="newsCon">
54 <div class="xw-left"> 55 <div class="xw-left">
55 {{# if(item.cover != null ){ }} 56 {{# if(item.cover != null ){ }}
56 <img src="{{ item.cover }}"> 57 <img src="{{ item.cover }}">
57 {{# } }} 58 {{# } }}
58 </div> 59 </div>
59 <div class="xw-right"> 60 <div class="xw-right">
60 <div class="left-body">
61 {{# if(item.summary !== null){ }} 61 {{# if(item.summary !== null){ }}
62 {{ item.summary }} 62 {{ item.summary }}
63 {{# } }} 63 {{# } }}
64 </div> 64 </div>
65 <div class="left-buttom"> 65 </div>
66 <div> 66 <div class="newsBottom">
67 <div class="newIcon">
67 <svg class="icon svg-icon" aria-hidden="true"> 68 <svg class="icon svg-icon" aria-hidden="true">
68 <use xlink:href="#iconchakan"></use> 69 <use xlink:href="#iconchakan"></use>
69 </svg> 70 </svg>
70 <span> {{ item.pageviews }}</span> 71 <span> {{ item.pageviews }}</span>
71 </div> 72 </div>
72 <div> 73 <div class="newIcon">
73 <svg class="icon svg-icon" aria-hidden="true"> 74 <svg class="icon svg-icon" aria-hidden="true">
74 <use xlink:href="#iconpinglun"></use> 75 <use xlink:href="#iconpinglun"></use>
75 </svg> 76 </svg>
...@@ -79,7 +80,6 @@ ...@@ -79,7 +80,6 @@
79 {{ CutDate(item.publishTime) }} 80 {{ CutDate(item.publishTime) }}
80 </div> 81 </div>
81 </div> 82 </div>
82 </div>
83 </a> 83 </a>
84 </li> 84 </li>
85 {{# }); }} 85 {{# }); }}
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
16 <div class="contentBox"> 16 <div class="contentBox">
17 <span class="layui-breadcrumb"> 17 <span class="layui-breadcrumb">
18 <a href="../index.html">首页</a> 18 <a href="../index.html">首页</a>
19 <a>政务公开</a>
19 <a><cite>相应政策</cite></a> 20 <a><cite>相应政策</cite></a>
20 </span> 21 </span>
21 </div> 22 </div>
......