cy
2022-06-28 2ba5c891b24d4d0cd6ce7ef833592e4f576ee5e8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!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>