Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
guns-vip
Commits
7fecbb27
Commit
7fecbb27
authored
Jan 31, 2018
by
stylefeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
!31 fixed issues #IGXHS
Merge pull request !31 from 虎子_007/master
parent
6f2d6257
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
22 additions
and
15 deletions
+22
-15
guns-admin/src/main/webapp/WEB-INF/view/system/notice/notice_add.html
+1
-1
guns-admin/src/main/webapp/WEB-INF/view/system/user/user_view.html
+1
-1
guns-admin/src/main/webapp/static/css/_fstyle.css
+5
-0
guns-admin/src/main/webapp/static/js/contabs.js
+12
-12
guns-admin/src/main/webapp/static/modular/system/dict/dict_info.js
+1
-0
guns-admin/src/main/webapp/static/modular/system/notice/notice.js
+1
-1
guns-admin/src/main/webapp/static/modular/system/notice/notice_info.js
+1
-0
No files found.
guns-admin/src/main/webapp/WEB-INF/view/system/notice/notice_add.html
View file @
7fecbb27
...
@@ -34,6 +34,6 @@
...
@@ -34,6 +34,6 @@
</div>
</div>
</div>
</div>
<script
type=
"text/javascript"
src=
"
${ctxPath}/static/js/plugins/wangEditor/wangEditor
.js"
></script>
<script
type=
"text/javascript"
src=
"
//unpkg.com/wangeditor/release/wangEditor.min
.js"
></script>
<script
src=
"${ctxPath}/static/modular/system/notice/notice_info.js"
></script>
<script
src=
"${ctxPath}/static/modular/system/notice/notice_info.js"
></script>
@}
@}
guns-admin/src/main/webapp/WEB-INF/view/system/user/user_view.html
View file @
7fecbb27
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
<div
id=
"driverInfoContent"
>
<div
id=
"driverInfoContent"
>
<
#
input
id=
"name"
name=
"姓名"
underline=
"true"
value=
"${user.name}"
/>
<
#
input
id=
"name"
name=
"姓名"
underline=
"true"
value=
"${user.name}"
/>
<
#
input
id=
"birthday"
name=
"出生日期"
underline=
"true"
type=
"date"
<
#
input
id=
"birthday"
name=
"出生日期"
underline=
"true"
value=
"${user.birthday}"
value=
"${user.birthday}"
clickFun=
"laydate({istime: false, format: 'YYYY-MM-DD'})"
/>
clickFun=
"laydate({istime: false, format: 'YYYY-MM-DD'})"
/>
...
...
guns-admin/src/main/webapp/static/css/_fstyle.css
View file @
7fecbb27
...
@@ -56,6 +56,10 @@
...
@@ -56,6 +56,10 @@
padding
:
10px
padding
:
10px
}
}
.w-e-text-container
{
height
:
150px
!important
;
}
.editorHeight
{
.editorHeight
{
height
:
170px
;
height
:
170px
;
}
}
\ No newline at end of file
guns-admin/src/main/webapp/static/js/contabs.js
View file @
7fecbb27
...
@@ -143,12 +143,12 @@ $(function () {
...
@@ -143,12 +143,12 @@ $(function () {
$
(
'.J_mainContent'
).
find
(
'iframe.J_iframe'
).
hide
().
parents
(
'.J_mainContent'
).
append
(
str1
);
$
(
'.J_mainContent'
).
find
(
'iframe.J_iframe'
).
hide
().
parents
(
'.J_mainContent'
).
append
(
str1
);
//显示loading提示
//显示loading提示
//
var loading = layer.load();
var
loading
=
layer
.
load
();
//
//
$('.J_mainContent iframe:visible').load(function () {
$
(
'.J_mainContent iframe:visible'
).
load
(
function
()
{
//
//iframe加载完成后隐藏loading提示
//iframe加载完成后隐藏loading提示
//
layer.close(loading);
layer
.
close
(
loading
);
//
});
});
// 添加选项卡
// 添加选项卡
$
(
'.J_menuTabs .page-tabs-content'
).
append
(
str
);
$
(
'.J_menuTabs .page-tabs-content'
).
append
(
str
);
scrollToTab
(
$
(
'.J_menuTab.active'
));
scrollToTab
(
$
(
'.J_menuTab.active'
));
...
@@ -282,12 +282,12 @@ $(function () {
...
@@ -282,12 +282,12 @@ $(function () {
function
refreshTab
()
{
function
refreshTab
()
{
var
target
=
$
(
'.J_iframe[data-id="'
+
$
(
this
).
data
(
'id'
)
+
'"]'
);
var
target
=
$
(
'.J_iframe[data-id="'
+
$
(
this
).
data
(
'id'
)
+
'"]'
);
var
url
=
target
.
attr
(
'src'
);
var
url
=
target
.
attr
(
'src'
);
//
//显示loading提示
//显示loading提示
//
var loading = layer.load();
//
var loading = layer.load();
//
target.attr('src', url).load(function () {
//
target.attr('src', url).load(function () {
//
//关闭loading提示
//
//关闭loading提示
//
layer.close(loading);
//
layer.close(loading);
//
});
//
});
}
}
$
(
'.J_menuTabs'
).
on
(
'dblclick'
,
'.J_menuTab'
,
refreshTab
);
$
(
'.J_menuTabs'
).
on
(
'dblclick'
,
'.J_menuTab'
,
refreshTab
);
...
...
guns-admin/src/main/webapp/static/modular/system/dict/dict_info.js
View file @
7fecbb27
...
@@ -39,6 +39,7 @@ DictInfoDlg.addItem = function () {
...
@@ -39,6 +39,7 @@ DictInfoDlg.addItem = function () {
*/
*/
DictInfoDlg
.
deleteItem
=
function
(
event
)
{
DictInfoDlg
.
deleteItem
=
function
(
event
)
{
var
obj
=
Feng
.
eventParseObject
(
event
);
var
obj
=
Feng
.
eventParseObject
(
event
);
obj
=
obj
.
is
(
'button'
)
?
obj
:
obj
.
parent
();
obj
.
parent
().
parent
().
remove
();
obj
.
parent
().
parent
().
remove
();
};
};
...
...
guns-admin/src/main/webapp/static/modular/system/notice/notice.js
View file @
7fecbb27
...
@@ -43,7 +43,7 @@ Notice.openAddNotice = function () {
...
@@ -43,7 +43,7 @@ Notice.openAddNotice = function () {
var
index
=
layer
.
open
({
var
index
=
layer
.
open
({
type
:
2
,
type
:
2
,
title
:
'添加通知'
,
title
:
'添加通知'
,
area
:
[
'800px'
,
'
42
0px'
],
//宽高
area
:
[
'800px'
,
'
50
0px'
],
//宽高
fix
:
false
,
//不固定
fix
:
false
,
//不固定
maxmin
:
true
,
maxmin
:
true
,
content
:
Feng
.
ctxPath
+
'/notice/notice_add'
content
:
Feng
.
ctxPath
+
'/notice/notice_add'
...
...
guns-admin/src/main/webapp/static/modular/system/notice/notice_info.js
View file @
7fecbb27
...
@@ -123,5 +123,6 @@ $(function () {
...
@@ -123,5 +123,6 @@ $(function () {
var
editor
=
new
E
(
'#editor'
);
var
editor
=
new
E
(
'#editor'
);
editor
.
create
();
editor
.
create
();
editor
.
txt
.
html
(
$
(
"#contentVal"
).
val
());
editor
.
txt
.
html
(
$
(
"#contentVal"
).
val
());
editor
.
txt
NoticeInfoDlg
.
editor
=
editor
;
NoticeInfoDlg
.
editor
=
editor
;
});
});
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