前端
提交申請
if (this.usernames.length === 0)
const selectedrow = this.selectedrow;
const usernames = this.usernames.tostring();
this.$confirm('是否提交id為"' + selectedrow.id + '"的申請單據?', "警告", ).then(function() },
});}).then(() => )
},this.selectedrow = row;
this.showselectuser = true;
this.getuserlist();
},/** 查詢使用者列表 */
getuserlist()
);},
} 後端實現
/**
* 提交申請
*/@log(title = "變更業務", businesstype = businesstype.update)
@responsebody
try
boolean gytd = "1".equals(vars.get("gytd").tostring());
variables.put("gytd", gytd);
bizchangeservice.updatebizchange(bizchange);
} catch (exception e)
return success();
}
如果選擇某個人作為流程中的乙個審批人,這個gytd,是什麼意思?我目前在做這樣的例子,走到這裡就catch了
當前問題
已經處理過的不能修改和刪除
工作流和審批流
審批流是工作流比較簡單的應用。審批流的特點是乙個審批流模板相應一種單據。在審批流中僅處理單據的狀態,如審批通過 審批不通過 審批流中會用到單據資料,如條件中 各種須要引用單據變數的地方。審批流沒有涉及到多個單據之間的處理,因此審批流是相對簡單的。從業界的大多數工作流來看,也不過實現了審批流而已,比方...
Activiti 工作流引擎 獲取審批記錄
審批意見儲存在act hi comment表中 審批狀態儲存在act hi varinst表中,為任務變數 historyservice historyservice this.gethistoryservice taskservice taskservice this.gettaskservice...
odoo 在原有工作流中新增審批流
odoo 在原有工作流中新增審批流 步驟 1 加入所需的工作流節點以及相連的線 即所新增的審批流 如下 1 1.0 encoding utf 8 23 4 model workflow.activity 5 wkf id ref sale.wkf sale 6 name7 kind function...