apps/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.outputreport.tree.htm

48 lines
1.9 KiB
HTML
Raw Normal View History

2022-06-27 22:14:40 +08:00
<!Doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>报告生成器</title>
<script src="../commons/js/jquery/scripts/jquery.js"></script>
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.js"></script>
<script type="text/javascript" src="../commons/js/awsui.js"></script>
<script type="text/javascript" src="../commons/js/jquery/scripts/ui/aws.util.js"></script>
<link rel="stylesheet" href="../commons/css/awsui.css">
<style>
#tableContent thead th {
text-align: left;
}
.pagination {
padding-left: 0px;
}
</style>
</head>
<body>
<ul id="tree" style="overflow: visible; height: auto;" class="ui-tree"></ul>
<div title="上传模版" class="awsui-size-x-large awsui-hide" id="uploadTemplatesDlg">
<div style="padding-top: 20px;">
<div style="width: 100%; display: inline-block;padding-left: 15px;padding-bottom: 5px;">
<input style="width: 250px; float: left;" id="templateFileName" readonly="readonly" type="text" class="awsui-input" placeholder="请选择文件...">
<div id="uploadTd" style="display:inline-block"></div>
</div>
<div style="padding-left: 15px; font-size: 12px; color: rgb(120, 120, 120);">
<span>文件格式支持:<span id="alertPopbox">zip</span></span>
</div>
</div>
<input type="hidden" id="template_repositoryName" value=""/>
<input type="hidden" id="template_groupValue" value=""/>
<input type="hidden" id="template_fileValue" value=""/>
<input type="hidden" id="template_fileName" value=""/>
</div>
</body>
<script type="text/javascript">
var data =<#treeData>;
var sid = "<#sid>";
var raciDataType = "<#raciDataType>";
parent.raciDataType = "<#raciDataType>";
var orDataType = "<#orDataType>";
parent.orDataType = "<#orDataType>";
var templateOperate = "<#templateOperate>";
</script>
<script type='text/javascript' src='../apps/com.actionsoft.apps.coe.pal/js/pal.pl.repository.outputreport.tree.js'></script>
</html>