<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<html>
|
<head>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<title>制定维护方案</title>
|
[@formui /]
|
[#include "/component/tabs.html" /]
|
|
<link rel="stylesheet" type="text/css" href="${common_static}/static/style/flow/clientInfo.css">
|
<script>
|
|
function _onFormSubmit() {
|
getFrame().contentWindow._onFormSubmit();
|
}
|
|
function _closeWin(index){
|
if(window.top.frame100!=undefined){
|
window.top.frame100.tabsFrame_0._refresh();
|
}
|
window.top.closeDialog(index);
|
|
}
|
|
function refresh(){
|
window.top.frame5.refreshTab();
|
}
|
|
</script>
|
</head>
|
|
<body>
|
[@tabs data=[
|
{"title":"驻场巡检","url":"${base}/business/pages/wbfa/zcxj/dingzhi.html?ci_id=${RequestParameters.ci_id}&third_level_id=${RequestParameters.third_level_id}"},
|
{"title":"例行维护","url":"${base}/business/pages/wbfa/zntx/dingzhi.html?ci_id=${RequestParameters.ci_id}&third_level_id=${RequestParameters.third_level_id}"},
|
{"title":"健康检查","url":"${base}/business/pages/wbfa/jkjc/dingzhi.html?ci_id=${RequestParameters.ci_id}&third_level_id=${RequestParameters.third_level_id}"}
|
]
|
/]
|
</body>
|
</html>
|