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
王涛
2 years ago
Commit
2a91371c4970a91102235efe552380e415c24f69
2 parents
ec9cc339
69990d18
Merge branch 'master-mj-yjpeng' into 'master-mj'
fix:基础环境功能bug优化 See merge request
!1165
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
14 additions
and
12 deletions
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/routeAdjust.js
hg-monitor-web-base/src/main/resources/static/src/controller/bizupgrade.js
View file @
2a91371
...
...
@@ -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 @
2a91371
...
...
@@ -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 @
2a91371
...
...
@@ -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 @
2a91371
...
...
@@ -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 @
2a91371
...
...
@@ -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 @
2a91371
...
...
@@ -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 @
2a91371
...
...
@@ -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 @
2a91371
...
...
@@ -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 @
2a91371
...
...
@@ -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 @
2a91371
...
...
@@ -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 @
2a91371
...
...
@@ -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/routeAdjust.js
View file @
2a91371
...
...
@@ -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