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
wangtao
2023-08-06 19:38:41 +0800
Commit
e5804fc4837c39bd6bba0144a5d1efe61f2a6f74
2 parents
b32a1094
23070271
Merge branch 'master-mj' of
http://113.200.75.45:82/monitor_v3/hg-monitor-web
into master-mj
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
17 additions
and
15 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/alarmpolicyIndex.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/meetingApplyAdd.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/reportConfigAdd.js
hg-monitor-web-base/src/main/resources/static/src/controller/resManageAdd.js
hg-monitor-web-base/src/main/resources/static/src/controller/routeAdjust.js
hg-monitor-web-base/src/main/resources/static/src/controller/alarmpolicyIndex.js
View file @
e5804fc
...
...
@@ -369,9 +369,8 @@ layui.define(['table', 'form', 'admin', 'layer', 'common','sessions','xmSelect',
btn
:
[
'确定'
,
'取消'
]
//按钮
},
function
()
{
admin
.
req
({
url
:
common
.
domainName
+
'/api-web/alarmPolicy/delete
'
url
:
common
.
domainName
+
'/api-web/alarmPolicy/delete
?ids='
+
id
,
type
:
"delete"
,
data
:{
ids
:
id
}
}).
done
(
function
(
res
)
{
if
(
res
.
success
){
layer
.
msg
(
'删除成功'
,
{
...
...
@@ -431,7 +430,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common','sessions','xmSelect',
name
:
'name'
,
value
:
'name'
},
height
:
'
auto
'
,
height
:
'
500px
'
,
data
:
resTypeTree
,
on
:
function
(
data
)
{
if
(
data
.
isAdd
){
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/bizupgrade.js
View file @
e5804fc
...
...
@@ -256,7 +256,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
,
null
,
null
,{
end
:
reloadAllChange
()}
)
}
//查看附件/调整信息列表
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/devicehitch.js
View file @
e5804fc
...
...
@@ -182,7 +182,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
,
null
,
null
,{
end
:
reloadAllChange
()}
)
}
//查看附件/调整信息列表
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/emergency.js
View file @
e5804fc
...
...
@@ -293,7 +293,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
,
null
,
null
,{
end
:
reloadAllChange
()}
)
}
//查看附件/调整信息列表
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/enterDevice.js
View file @
e5804fc
...
...
@@ -291,7 +291,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
,
null
,
null
,{
end
:
reloadAllChange
()}
)
}
//查看更换配件列表
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/enterStaff.js
View file @
e5804fc
...
...
@@ -183,7 +183,7 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat
common
.
openWin
(
'machineroom/staffAdd'
,
title
,
{
id
:
id
},
[
'保存'
,
'取消'
],
function
f
()
{
$
(
"#staff-form-save-id"
).
trigger
(
"click"
);
reloadAllChange
();
})
}
,
null
,
null
,
null
,{
end
:
reloadAllChange
()}
)
}
//查看附件/接收人列表
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/extra.js
View file @
e5804fc
...
...
@@ -173,7 +173,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
,
null
,
null
,{
end
:
reloadAllChange
()}
)
}
//查看附件/调整信息列表
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/meetingApply.js
View file @
e5804fc
...
...
@@ -158,8 +158,9 @@ layui.define(['table', 'form', 'sessions', 'admin', 'common', 'echarts', 'laydat
var
title
=
id
?
'编辑'
:
'新增'
common
.
openWin
(
'machineroom/meetingApplyAdd'
,
title
,
{
id
:
id
},
[
'保存'
,
'取消'
],
function
f
(){
$
(
"#meetingApply-form-save-id"
).
trigger
(
"click"
);
form
.
render
();
reloadAllChange
();
})
}
,
null
,
null
,
null
,{
end
:
reloadAllChange
()}
)
}
//查看附件/调整信息列表
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/meetingApplyAdd.js
View file @
e5804fc
...
...
@@ -65,6 +65,8 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions', 'xmSelect
time
:
1000
,
},
function
()
{
$
(
"#attachment"
).
removeAttr
(
"disabled"
);
//var index = parent.layer.getFrameIndex(window.name);
//parent.location.reload();//刷新父页面,注意一定要在关闭当前iframe层之前执行刷新
layer
.
closeAll
();
table
.
reload
(
'table-MeetingApply-view'
,
{
where
:
{
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/meetingsummary.js
View file @
e5804fc
...
...
@@ -137,8 +137,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
){
layer
.
closeAll
();
})
},
null
,
null
,
null
,{
end
:
reloadAllChange
()})
}
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/recoveryverify.js
View file @
e5804fc
...
...
@@ -198,7 +198,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
,
null
,
null
,{
end
:
reloadAllChange
()}
)
}
//查看附件/调整信息列表
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/reportConfigAdd.js
View file @
e5804fc
...
...
@@ -116,7 +116,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions', 'xmSelect
$
.
ajax
({
url
:
url
,
success
:
function
(
res
)
{
var
selects
=
res
.
data
.
options
;
var
selects
=
res
.
data
;
var
$sel
=
$
(
"form[name='add-config-form']"
).
find
(
"select[name='manufacturerId']"
);
$sel
.
append
(
'<option value="">请选择</option>'
)
$
.
each
(
selects
,
function
(
i
,
e
)
{
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/resManageAdd.js
View file @
e5804fc
...
...
@@ -474,6 +474,7 @@ layui.define(['table', 'form', 'laydate', 'common', 'sessions', 'laydate', 'admi
}
var
$dom
=
$
(
$
(
"#resManageAddProtocol"
).
html
());
$dom
.
find
(
".protocol-title span"
).
text
(
e
.
protocolCode
);
$dom
.
find
(
".protocol-title a.protocol-pwd"
).
attr
(
'data-protocol'
,
e
.
protocolCode
);
showPwdBtn
(
e
.
protocolCode
,
$dom
,
e
.
protocolParamList
);
$
.
each
(
e
.
protocolParamList
,
function
(
index
,
param
)
{
...
...
hg-monitor-web-base/src/main/resources/static/src/controller/routeAdjust.js
View file @
e5804fc
...
...
@@ -164,7 +164,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
,
null
,
null
,{
end
:
reloadAllChange
()}
)
}
//查看附件/调整信息列表
...
...
Please
register
or
login
to post a comment