Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
Aidea
Project
Project
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
sa_aidea
Aidea
Commits
f47030fd
Commit
f47030fd
authored
Nov 24, 2020
by
卜远杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合并组织人员
parent
e73b6031
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
460 additions
and
5 deletions
+460
-5
orgunitlist.html
...main/webapp/WEB-INF/views/managerorgunit/orgunitlist.html
+455
-0
qyuseradd.html
...rc/main/webapp/WEB-INF/views/managerqyuser/qyuseradd.html
+5
-5
No files found.
qy-modules/qy-orgunit-module-web/src/main/webapp/WEB-INF/views/managerorgunit/orgunitlist.html
View file @
f47030fd
This diff is collapsed.
Click to expand it.
qy-modules/qy-orgunit-module-web/src/main/webapp/WEB-INF/views/managerqyuser/qyuseradd.html
View file @
f47030fd
...
@@ -229,7 +229,7 @@
...
@@ -229,7 +229,7 @@
#if($shiro.hasPermission("sys:qyuser:edit"))
#if($shiro.hasPermission("sys:qyuser:edit"))
<input
class=
"btn btn-primary"
id=
"save"
value=
"保存"
type=
"submit"
>
<input
class=
"btn btn-primary"
id=
"save"
value=
"保存"
type=
"submit"
>
#end
#end
<a
href=
"#springUrl('/a/
qyuser
/list')"
class=
"btn btn-default"
>
取消
</a>
<a
href=
"#springUrl('/a/
orgunit
/list')"
class=
"btn btn-default"
>
取消
</a>
</div>
</div>
</form>
</form>
<!-- /.box-body -->
<!-- /.box-body -->
...
@@ -577,7 +577,7 @@
...
@@ -577,7 +577,7 @@
location
.
href
=
"#springUrl('/a/qyuser/form')"
;
location
.
href
=
"#springUrl('/a/qyuser/form')"
;
},
},
cancel
:
function
()
{
cancel
:
function
()
{
location
.
href
=
"#springUrl('/a/
qyuser
/list')"
;
location
.
href
=
"#springUrl('/a/
orgunit
/list')"
;
}
}
});
});
}
else
if
(
returnobj
.
errorNo
==
0
)
{
//修改成功
}
else
if
(
returnobj
.
errorNo
==
0
)
{
//修改成功
...
@@ -585,7 +585,7 @@
...
@@ -585,7 +585,7 @@
message
:
"更新成功"
,
message
:
"更新成功"
,
btntext
:
"确定"
,
btntext
:
"确定"
,
success
:
function
()
{
success
:
function
()
{
location
.
href
=
"#springUrl('/a/
qyuser
/list')"
;
location
.
href
=
"#springUrl('/a/
orgunit
/list')"
;
}
}
});
});
}
else
if
(
returnobj
.
errorNo
==
3
)
{
}
else
if
(
returnobj
.
errorNo
==
3
)
{
...
@@ -593,7 +593,7 @@
...
@@ -593,7 +593,7 @@
message
:
"账号重复"
,
message
:
"账号重复"
,
btntext
:
"确定"
,
btntext
:
"确定"
,
success
:
function
()
{
success
:
function
()
{
location
.
href
=
"#springUrl('/a/qyuser
/list')"
;
// location.href = "#springUrl('/a/orgunit
/list')";
}
}
});
});
}
else
{
}
else
{
...
@@ -601,7 +601,7 @@
...
@@ -601,7 +601,7 @@
message
:
"创建失败"
,
message
:
"创建失败"
,
btntext
:
"确定"
,
btntext
:
"确定"
,
success
:
function
()
{
success
:
function
()
{
location
.
href
=
"#springUrl('/a/qyuser
/list')"
;
//location.href = "#springUrl('/a/orgunit
/list')";
}
}
});
});
}
}
...
...
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