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
aae3c77f
authored
2021-01-29 10:36:30 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat:网上申请流程的跳转
1 parent
37530ed3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
staticJs/common.js
staticJs/onlineApply/workFlow.js
staticJs/common.js
View file @
aae3c77
...
...
@@ -3,6 +3,10 @@ function addTabs(id) {
$
(
'.layui-nav-item'
).
removeClass
(
'layui-this'
)
$
(
id
).
addClass
(
'layui-this'
)
}
function
removeTabs
(
id
)
{
$
(
'.layui-nav-item'
).
removeClass
(
'layui-this'
)
$
(
id
).
removeClass
(
'layui-this'
)
}
//设置ajax调取服务接口
...
...
staticJs/onlineApply/workFlow.js
View file @
aae3c77
...
...
@@ -184,6 +184,7 @@ function setAcceptFlow(bsmSlsq, businessNo) {
addTabs
(
'#wssq'
);
$
(
'.layui-breadcrumb a'
).
eq
(
1
).
attr
(
'href'
,
'/staticViews/wssq.html'
);
}
else
{
removeTabs
(
'#wssq'
);
$
(
'.layui-breadcrumb a'
).
eq
(
1
).
attr
(
'href'
,
'/staticViews/wdyw.html'
);
}
$
(
'.layui-breadcrumb a'
).
eq
(
1
).
text
(
decodeURI
(
GetQueryString
(
'title'
)));
...
...
Please
register
or
sign in
to post a comment