style:网上申请
Showing
7 changed files
with
41 additions
and
131 deletions
... | @@ -3,40 +3,7 @@ $(function () { | ... | @@ -3,40 +3,7 @@ $(function () { |
3 | let element = layui.element; | 3 | let element = layui.element; |
4 | }); | 4 | }); |
5 | addTabs('#wssq') | 5 | addTabs('#wssq') |
6 | // 业务 | 6 | setAcceptFlow(GetQueryString('bsm_slsq'),GetQueryString('businessno')); |
7 | var data = { | ||
8 | 'progressList': [ | ||
9 | { | ||
10 | stepName: "信息效验", | ||
11 | stepState: 2 //0:未办理 1:正在办理 2:已办理 | ||
12 | }, | ||
13 | { | ||
14 | stepName: "填报信息", | ||
15 | stepState: 2 | ||
16 | }, | ||
17 | { | ||
18 | stepName: "完税核税", | ||
19 | stepState: 2 | ||
20 | }, | ||
21 | { | ||
22 | stepName: "身份认证", | ||
23 | stepState: 2 | ||
24 | }, | ||
25 | { | ||
26 | stepName: "资料审核", | ||
27 | stepState: 2 | ||
28 | }, | ||
29 | { | ||
30 | stepName: "线上缴费", | ||
31 | stepState: 2 | ||
32 | }, | ||
33 | { | ||
34 | stepName: "生成电子证书", | ||
35 | stepState: 1 | ||
36 | } | ||
37 | ], | ||
38 | } | ||
39 | |||
40 | layui.use('laytpl', function () { | 7 | layui.use('laytpl', function () { |
41 | laytpl = layui.laytpl; | 8 | laytpl = layui.laytpl; |
42 | var getTpl = document.getElementById('progress').innerHTML | 9 | var getTpl = document.getElementById('progress').innerHTML | ... | ... |
... | @@ -7,40 +7,7 @@ $(function () { | ... | @@ -7,40 +7,7 @@ $(function () { |
7 | }); | 7 | }); |
8 | }); | 8 | }); |
9 | addTabs('#wssq') | 9 | addTabs('#wssq') |
10 | // 业务 | 10 | setAcceptFlow(GetQueryString('bsm_slsq'),GetQueryString('businessno')); |
11 | var data = { | ||
12 | 'progressList': [ | ||
13 | { | ||
14 | stepName: "信息效验", | ||
15 | stepState: 2 //0:未办理 1:正在办理 2:已办理 | ||
16 | }, | ||
17 | { | ||
18 | stepName: "填报信息", | ||
19 | stepState: 2 | ||
20 | }, | ||
21 | { | ||
22 | stepName: "完税核税", | ||
23 | stepState: 2 | ||
24 | }, | ||
25 | { | ||
26 | stepName: "身份认证", | ||
27 | stepState: 2 | ||
28 | }, | ||
29 | { | ||
30 | stepName: "资料审核", | ||
31 | stepState: 1 | ||
32 | }, | ||
33 | { | ||
34 | stepName: "线上缴费", | ||
35 | stepState: 0 | ||
36 | }, | ||
37 | { | ||
38 | stepName: "生成电子证书", | ||
39 | stepState: 0 | ||
40 | } | ||
41 | ], | ||
42 | } | ||
43 | |||
44 | layui.use('laytpl', function () { | 11 | layui.use('laytpl', function () { |
45 | laytpl = layui.laytpl; | 12 | laytpl = layui.laytpl; |
46 | var getTpl = document.getElementById('progress').innerHTML | 13 | var getTpl = document.getElementById('progress').innerHTML |
... | @@ -56,3 +23,7 @@ $(function () { | ... | @@ -56,3 +23,7 @@ $(function () { |
56 | }); | 23 | }); |
57 | }); | 24 | }); |
58 | }) | 25 | }) |
26 | //下一步事件 | ||
27 | function skipClick(){ | ||
28 | skipNextPage(GetQueryString('bsm_slsq'),GetQueryString('businessno')); | ||
29 | } | ... | ... |
... | @@ -3,40 +3,7 @@ $(function () { | ... | @@ -3,40 +3,7 @@ $(function () { |
3 | let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块 | 3 | let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块 |
4 | }); | 4 | }); |
5 | addTabs('#wssq') | 5 | addTabs('#wssq') |
6 | // 业务 | 6 | setAcceptFlow(GetQueryString('bsm_slsq'),GetQueryString('businessno')); |
7 | var data = { | ||
8 | 'progressList': [ | ||
9 | { | ||
10 | stepName: "信息效验", | ||
11 | stepState: 2 //0:未办理 1:正在办理 2:已办理 | ||
12 | }, | ||
13 | { | ||
14 | stepName: "填报信息", | ||
15 | stepState: 2 | ||
16 | }, | ||
17 | { | ||
18 | stepName: "完税核税", | ||
19 | stepState: 2 | ||
20 | }, | ||
21 | { | ||
22 | stepName: "身份认证", | ||
23 | stepState: 2 | ||
24 | }, | ||
25 | { | ||
26 | stepName: "资料审核", | ||
27 | stepState: 2 | ||
28 | }, | ||
29 | { | ||
30 | stepName: "线上缴费", | ||
31 | stepState: 1 | ||
32 | }, | ||
33 | { | ||
34 | stepName: "生成电子证书", | ||
35 | stepState: 0 | ||
36 | } | ||
37 | ], | ||
38 | } | ||
39 | |||
40 | layui.use('laytpl', function () { | 7 | layui.use('laytpl', function () { |
41 | laytpl = layui.laytpl; | 8 | laytpl = layui.laytpl; |
42 | var getTpl = document.getElementById('progress').innerHTML | 9 | var getTpl = document.getElementById('progress').innerHTML |
... | @@ -74,8 +41,11 @@ $(function () { | ... | @@ -74,8 +41,11 @@ $(function () { |
74 | shadeClose: true, | 41 | shadeClose: true, |
75 | skin: 'paymentSuccess', | 42 | skin: 'paymentSuccess', |
76 | btn: ['下一步'], | 43 | btn: ['下一步'], |
44 | yes : function() { | ||
45 | skipNextPage(GetQueryString('bsm_slsq'),GetQueryString('businessno')); | ||
46 | }, | ||
77 | content: '<ul>' | 47 | content: '<ul>' |
78 | + '<li><img src="../staticImages/xuanzhong.png"></li>' | 48 | + '<li><img src="../../staticImages/xuanzhong.png"></li>' |
79 | + '<li>支付成功</li>' | 49 | + '<li>支付成功</li>' |
80 | + '<li class="info"><span>支付流水号:</span><p>9898989989</p></li>' | 50 | + '<li class="info"><span>支付流水号:</span><p>9898989989</p></li>' |
81 | + '<li class="info"><span>支付时间:</span><p>2023255-102-13</p></li>' | 51 | + '<li class="info"><span>支付时间:</span><p>2023255-102-13</p></li>' | ... | ... |
... | @@ -7,17 +7,17 @@ | ... | @@ -7,17 +7,17 @@ |
7 | </style> | 7 | </style> |
8 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 8 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
9 | <title>立即办理-在线生成电子证书</title> | 9 | <title>立即办理-在线生成电子证书</title> |
10 | <script type="text/javascript" src="../staticJs/head.js"></script> | 10 | <script type="text/javascript" src="../../staticJs/head.js"></script> |
11 | <link rel="stylesheet" type="text/css" href="../staticCss/progress.css"> | 11 | <link rel="stylesheet" type="text/css" href="../../staticCss/progress.css"> |
12 | <link rel="stylesheet" type="text/css" href="../staticCss/dzzs.css"> | 12 | <link rel="stylesheet" type="text/css" href="../../staticCss/dzzs.css"> |
13 | </head> | 13 | </head> |
14 | 14 | ||
15 | <body> | 15 | <body> |
16 | <div class="navigation_crumbs"> | 16 | <div class="navigation_crumbs"> |
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> |
... | @@ -37,7 +37,7 @@ | ... | @@ -37,7 +37,7 @@ |
37 | <ul> | 37 | <ul> |
38 | <li> | 38 | <li> |
39 | <p> | 39 | <p> |
40 | <img src="../staticImages/xuanzhong.png" /> | 40 | <img src="../../staticImages/xuanzhong.png" /> |
41 | 该不动产业务已办结,相应的不动产电子证照已生成,请尽快前往办事大厅领取纸质证书 | 41 | 该不动产业务已办结,相应的不动产电子证照已生成,请尽快前往办事大厅领取纸质证书 |
42 | </p> | 42 | </p> |
43 | <p> | 43 | <p> |
... | @@ -47,7 +47,7 @@ | ... | @@ -47,7 +47,7 @@ |
47 | </li> | 47 | </li> |
48 | <li> | 48 | <li> |
49 | <p> | 49 | <p> |
50 | <img src="../staticImages/xuanzhong.png" /> | 50 | <img src="../../staticImages/xuanzhong.png" /> |
51 | 该不动产业务已办结,相应的不动产电子证照已生成,纸质证书已邮寄 | 51 | 该不动产业务已办结,相应的不动产电子证照已生成,纸质证书已邮寄 |
52 | </p> | 52 | </p> |
53 | <p> | 53 | <p> |
... | @@ -175,9 +175,10 @@ | ... | @@ -175,9 +175,10 @@ |
175 | </div> | 175 | </div> |
176 | </div> | 176 | </div> |
177 | </body> | 177 | </body> |
178 | <script type="text/javascript" src="../staticJs/common.js"></script> | 178 | <script type="text/javascript" src="../../staticJs/common.js"></script> |
179 | <script type="text/javascript" src="../staticJs/down.js"></script> | 179 | <script type="text/javascript" src="../../staticJs/down.js"></script> |
180 | <script type="text/javascript" src="../staticJs/dzzs.js"></script> | 180 | <script type="text/javascript" src="../../staticJs/onlineApply/workFlow.js"></script> |
181 | <script type="text/javascript" src="../../staticJs/onlineApply/certificateIssuance.js"></script> | ||
181 | <script id="progress" type="text/html"> | 182 | <script id="progress" type="text/html"> |
182 | {{# layui.each(d.progressList, function(index, item){ }} | 183 | {{# layui.each(d.progressList, function(index, item){ }} |
183 | {{# if(item.stepState==2){ }} | 184 | {{# if(item.stepState==2){ }} | ... | ... |
... | @@ -16,8 +16,8 @@ | ... | @@ -16,8 +16,8 @@ |
16 | <div class="navigation_crumbs"> | 16 | <div class="navigation_crumbs"> |
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> |
... | @@ -34,7 +34,7 @@ | ... | @@ -34,7 +34,7 @@ |
34 | </div> | 34 | </div> |
35 | <div class="audit_progress"> | 35 | <div class="audit_progress"> |
36 | <h2> | 36 | <h2> |
37 | <img src="../staticImages/xuanzhong.png" /> | 37 | <img src="../../staticImages/xuanzhong.png" /> |
38 | 您的申请已提交,工作人员会在15个工作日内完成审核! | 38 | 您的申请已提交,工作人员会在15个工作日内完成审核! |
39 | </h2> | 39 | </h2> |
40 | </div> | 40 | </div> |
... | @@ -159,7 +159,7 @@ | ... | @@ -159,7 +159,7 @@ |
159 | </div> | 159 | </div> |
160 | <div class="next_button"> | 160 | <div class="next_button"> |
161 | <button type="button" class="layui-btn layui-btn-normal"> | 161 | <button type="button" class="layui-btn layui-btn-normal"> |
162 | <a href="./xsjf.html">下一步</a> | 162 | <a onclick="skipClick()">下一步</a> |
163 | </button> | 163 | </button> |
164 | </div> | 164 | </div> |
165 | </div> | 165 | </div> |
... | @@ -167,6 +167,7 @@ | ... | @@ -167,6 +167,7 @@ |
167 | </body> | 167 | </body> |
168 | <script type="text/javascript" src="../../staticJs/common.js"></script> | 168 | <script type="text/javascript" src="../../staticJs/common.js"></script> |
169 | <script type="text/javascript" src="../../staticJs/down.js"></script> | 169 | <script type="text/javascript" src="../../staticJs/down.js"></script> |
170 | <script type="text/javascript" src="../../staticJs/onlineApply/workFlow.js"></script> | ||
170 | <script type="text/javascript" src="../../staticJs/onlineApply/dataReview.js"></script> | 171 | <script type="text/javascript" src="../../staticJs/onlineApply/dataReview.js"></script> |
171 | <script id="progress" type="text/html"> | 172 | <script id="progress" type="text/html"> |
172 | {{# layui.each(d.progressList, function(index, item){ }} | 173 | {{# layui.each(d.progressList, function(index, item){ }} | ... | ... |
... | @@ -56,7 +56,6 @@ | ... | @@ -56,7 +56,6 @@ |
56 | <script type="text/javascript" src="../../staticJs/down.js"></script> | 56 | <script type="text/javascript" src="../../staticJs/down.js"></script> |
57 | <script type="text/javascript" src="../../staticJs/jquery.webcam.min.js"></script> | 57 | <script type="text/javascript" src="../../staticJs/jquery.webcam.min.js"></script> |
58 | <script type="text/javascript" src="../../staticJs/onlineApply/workFlow.js"></script> | 58 | <script type="text/javascript" src="../../staticJs/onlineApply/workFlow.js"></script> |
59 | +88 | ||
60 | <script type="text/javascript" src="../../staticJs/onlineApply/identityAuthentication.js"></script> | 59 | <script type="text/javascript" src="../../staticJs/onlineApply/identityAuthentication.js"></script> |
61 | <script id="progress" type="text/html"> | 60 | <script id="progress" type="text/html"> |
62 | {{# layui.each(d.progressList, function(index, item){ }} | 61 | {{# layui.each(d.progressList, function(index, item){ }} | ... | ... |
... | @@ -6,9 +6,9 @@ | ... | @@ -6,9 +6,9 @@ |
6 | </style> | 6 | </style> |
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
8 | <title>立即办理-线上缴费</title> | 8 | <title>立即办理-线上缴费</title> |
9 | <script type="text/javascript" src="../staticJs/head.js"></script> | 9 | <script type="text/javascript" src="../../staticJs/head.js"></script> |
10 | <link rel="stylesheet" type="text/css" href="../staticCss/progress.css"> | 10 | <link rel="stylesheet" type="text/css" href="../../staticCss/progress.css"> |
11 | <link rel="stylesheet" type="text/css" href="../staticCss/xsjf.css"> | 11 | <link rel="stylesheet" type="text/css" href="../../staticCss/xsjf.css"> |
12 | </head> | 12 | </head> |
13 | 13 | ||
14 | <body> | 14 | <body> |
... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +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 href="./wssq.html">网上申请</a> | 19 | <a href="../wssq.html">网上申请</a> |
20 | <a><cite>线上缴费</cite></a> | 20 | <a><cite>线上缴费</cite></a> |
21 | </span> | 21 | </span> |
22 | </div> | 22 | </div> |
... | @@ -35,7 +35,7 @@ | ... | @@ -35,7 +35,7 @@ |
35 | <!-- ------------------开始支付----------------- --> | 35 | <!-- ------------------开始支付----------------- --> |
36 | <div class="audit_progress"> | 36 | <div class="audit_progress"> |
37 | <h2> | 37 | <h2> |
38 | <img src="../staticImages/xuanzhong.png" /> | 38 | <img src="../../staticImages/xuanzhong.png" /> |
39 | 您的申请已提交,工作人员会在15个工作日内完成审核! | 39 | 您的申请已提交,工作人员会在15个工作日内完成审核! |
40 | </h2> | 40 | </h2> |
41 | </div> | 41 | </div> |
... | @@ -74,11 +74,11 @@ | ... | @@ -74,11 +74,11 @@ |
74 | <h3>缴费通道</h3> | 74 | <h3>缴费通道</h3> |
75 | <ul class="payment_channel_con"> | 75 | <ul class="payment_channel_con"> |
76 | <li> | 76 | <li> |
77 | <img src="../staticImages/wechat.png"> | 77 | <img src="../../staticImages/wechat.png"> |
78 | <span>微信</span> | 78 | <span>微信</span> |
79 | </li> | 79 | </li> |
80 | <li> | 80 | <li> |
81 | <img src="../staticImages/alipay.png" alt=""> | 81 | <img src="../../staticImages/alipay.png" alt=""> |
82 | <span>支付宝</span> | 82 | <span>支付宝</span> |
83 | </li> | 83 | </li> |
84 | </ul> | 84 | </ul> |
... | @@ -86,10 +86,10 @@ | ... | @@ -86,10 +86,10 @@ |
86 | <p>扫一扫付款(元)</p> | 86 | <p>扫一扫付款(元)</p> |
87 | <p>600.00</p> | 87 | <p>600.00</p> |
88 | <div class="scanning_results"> | 88 | <div class="scanning_results"> |
89 | <img class="erweima" src="../staticImages/code.png"> | 89 | <img class="erweima" src="../../staticImages/code.png"> |
90 | <img class="codeShowImg" src="../staticImages/alipayShow.png"> | 90 | <img class="codeShowImg" src="../../staticImages/alipayShow.png"> |
91 | <div class="code_detail"> | 91 | <div class="code_detail"> |
92 | <img src="../staticImages/saoyisao.png"> | 92 | <img src="../../staticImages/saoyisao.png"> |
93 | <ul> | 93 | <ul> |
94 | <li class="paymentText">打开手机支付</li> | 94 | <li class="paymentText">打开手机支付</li> |
95 | <li>扫一扫继续付款</li> | 95 | <li>扫一扫继续付款</li> |
... | @@ -102,9 +102,10 @@ | ... | @@ -102,9 +102,10 @@ |
102 | <!-- ------------------支付成功----------------- --> | 102 | <!-- ------------------支付成功----------------- --> |
103 | </div> | 103 | </div> |
104 | </body> | 104 | </body> |
105 | <script type="text/javascript" src="../staticJs/common.js"></script> | 105 | <script type="text/javascript" src="../../staticJs/common.js"></script> |
106 | <script type="text/javascript" src="../staticJs/down.js"></script> | 106 | <script type="text/javascript" src="../../staticJs/down.js"></script> |
107 | <script type="text/javascript" src="../staticJs/xsjf.js"></script> | 107 | <script type="text/javascript" src="../../staticJs/onlineApply/workFlow.js"></script> |
108 | <script type="text/javascript" src="../../staticJs/onlineApply/onlinePayment.js"></script> | ||
108 | <script id="progress" type="text/html"> | 109 | <script id="progress" type="text/html"> |
109 | {{# layui.each(d.progressList, function(index, item){ }} | 110 | {{# layui.each(d.progressList, function(index, item){ }} |
110 | {{# if(item.stepState==2){ }} | 111 | {{# if(item.stepState==2){ }} | ... | ... |
-
Please register or sign in to post a comment