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
c4d27d6e
authored
2020-12-24 08:45:35 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:网上申请样式
1 parent
bf9917af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
staticCss/yysq.css
staticJs/wdyw.js
staticCss/yysq.css
View file @
c4d27d6
...
...
@@ -493,6 +493,7 @@ input[type='file'] {
text-align
:
center
;
writing-mode
:
vertical-lr
;
margin-left
:
5px
;
line-height
:
70px
;
}
.folkObligee
{
display
:
none
;
...
...
staticJs/wdyw.js
View file @
c4d27d6
...
...
@@ -30,6 +30,7 @@ $(function () {
$
(
document
).
on
(
"click"
,
".appintmentList li .handle"
,
function
()
{
let
businessNo
=
$
(
this
).
attr
(
'data-businessNo'
);
let
slsqBsm
=
$
(
this
).
attr
(
'data-slsqBsm'
);
console
.
log
(
999
,
slsqBsm
,
businessNo
)
getWorkBoxFLow
(
slsqBsm
,
businessNo
)
})
// 业务列表操作
...
...
Please
register
or
sign in
to post a comment