apps/com.awspaas.user.apps.app20221008163300/template/form/待办待阅-OA待阅文件统计.htm
wangpf b51a2a8a6b 1.补充发送OA待阅流程增加按人员或部门更新权限范围
2.补充发送OA待阅流程增加是否发送通知按钮
3.权限补发流程补发权限逻辑优化
2023-05-24 19:18:08 +08:00

66 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>OA待阅文件统计</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">OA待阅文件统计</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="TITLE" class="aws-form-ux-label">标题</label></td>
<td class="aws-form-ux-content">[#TITLE]</td>
</tr>
<tr>
<td class="awsui-ux-title"><label for="USERS" class="aws-form-ux-label">接收人</label></td>
<td class="aws-form-ux-content">[#USERS]</td>
</tr>
<tr id="ca1166b9_0420_0001_2a8f_850215906000">
<td class="awsui-ux-title"><label id="DATAIDLabel" class="aws-form-ux-label" for="DATAID">DATAID</label></td>
<td class="aws-form-ux-content">[#DATAID]</td>
</tr>
<tr id="ca1167d5_9280_0001_8223_1db08fd98910">
<td class="awsui-ux-title"><label id="RESULTLabel" class="aws-form-ux-label" for="RESULT">处理结果</label></td>
<td class="aws-form-ux-content">[#RESULT]</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>