namespace BP.WF.HttpHandler
{
///
/// 页面功能实体
///
public class CCMobile_WorkOpt_OneWork : DirectoryPageBase
{
///
/// 构造函数
///
public CCMobile_WorkOpt_OneWork()
{
BP.Web.WebUser.SheBei = "Mobile";
}
#region xxx 界面 .
public string TimeBase_Init()
{
WF_WorkOpt_OneWork en = new WF_WorkOpt_OneWork();
return en.TimeBase_Init();
}
///
/// 执行撤销操作.
///
///
public string TimeBase_UnSend()
{
//获取撤销到的节点
int unSendToNode = this.GetRequestValInt("FK_Node");
return BP.WF.Dev2Interface.Flow_DoUnSend(this.FK_Flow, this.WorkID, unSendToNode, this.FID);
//WF_WorkOpt_OneWork en = new WF_WorkOpt_OneWork();
//return en.OP_UnSend();
}
#endregion xxx 界面方法.
}
}