You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
2.0 KiB
Plaintext
62 lines
2.0 KiB
Plaintext
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title></title>
|
|
<script src="../Scripts/jquery-1.11.0.min.js"></script>
|
|
<script src="../Scripts/QueryString.js" type="text/javascript"></script>
|
|
<script src="../Scripts/config.js" type="text/javascript"></script>
|
|
<script src="../Comm/Gener.js" type="text/javascript"></script>
|
|
<script type="text/javascript">
|
|
|
|
$(function () {
|
|
|
|
var user = new WebUser();
|
|
|
|
if (user.No == "admin") {
|
|
|
|
}
|
|
|
|
});
|
|
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<fieldset>
|
|
<legend>全局流程查询</legend>
|
|
<ul>
|
|
<li><a href="../Watchdog.htm" target="mainS">流程监控</a></li>
|
|
|
|
<li><a href="../Comm/Search.htm?EnsName=BP.WF.Data.MyFlows" target="mainS">我审批的流程</a></li>
|
|
<li><a href="../Comm/Search.htm?EnsName=BP.WF.Data.MyStartFlows" target="mainS">我发起的流程</a></li>
|
|
<li><a href="../Comm/Search.htm?EnsName=BP.WF.Data.MyDeptFlows" target="mainS">我部门发起的流程</a></li>
|
|
<li>
|
|
<a href="../Comm/Search.htm?EnsName=BP.WF.Data.MyDeptTodolists" target="mainS">
|
|
我部门的待办
|
|
</a>
|
|
</li>
|
|
<li><a href="../Comm/Search.htm?EnsName=BP.WF.WorkFlowDeleteLogs" target="mainS">流程删除日志</a></li>
|
|
</ul>
|
|
</fieldset>
|
|
<!--
|
|
<fieldset>
|
|
<legend>关键字查询</legend>
|
|
<ul>
|
|
<li><a href="KeySearchBS.htm" target="mainS">关键字查询</a></li>
|
|
</ul>
|
|
</fieldset>
|
|
-->
|
|
<!--<fieldset>
|
|
<legend>按流程查询</legend>
|
|
<ul>
|
|
<li><a href="Flowlist.htm" target="mainS">按流程高级查询</a></li>
|
|
</ul>
|
|
</fieldset>-->
|
|
<fieldset>
|
|
<legend>工作分布</legend>
|
|
<ul>
|
|
<li><a href="DistributedOfMy.htm" target="mainS">我的工作分布</a></li>
|
|
</ul>
|
|
</fieldset>
|
|
</body>
|
|
</html>
|