Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
doc_wei
Skyeye
提交
ab44d677
S
Skyeye
项目概览
doc_wei
/
Skyeye
通知
1173
Star
154
Fork
127
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Skyeye
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
ab44d677
编写于
10月 25, 2018
作者:
doc_wei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
页面更新
上级
2a094792
变更
5
显示空白变更内容
内联
并排
Showing
5 changed file
with
59 addition
and
3 deletion
+59
-3
skyeye-web/src/main/webapp/assets/lib/layui/custom.js
skyeye-web/src/main/webapp/assets/lib/layui/custom.js
+8
-1
skyeye-web/src/main/webapp/js/rmmysmpro/mysmprolist.js
skyeye-web/src/main/webapp/js/rmmysmpro/mysmprolist.js
+0
-1
skyeye-web/src/main/webapp/js/rmmysmpropage/mysmpropagelist.js
...e-web/src/main/webapp/js/rmmysmpropage/mysmpropagelist.js
+19
-0
skyeye-web/src/main/webapp/tpl/rmmysmpro/mysmprolist.html
skyeye-web/src/main/webapp/tpl/rmmysmpro/mysmprolist.html
+2
-1
skyeye-web/src/main/webapp/tpl/rmmysmpropage/mysmpropagelist.html
...eb/src/main/webapp/tpl/rmmysmpropage/mysmpropagelist.html
+30
-0
未找到文件。
skyeye-web/src/main/webapp/assets/lib/layui/custom.js
浏览文件 @
ab44d677
...
@@ -35,6 +35,9 @@ function _openNewWindows(mation){
...
@@ -35,6 +35,9 @@ function _openNewWindows(mation){
if
(
isNull
(
mation
.
offset
)){
if
(
isNull
(
mation
.
offset
)){
mation
.
offset
=
[
'
15vh
'
,
'
20vw
'
];
mation
.
offset
=
[
'
15vh
'
,
'
20vw
'
];
}
}
if
(
isNull
(
mation
.
maxmin
)){
mation
.
maxmin
=
false
;
}
var
index
=
layer
.
load
(
1
);
var
index
=
layer
.
load
(
1
);
refreshCode
=
""
;
refreshCode
=
""
;
layui
.
$
.
ajax
({
layui
.
$
.
ajax
({
...
@@ -45,19 +48,23 @@ function _openNewWindows(mation){
...
@@ -45,19 +48,23 @@ function _openNewWindows(mation){
layer
.
close
(
index
);
layer
.
close
(
index
);
//从桌面打开
//从桌面打开
// top.winui.window.open
// top.winui.window.open
layer
.
open
({
var
pageIndex
=
layer
.
open
({
id
:
mation
.
pageId
,
id
:
mation
.
pageId
,
type
:
2
,
type
:
2
,
title
:
mation
.
title
,
title
:
mation
.
title
,
content
:
mation
.
url
,
content
:
mation
.
url
,
area
:
mation
.
area
,
area
:
mation
.
area
,
offset
:
mation
.
offset
,
offset
:
mation
.
offset
,
maxmin
:
mation
.
maxmin
,
end
:
function
(){
end
:
function
(){
if
(
typeof
(
mation
.
callBack
)
==
"
function
"
)
{
if
(
typeof
(
mation
.
callBack
)
==
"
function
"
)
{
mation
.
callBack
(
refreshCode
);
mation
.
callBack
(
refreshCode
);
}
}
}
}
});
});
if
(
mation
.
maxmin
){
layer
.
full
(
pageIndex
);
}
},
},
error
:
function
(
xml
)
{
error
:
function
(
xml
)
{
layer
.
close
(
index
);
layer
.
close
(
index
);
...
...
skyeye-web/src/main/webapp/js/rmmysmpro/mysmprolist.js
浏览文件 @
ab44d677
...
@@ -79,7 +79,6 @@ layui.config({
...
@@ -79,7 +79,6 @@ layui.config({
url
:
"
../../tpl/rmmysmpropage/mysmpropagelist.html
"
,
url
:
"
../../tpl/rmmysmpropage/mysmpropagelist.html
"
,
title
:
"
管理项目
"
,
title
:
"
管理项目
"
,
pageId
:
"
rmmysmproconsolePro
"
,
pageId
:
"
rmmysmproconsolePro
"
,
area
:[],
maxmin
:
true
,
maxmin
:
true
,
callBack
:
function
(
refreshCode
){
callBack
:
function
(
refreshCode
){
if
(
refreshCode
==
'
0
'
)
{
if
(
refreshCode
==
'
0
'
)
{
...
...
skyeye-web/src/main/webapp/js/rmmysmpropage/mysmpropagelist.js
0 → 100644
浏览文件 @
ab44d677
layui
.
config
({
base
:
basePath
,
version
:
skyeyeVersion
}).
define
([
'
table
'
,
'
jquery
'
,
'
winui
'
,
'
form
'
],
function
(
exports
)
{
winui
.
renderColor
();
var
$
=
layui
.
$
,
form
=
layui
.
form
,
table
=
layui
.
table
;
console
.
log
(
parent
.
rowId
);
function
loadTable
(){
table
.
reload
(
"
messageTable
"
,
{
where
:{
proName
:
$
(
"
#proName
"
).
val
()}});
}
exports
(
'
mysmpropagelist
'
,
{});
});
skyeye-web/src/main/webapp/tpl/rmmysmpro/mysmprolist.html
浏览文件 @
ab44d677
...
@@ -34,7 +34,8 @@
...
@@ -34,7 +34,8 @@
<div
style=
"margin:auto 10px;"
>
<div
style=
"margin:auto 10px;"
>
<table
id=
"messageTable"
lay-filter=
"messageTable"
></table>
<table
id=
"messageTable"
lay-filter=
"messageTable"
></table>
<script
type=
"text/html"
id=
"tableBar"
>
<script
type=
"text/html"
id=
"tableBar"
>
<
a
class
=
"
layui-btn layui-btn-xs
"
lay
-
event
=
"
edit
"
>
编辑
<
/a
>
<
a
class
=
"
layui-btn layui-btn-xs
"
lay
-
event
=
"
edit
"
>
编辑项目
<
/a
>
<
a
class
=
"
layui-btn layui-btn-xs
"
lay
-
event
=
"
consolePro
"
>
管理项目
<
/a
>
{{
#
if
(
d
.
pageNum
==
0
&&
d
.
modelNum
==
0
){
}}
{{
#
if
(
d
.
pageNum
==
0
&&
d
.
modelNum
==
0
){
}}
<
a
class
=
"
layui-btn layui-btn-danger layui-btn-xs
"
lay
-
event
=
"
del
"
>
删除
<
/a
>
<
a
class
=
"
layui-btn layui-btn-danger layui-btn-xs
"
lay
-
event
=
"
del
"
>
删除
<
/a
>
{{
#
}
}}
{{
#
}
}}
...
...
skyeye-web/src/main/webapp/tpl/rmmysmpropage/mysmpropagelist.html
0 → 100644
浏览文件 @
ab44d677
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
/>
<title></title>
<link
href=
"../../assets/lib/layui/css/layui.css"
rel=
"stylesheet"
/>
<link
href=
"../../assets/lib/font-awesome-4.7.0/css/font-awesome.css"
rel=
"stylesheet"
/>
<link
href=
"../../assets/lib/winui/css/winui.css"
rel=
"stylesheet"
/>
</head>
<body>
<div
class=
"winui-toolbar"
>
<div
class=
"winui-tool"
>
<button
id=
"reloadTable"
class=
"winui-toolbtn"
><i
class=
"fa fa-refresh"
aria-hidden=
"true"
></i>
刷新数据
</button>
<button
id=
"addBean"
class=
"winui-toolbtn"
><i
class=
"fa fa-plus"
aria-hidden=
"true"
></i>
新增项目
</button>
</div>
</div>
<div
class=
"txtcenter"
style=
"width:700px;margin:0 auto;padding-top:20px;"
>
<form
class=
"layui-form layui-form-pane"
action=
""
autocomplete=
"off"
>
</form>
</div>
<script
src=
"../../assets/lib/layui/layui.js"
></script>
<script
src=
"../../assets/lib/layui/custom.js"
></script>
<script
type=
"text/javascript"
>
layui
.
config
({
base
:
'
../../js/rmmysmpropage/
'
}).
use
(
'
mysmpropagelist
'
);
</script>
</body>
</html>
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录