Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
58bbaf70
authored
2020-12-11 17:28:07 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:网上申请
1 parent
11a78ef1
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
41 additions
and
95 deletions
staticCss/bljy.css
staticJs/onlineApply/bdcqlCheck.js
staticJs/zlsh.js → staticJs/onlineApply/dataReview.js
staticJs/sfrz.js → staticJs/onlineApply/identityAuthentication.js
staticJs/yyws.js → staticJs/onlineApply/taxAssessment.js
staticJs/onlineApply/workFlow.js
staticViews/zlsh.html → staticViews/onlineApply/dataReview.html
staticViews/sfrz.html → staticViews/onlineApply/identityAuthentication.html
staticViews/wshs.html → staticViews/onlineApply/taxAssessment.html
staticCss/bljy.css
View file @
58bbaf7
...
...
@@ -168,7 +168,7 @@
.layui-layer-btn
{
position
:
relative
;
top
:
50px
;
left
:
-
89
px
;
left
:
-
153
px
;
}
.layui-layer-btn0
{
width
:
120px
!important
;
...
...
staticJs/onlineApply/bdcqlCheck.js
View file @
58bbaf7
...
...
@@ -4,7 +4,7 @@ $(function () {
let
element
=
layui
.
element
;
});
addTabs
(
'#wssq'
);
setFristStepPageFLow
(
GetQueryString
(
'ywid'
));
setFristStepPageFLow
(
GetQueryString
(
'ywid'
)
,
GetQueryString
(
'businessno'
)
);
// 业务
layui
.
use
([
'form'
],
function
()
{
var
form
=
layui
.
form
...
...
staticJs/
zlsh
.js
→
staticJs/
onlineApply/dataReview
.js
View file @
58bbaf7
File moved
staticJs/
sfrz
.js
→
staticJs/
onlineApply/identityAuthentication
.js
View file @
58bbaf7
...
...
@@ -3,40 +3,7 @@ $(function () {
let
element
=
layui
.
element
;
//导航的hover效果、二级菜单等功能,需要依赖element模块
});
addTabs
(
'#wssq'
)
// 业务
// 业务
var
data
=
{
'progressList'
:
[
{
stepName
:
"信息效验"
,
stepState
:
2
//0:未办理 1:正在办理 2:已办理
},
{
stepName
:
"填报信息"
,
stepState
:
2
},
{
stepName
:
"完税核税"
,
stepState
:
2
},
{
stepName
:
"身份认证"
,
stepState
:
1
},
{
stepName
:
"资料审核"
,
stepState
:
0
},
{
stepName
:
"线上缴费"
,
stepState
:
0
},
{
stepName
:
"生成电子证书"
,
stepState
:
0
}
],
}
setAcceptFlow
(
GetQueryString
(
'bsm_slsq'
),
GetQueryString
(
'businessno'
));
layui
.
use
(
'laytpl'
,
function
()
{
laytpl
=
layui
.
laytpl
;
...
...
@@ -70,3 +37,7 @@ function take_snapshot() {
'<img src="'
+
data_uri
+
'"/>'
;
});
}
//下一步事件
function
skipClick
(){
skipNextPage
(
GetQueryString
(
'bsm_slsq'
),
GetQueryString
(
'businessno'
));
}
\ No newline at end of file
...
...
staticJs/
yyws
.js
→
staticJs/
onlineApply/taxAssessment
.js
View file @
58bbaf7
...
...
@@ -7,40 +7,7 @@ $(function () {
});
});
addTabs
(
'#wssq'
)
// 业务
// 进度条
var
data
=
{
'progressList'
:
[
{
stepName
:
"信息效验"
,
stepState
:
2
//0:未办理 1:正在办理 2:已办理
},
{
stepName
:
"填报信息"
,
stepState
:
2
},
{
stepName
:
"完税核税"
,
stepState
:
1
},
{
stepName
:
"身份认证"
,
stepState
:
0
},
{
stepName
:
"资料审核"
,
stepState
:
0
},
{
stepName
:
"线上缴费"
,
stepState
:
0
},
{
stepName
:
"生成电子证书"
,
stepState
:
0
}
],
}
setAcceptFlow
(
GetQueryString
(
'bsm_slsq'
),
GetQueryString
(
'businessno'
));
layui
.
use
(
'laytpl'
,
function
()
{
laytpl
=
layui
.
laytpl
;
...
...
@@ -57,3 +24,7 @@ $(function () {
});
});
})
//下一步事件
function
skipClick
(){
skipNextPage
(
GetQueryString
(
'bsm_slsq'
),
GetQueryString
(
'businessno'
));
}
\ No newline at end of file
...
...
staticJs/onlineApply/workFlow.js
View file @
58bbaf7
...
...
@@ -7,7 +7,8 @@ function getBusinessConfig(ywid, businessno) {
dataType
:
"json"
,
async
:
false
,
data
:
{
"ywid"
:
ywid
"ywid"
:
ywid
,
"businessNo"
:
businessno
},
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
...
...
@@ -88,8 +89,8 @@ function getWorkBoxFLow(bsm_slsq, businessno) {
//设置首环节页面相关内容
function
setFristStepPageFLow
(
ywid
)
{
getBusinessConfig
(
ywid
);
function
setFristStepPageFLow
(
ywid
,
businessno
)
{
getBusinessConfig
(
ywid
,
businessno
);
setArticleSteps
();
}
...
...
staticViews/
zlsh
.html
→
staticViews/
onlineApply/dataReview
.html
View file @
58bbaf7
...
...
@@ -7,9 +7,9 @@
</style>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
立即办理-资料审核
</title>
<script
type=
"text/javascript"
src=
"../staticJs/head.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../staticCss/progress.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../staticCss/zlsh.css"
>
<script
type=
"text/javascript"
src=
"../
../
staticJs/head.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../
../
staticCss/progress.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../
../
staticCss/zlsh.css"
>
</head>
<body>
...
...
@@ -165,9 +165,9 @@
</div>
</div>
</body>
<script
type=
"text/javascript"
src=
"../staticJs/common.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/down.js"
></script>
<script
type=
"text/javascript"
src=
"../
staticJs/zlsh
.js"
></script>
<script
type=
"text/javascript"
src=
"../
../
staticJs/common.js"
></script>
<script
type=
"text/javascript"
src=
"../
../
staticJs/down.js"
></script>
<script
type=
"text/javascript"
src=
"../
../staticJs/onlineApply/dataReview
.js"
></script>
<script
id=
"progress"
type=
"text/html"
>
{{
#
layui
.
each
(
d
.
progressList
,
function
(
index
,
item
){
}}
{{
#
if
(
item
.
stepState
==
2
){
}}
...
...
staticViews/
sfrz
.html
→
staticViews/
onlineApply/identityAuthentication
.html
View file @
58bbaf7
...
...
@@ -7,9 +7,9 @@
</style>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
立即办理-身份认证
</title>
<script
type=
"text/javascript"
src=
"../staticJs/head.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../staticCss/progress.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../staticCss/sfrz.css"
>
<script
type=
"text/javascript"
src=
"../
../
staticJs/head.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../
../
staticCss/progress.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../
../
staticCss/sfrz.css"
>
</head>
<body>
...
...
@@ -46,16 +46,18 @@
</div>
<div
class=
"next_button"
>
<button
type=
"button"
class=
"layui-btn layui-btn-normal"
>
<a
href=
"./zlsh.html
"
>
下一步
</a>
<a
onclick=
"skipClick()
"
>
下一步
</a>
</button>
</div>
</div>
</div>
</body>
<script
type=
"text/javascript"
src=
"../staticJs/common.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/down.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/jquery.webcam.min.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/sfrz.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/common.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/down.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/jquery.webcam.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/onlineApply/workFlow.js"
></script>
+88
<script
type=
"text/javascript"
src=
"../../staticJs/onlineApply/identityAuthentication.js"
></script>
<script
id=
"progress"
type=
"text/html"
>
{{
#
layui
.
each
(
d
.
progressList
,
function
(
index
,
item
){
}}
{{
#
if
(
item
.
stepState
==
2
){
}}
...
...
staticViews/
wshs
.html
→
staticViews/
onlineApply/taxAssessment
.html
View file @
58bbaf7
...
...
@@ -7,9 +7,9 @@
</style>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
立即办理-完税核税
</title>
<script
type=
"text/javascript"
src=
"../staticJs/head.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../staticCss/progress.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../staticCss/yyws.css"
>
<script
type=
"text/javascript"
src=
"../
../
staticJs/head.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../
../
staticCss/progress.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../
../
staticCss/yyws.css"
>
</head>
<body>
...
...
@@ -36,7 +36,7 @@
<div
class=
"query_results"
>
<div
class=
"success_info"
>
<h2>
<img
src=
"../staticImages/xuanzhong.png"
/>
<img
src=
"../
../
staticImages/xuanzhong.png"
/>
温馨提示:完税校验通过!
</h2>
</div>
...
...
@@ -132,15 +132,16 @@
</div>
<div
class=
"next_button"
>
<button
type=
"button"
class=
"layui-btn layui-btn-normal"
>
<a
href=
"./sfrz.html
"
>
下一步
</a>
<a
onclick=
"skipClick()
"
>
下一步
</a>
</button>
</div>
</div>
</div>
</body>
<script
type=
"text/javascript"
src=
"../staticJs/common.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/down.js"
></script>
<script
type=
"text/javascript"
src=
"../staticJs/yyws.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/common.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/down.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/onlineApply/workFlow.js"
></script>
<script
type=
"text/javascript"
src=
"../../staticJs/onlineApply/taxAssessment.js"
></script>
<script
id=
"progress"
type=
"text/html"
>
{{
#
layui
.
each
(
d
.
progressList
,
function
(
index
,
item
){
}}
{{
#
if
(
item
.
stepState
==
2
){
}}
...
...
Please
register
or
sign in
to post a comment