Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
LUOXC
5 years ago
Commit
0bca3f1ea0f846cf06eb823a4c81c6df90d134f4
1 parent
682424d5
refactor
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
web/src/main/webapp/html/billsManage/manualStopTransfer.html
web/src/main/webapp/html/billsManage/manualStopTransfer.html
View file @
0bca3f1
...
...
@@ -7,7 +7,7 @@
</head>
<body
class=
"easyui-layout"
>
<div
region=
"north"
style=
"height:
23
0px;"
>
<div
region=
"north"
style=
"height:
70
0px;"
>
<script>
document
.
write
(
addHead
(
'打款管理'
,
'转账开关'
));
</script>
...
...
@@ -15,15 +15,15 @@
<h3>
是否需要用户申请转账
</h3>
<div
style=
"padding:20px;"
>
<label
id=
"transferNeedUserApplyCash"
></label>
<a
id=
"transferNeedUserApplyCashOpen"
class=
"btn-success"
>
开启
</a>
<a
id=
"transferNeedUserApplyCashClose"
class=
"btn-success"
>
关闭
</a>
<a
id=
"transferNeedUserApplyCashOpen"
class=
"btn-info"
>
开启
</a>
<a
id=
"transferNeedUserApplyCashClose"
class=
"btn-info"
>
关闭
</a>
</div>
<h3>
是否可以转账
</h3>
<div
style=
"padding:20px;"
>
<label
id=
"transferSwitch"
></label>
<a
id=
"transferSwitchOpen"
class=
"btn-success"
>
开启
</a>
<a
id=
"transferSwitchClose"
class=
"btn-success"
>
关闭
</a>
<a
id=
"transferSwitchOpen"
class=
"btn-info"
>
开启
</a>
<a
id=
"transferSwitchClose"
class=
"btn-info"
>
关闭
</a>
</div>
</div>
...
...
Please
register
or
login
to post a comment