Example #1
0
 /// <summary>
 /// 我发起的流程
 /// </summary>
 private void MyApplyFlow()
 {
     this.RepeaterMyApply.DataSource = WorkFlows.GetHrsLeaveProcessInstance(string.Format(" and CreatedUserID={0}", LoginUserID));
     this.RepeaterMyApply.DataBind();
 }
Example #2
0
 /// <summary>
 /// 所有流程
 /// </summary>
 private void ALLFlow()
 {
     this.RepeaterALL.DataSource = WorkFlows.GetHrsLeaveProcessInstance();
     this.RepeaterALL.DataBind();
 }