Exemplo n.º 1
0
    public ProcessTask(H3.SmartForm.SmartFormRequest request)
    {
        this.sr     = request;
        this.Engine = request.Engine;
        this.sb     = request.BizObject;
        //this.tool = new SmartFormTools(request);

        me = new Schema(Engine, "加工任务记录");
    }
Exemplo n.º 2
0
    public D001419Szzswrfsp91x3heen4dykgwus0(H3.SmartForm.SmartFormRequest request) : base(request)
    {
        activityCode = this.Request.ActivityCode;  //活动节点编码
        RID          = this.Request.BizObjectId;
        me           = new Schema(this.Request.Engine, this.Request.BizObject);
        dp           = new Dispatch(this.Request.Engine, (string)me["ID"]);//派工信息
        pt           = new ProcessTask(this.Request);
        // theTaskRecorder = new TaskRecorder(this.Request.Engine);

        //FormTools = new SmartFormTools(this.Request);
        //  var dd=this.Request.BizObject[粗车.ID];
        // FourLathe= new sh.FourLathe(this.Request.BizObject);
    }