cy
2022-06-21 129904537f66509f97b285e7eb4f42b3dc349dd0
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
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>审核</title>
[#include "/business/pages/include/static.html" /]
[#include "/component/tabPlug.html" /]
</head>
<body>
[#assign list]
[
{'id':'info','name':'审核信息','url':'${base}/business/pages/cfg/cfgSh.html?cfgId=${RequestParameters.cfgId}&busId=${RequestParameters.busId}','height':'1100'},
{'id':'record','name':'审核记录','url':'${base}/common/flowRecord.html?busId=${RequestParameters.busId}'}
]
[/#assign]
[@tab list=list/]
<script type="text/javascript">
function onDialogBtnClick(btnID, dialogID, config){
    if(btnID == "btnSure"){
        window.top.document.getElementById("dialogIframedo").contentWindow.document.getElementById("info").contentWindow.subForm();
    } 
}
</script>
</body>
</html>