Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
youka-manage
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
java-youka-wallet
youka-manage
Commits
97da57ff
Commit
97da57ff
authored
May 14, 2018
by
Java-聂换换
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
结算管理
parent
9da0047a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
userForm.jsp
src/main/webapp/WEB-INF/views/modules/youka/userForm.jsp
+7
-9
No files found.
src/main/webapp/WEB-INF/views/modules/youka/userForm.jsp
View file @
97da57ff
...
...
@@ -8,14 +8,7 @@
$
(
document
).
ready
(
function
()
{
$
(
"#no"
).
focus
();
$
(
"#btnCancel232"
).
click
(
function
()
{
var
msg
=
"您真的确定要删除吗?
\
n
\
n请确认!"
;
if
(
confirm
(
msg
)
==
true
){
$
(
"#btnCancel232"
).
attr
(
"href"
,
"${ctx}/youka/user/list"
);
console
.
log
(
$
(
"#btnCancel232"
).
attr
(
"href"
));
return
true
;
}
else
{
return
false
;
}
});
$
(
"#inputForm"
).
validate
({
...
...
@@ -121,7 +114,12 @@
<div
class=
"form-actions"
>
<shiro:hasPermission
name=
"sys:user:edit"
><input
id=
"btnSubmit"
class=
"btn btn-primary"
type=
"submit"
value=
"保 存"
/>
</shiro:hasPermission>
<input
id=
"btnCancel"
class=
"btn"
type=
"button"
value=
"返 回"
onclick=
"history.go(-1)"
/>
<a
id=
"btnCancel232"
href=
""
>
测的是
</a>
<
%
--
<
div
>
--%>
<
%
--
<
input
name=
"iiii"
value=
"78237832"
>
--%>
<
%
--
<
a
id=
"btnCancel232"
href=
""
>
测的是
</a>
--%>
<
%
--
</
div
>
--%>
</div>
</form:form>
</body>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment