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.

59 lines
1.7 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 type="text/javascript" src="../../../Scripts/bootstrap/js/jquery.min.js"></script>
<script src="../../../Scripts/QueryString.js" type="text/javascript"></script>
<link href="../../../../DataUser/Style/ccbpm.css" rel="stylesheet" type="text/css" />
<!-- 引用通用的js文件. -->
<script type="text/javascript" src="../../../Scripts/config.js"></script>
<script type="text/javascript" src="../../../Comm/Gener.js"></script>
<script src="DDLBar.js" type="text/javascript"></script>
<script type="text/javascript" language="javascript">
//页面启动函数.
$(function () {
InitBar("FlowJobSchedule");
});
function Save() {
var myPK = GetQueryString("MyPK");
var en = new Entity("BP.Sys.MapFrame", myPK);
en.UrlSrcType = 4;
en.Update();
Reload();
}
</script>
<style type="text/css">
.style1
{
height: 21px;
}
</style>
</head>
<body>
<div id="bar">
</div>
<form id="cc">
<fieldset>
<legend>流程轨迹表</legend>
<ul>
<li>1. 当流程为直线流程的时候,没有分支的情况下展示的更好. </li>
<li>2. 系统会把/WF/WorkOpt/OneWork/FlowJobSchedule.htm调用出来. </li>
<li>3. 形象直观的显示流程的进度. </li>
</ul>
</fieldset>
<fieldset>
<legend>样例</legend>
<img src="3.FlowJobSchedule.png" />
</fieldset>
</form>
</body>
</html>