...
代码块 | ||
---|---|---|
| ||
{ "action": "DYNAMIC_INFO", "key": "dialog", "label": "编辑", "params": { "async": true, "model": "recruitment_plan_year", "state": "single_view", "mode": "edit", #new|edit|view "data": "=function(){return dataService.callHcmOpenApi('hcm.model.get',{'model':'recruitment_plan_year','id_':ITEM().id}) }" } } |
05.查看流程
代码块 | ||||||
---|---|---|---|---|---|---|
| ||||||
{
、
"label": "查看流程",
"key": "workflow_check",
"condition": "ITEM",
"hide": "=function(){if(ITEM()==null){return true} else {return ITEM().workFlowInstance.state==null?true:false}}",
"left": true,
"func": "=function(){console.log(ITEM().wf_inst_id);SCOPE.super_go('workflow_bill_v3',{'business_id':229,'wf_inst_id':ITEM().wf_inst_id})}"
} |