Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
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
Plain Diff
Browse Files
Authored by
王涛
2023-09-27 14:55:25 +0800
Commit
163f9d3bbd123798f91c121eb98f7f97675f0560
2 parents
4b97ac31
e2b53944
Merge branch 'master-mj-yjpnew' into 'master-mj'
fix:基础功能弹框自动伸缩统一优化 See merge request
!1209
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
22 additions
and
17 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/backupCount.js
hg-monitor-web-base/src/main/resources/static/src/controller/backupDingjia.js
hg-monitor-web-base/src/main/resources/static/src/controller/backupmain.js
hg-monitor-web-base/src/main/resources/static/src/controller/bizupgrade.js
hg-monitor-web-base/src/main/resources/static/src/controller/devicehitch.js
hg-monitor-web-base/src/main/resources/static/src/controller/emergency.js
hg-monitor-web-base/src/main/resources/static/src/controller/enterDevice.js
hg-monitor-web-base/src/main/resources/static/src/controller/enterStaff.js
hg-monitor-web-base/src/main/resources/static/src/controller/extra.js
hg-monitor-web-base/src/main/resources/static/src/controller/meetingApply.js
hg-monitor-web-base/src/main/resources/static/src/controller/meetingsummary.js
hg-monitor-web-base/src/main/resources/static/src/controller/recoveryverify.js
hg-monitor-web-base/src/main/resources/static/src/controller/routeAdjust.js
hg-monitor-web-base/src/main/resources/static/src/controller/workReportIndex.js
hg-monitor-web-base/src/main/resources/static/src/controller/workReportView.js
hg-monitor-web-base/src/main/resources/static/src/views/backup/count.html
hg-monitor-web-base/src/main/resources/static/src/controller/backupCount.js
View file @
163f9d3
...
...
@@ -90,10 +90,10 @@ layui.define(['common', 'admin', 'echarts', 'common', 'table', 'sessions', 'layd
$
(
"#status_table"
).
find
(
"thead"
).
empty
();
$
(
"#status_table"
).
find
(
"tbody"
).
empty
();
var
htr
=
"<tr><th
>序号</th><th width='200'>系统名称</th><th>等保等级</th><th width='200'>数据库名称</th><th
>IP地址</th>"
var
htr
=
"<tr><th
style='color: #151b26;font-weight: bold!important;'>序号</th><th width='200' style='color: #151b26;font-weight: bold!important;'>系统名称</th><th style='color: #151b26;font-weight: bold!important;'>等保等级</th><th width='200' style='color: #151b26;font-weight: bold!important;'>数据库名称</th><th style='color: #151b26;font-weight: bold!important;'
>IP地址</th>"
$
.
each
(
data
[
0
].
backlist
[
0
],
function
(
j
,
f
)
{
if
(
j
!=
"resId"
&&
j
!=
"resName"
&&
j
!=
"ip"
)
{
htr
+=
"<th>"
+
j
+
"</th>"
htr
+=
"<th
style='color: #151b26;font-weight: bold!important;'
>"
+
j
+
"</th>"
}
});
htr
+=
"</tr>"
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/backupDingjia.js
View file @
163f9d3
...
...
@@ -115,7 +115,7 @@ layui.define(['table', 'admin', 'form', 'laydate', 'common', 'sessions', 'view',
common
.
openWin
(
'backup/backDingjiaList'
,
title
,
{
busId
:
busId
,
flag
:
flag
},
[
'确定'
,
'取消'
],
null
,
null
,[
'
1512px
'
,
'90%'
])
},
[
'确定'
,
'取消'
],
null
,
null
,[
'
90%
'
,
'90%'
])
});
}
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/backupmain.js
View file @
163f9d3
...
...
@@ -274,7 +274,7 @@ layui.define(['table', 'admin', 'form', 'laydate', 'common', 'sessions', 'view',
startTime
:
startTime
,
resId
:
resId
,
resIp
:
ip
},
[
'确定'
,
'取消'
],
null
,
null
,[
'
1512px
'
,
'90%'
])
},
[
'确定'
,
'取消'
],
null
,
null
,[
'
90%
'
,
'90%'
])
});
$
(
'#inspectioncount_table_id :button.edit'
).
click
(
function
()
{
var
toEdit
=
this
.
value
==
'编辑'
;
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/bizupgrade.js
View file @
163f9d3
...
...
@@ -298,7 +298,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat
common
.
openWin
(
'machineroom/bizupgradeAdd'
,
title
,
{
id
:
id
},
[
'保存'
,
'取消'
],
function
f
()
{
$
(
"#bizupgrade-form-save-id"
).
trigger
(
"click"
);
reloadAllChange
();
},
null
,[
'
1512px
'
,
'90%'
],
null
,{
end
:
function
()
{
},
null
,[
'
90%
'
,
'90%'
],
null
,{
end
:
function
()
{
reloadAllChange
();
}})
}
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/devicehitch.js
View file @
163f9d3
...
...
@@ -207,7 +207,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat
common
.
openWin
(
'machineroom/devicehitchAdd'
,
title
,
{
id
:
id
},
[
'保存'
,
'取消'
],
function
f
(){
$
(
"#devicehitch-form-save-id"
).
trigger
(
"click"
);
reloadAllChange
();
},
null
,[
'
1512px
'
,
'90%'
],
null
,{
end
:
function
()
{
},
null
,[
'
90%
'
,
'90%'
],
null
,{
end
:
function
()
{
reloadAllChange
();
}})
}
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/emergency.js
View file @
163f9d3
...
...
@@ -334,7 +334,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat
common
.
openWin
(
'emergency/add'
,
title
,
{
id
:
id
},
[
'保存'
,
'取消'
],
function
f
()
{
$
(
"#emergency-form-save-id"
).
trigger
(
"click"
);
reloadAllChange
();
},
null
,[
'
1512px
'
,
'90%'
],
null
,{
end
:
function
()
{
},
null
,[
'
90%
'
,
'90%'
],
null
,{
end
:
function
()
{
reloadAllChange
();
}})
}
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/enterDevice.js
View file @
163f9d3
...
...
@@ -375,7 +375,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat
common
.
openWin
(
'machineroom/deviceAdd'
,
title
,
{
id
:
id
},
[
'保存'
,
'取消'
],
function
f
()
{
$
(
"#device-form-save-id"
).
trigger
(
"click"
);
reloadAllChange
();
},
null
,
[
'
1512px
'
,
'90%'
],
null
,
{
end
:
function
()
{
},
null
,
[
'
90%
'
,
'90%'
],
null
,
{
end
:
function
()
{
reloadAllChange
();
}})
}
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/enterStaff.js
View file @
163f9d3
...
...
@@ -227,7 +227,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat
var
title
=
id
?
'编辑'
:
'新增'
common
.
openWin
(
'machineroom/staffAdd'
,
title
,
{
id
:
id
},
[
'保存'
,
'取消'
],
function
f
()
{
$
(
"#staff-form-save-id"
).
trigger
(
"click"
);
},
null
,[
'
1512px
'
,
'90%'
],
null
,{
end
:
function
()
{
},
null
,[
'
90%
'
,
'90%'
],
null
,{
end
:
function
()
{
reloadAllChange
();
}})
}
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/extra.js
View file @
163f9d3
...
...
@@ -195,7 +195,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat
common
.
openWin
(
'machineroom/extraAdd'
,
title
,
{
id
:
id
},
[
'保存'
,
'取消'
],
function
f
(){
$
(
"#extra-form-save-id"
).
trigger
(
"click"
);
reloadAllChange
();
},
null
,[
'
1512px
'
,
'90%'
],
null
,{
end
:
function
()
{
},
null
,[
'
90%
'
,
'90%'
],
null
,{
end
:
function
()
{
reloadAllChange
();
}})
}
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/meetingApply.js
View file @
163f9d3
...
...
@@ -161,7 +161,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat
common
.
openWin
(
'machineroom/meetingApplyAdd'
,
title
,
{
id
:
id
},
[
'保存'
,
'取消'
],
function
f
(){
$
(
"#meetingApply-form-save-id"
).
trigger
(
"click"
);
form
.
render
();
},
null
,[
'
1512px
'
,
'90%'
],
null
,{
end
:
function
()
{
},
null
,[
'
90%
'
,
'90%'
],
null
,{
end
:
function
()
{
reloadAllChange
();
}})
}
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/meetingsummary.js
View file @
163f9d3
...
...
@@ -139,7 +139,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat
function
openmeetingsummaryForm
(
id
)
{
var
title
=
id
?
'编辑'
:
'新增'
common
.
openWin
(
'machineroom/meetingsummaryAdd'
,
title
,
{
id
:
id
},
[
'确定'
,
'取消'
],
function
f
(
index
,
layero
){
},
null
,[
'
1512px
'
,
'90%'
],
null
,{
end
:
function
()
{
},
null
,[
'
90%
'
,
'90%'
],
null
,{
end
:
function
()
{
reloadAllChange
();
}})
}
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/recoveryverify.js
View file @
163f9d3
...
...
@@ -211,7 +211,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat
common
.
openWin
(
'recoveryverify/add'
,
title
,
{
id
:
id
},
[
'保存'
,
'取消'
],
function
f
()
{
$
(
"#recoveryverify-form-save-id"
).
trigger
(
"click"
);
reloadAllChange
();
},
null
,[
'
1512px
'
,
'90%'
],
null
,{
end
:
function
()
{
},
null
,[
'
90%
'
,
'90%'
],
null
,{
end
:
function
()
{
reloadAllChange
();
}})
}
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/routeAdjust.js
View file @
163f9d3
...
...
@@ -166,7 +166,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat
common
.
openWin
(
'machineroom/routeAdjustAdd'
,
title
,
{
id
:
id
},
[
'保存'
,
'取消'
],
function
f
()
{
$
(
"#routeAdjust-form-save-id"
).
trigger
(
"click"
);
reloadAllChange
();
},
null
,[
'
1512px
'
,
'90%'
],
null
,{
end
:
function
()
{
},
null
,[
'
90%
'
,
'90%'
],
null
,{
end
:
function
()
{
reloadAllChange
();
}})
}
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/workReportIndex.js
View file @
163f9d3
...
...
@@ -239,7 +239,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions'], function
var
title
=
id
?
'编辑'
:
'新增'
common
.
openWin
(
'workreport/add'
,
title
,
{
id
:
id
,
repType
:
repType
},
[
'保存'
,
'取消'
],
function
f
()
{
$
(
"#workReport-form-save-id"
).
trigger
(
"click"
);
},
null
,[
'
1100px
'
,
'90%'
],
null
,{
end
:
function
()
{
},
null
,[
'
80%
'
,
'90%'
],
null
,{
end
:
function
()
{
reloadWorkReportTable
();
}})
}
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/workReportView.js
View file @
163f9d3
...
...
@@ -300,7 +300,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat
common
.
openWin
(
'workreport/add'
,
'查看'
,
{
id
:
id
,
repType
:
repType
,
viewType
:
'view'
,
datas
:
datas
},
[
'下一条'
,
'关闭'
],
function
f
()
{
$
(
"#workReport-form-next-id"
).
trigger
(
"click"
);
reloadAllChange
();
},
null
,[
'
1100px
'
,
'90%'
],
null
,{
end
:
function
()
{
},
null
,[
'
80%
'
,
'90%'
],
null
,{
end
:
function
()
{
reloadAllChange
();
}});
}
...
...
hg-monitor-web-base/src/main/resources/static/src/views/backup/count.html
View file @
163f9d3
...
...
@@ -46,4 +46,9 @@
layui
.
use
(
'backupCount'
,
function
(
fn
)
{
fn
();
});
</script>
\ No newline at end of file
</script>
<style
type=
"text/css"
>
th
{
color
:
#151b26
;
}
</style>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment