apps/com.actionsoft.apps.coe.pal.publisher/template/form/权限管理-权限阅览.htm
2024-06-14 09:05:08 +08:00

98 lines
3.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>权限阅览</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="renderer" content="webkit">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<script>
var userZoneOffset = 8.0;
var isSaaSModel = false;
var isYijingCloud = false;
var isDingDingDaRuntime = false;
var isAppStoreService = true;
var isHighSecurity = false;
var isDingDingAdmin = false;
</script>
[#AWSImport]
[#AWSUIImport]
<link rel='stylesheet' id='schemeCss' href='../apps/_bpm.platform/css/colorschemes/scheme_aws.css' name='schemeCss'/>
<link type='text/css' rel='stylesheet' id='themeCss' href='../apps/_bpm.platform/css/theme/theme.css' name='themeCss'/>
</head>
<body>
<form id="frmMain" name="frmMain" method="post">
<div id="aws-form-container" class="aws-form-ux-container" border="0">
<table id="aws-form-maintable" class="awsui-ux aws-form-ux-maintable" style="table-layout: auto;" align="center" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr id="aws-form-titlebg" class="aws-form-ux-titlebg">
<td id="aws-form-title" class="aws-form-ux-header">权限阅览</td>
</tr>
<tr class="aws-form-ux-formcontent" id="aws-form-formcontent">
<td>
<table id="table_container" class="awsui-ux table-striped" style="padding: 0px;" width="100%" cellspacing="3" cellpadding="0"><colgroup><col class="awsui-ux-title" /><col style="width: 100.0%;" /></colgroup>
<tbody>
<tr>
<td class="awsui-ux-title"><label for="PERMID" class="aws-form-ux-label">权限ID</label></td>
<td class="aws-form-ux-content">[#PERMID]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label for="WSID" class="aws-form-ux-label">资产库ID</label></td>
<td class="aws-form-ux-content">[#WSID]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label for="PALVERSIONID" class="aws-form-ux-label">PAL模型版本ID</label></td>
<td class="aws-form-ux-content">[#PALVERSIONID]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label for="PALNAME" class="aws-form-ux-label">模型名称(冗余字段)</label></td>
<td class="aws-form-ux-content">[#PALNAME]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label for="PERMTYPE" class="aws-form-ux-label">权限类型</label></td>
<td class="aws-form-ux-content">[#PERMTYPE]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label for="ORGPERM" class="aws-form-ux-label">组织权限部门ID逗号分隔</label></td>
<td class="aws-form-ux-content">[#ORGPERM]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label for="POSTPERM" class="aws-form-ux-label">岗位权限岗位ID逗号分隔</label></td>
<td class="aws-form-ux-content">[#POSTPERM]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label for="LEVELPERM" class="aws-form-ux-label">职级权限职级ID逗号分隔</label></td>
<td class="aws-form-ux-content">[#LEVELPERM]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label for="EXT1" class="aws-form-ux-label">备用字段1</label></td>
<td class="aws-form-ux-content">[#EXT1]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label for="EXT2" class="aws-form-ux-label">备用字段2</label></td>
<td class="aws-form-ux-content">[#EXT2]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label for="EXT3" class="aws-form-ux-label">备用字段3</label></td>
<td class="aws-form-ux-content">[#EXT3]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label for="EXT4" class="aws-form-ux-label">备用字段4</label></td>
<td class="aws-form-ux-content">[#EXT4]</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr class="aws-form-bottom">
<td class="aws-form-ux-actionsoft">[#Actionsoft]</td>
</tr>
</tbody>
</table>
</div>
</form>
</body>
</html>