...
代码块 | ||||||
---|---|---|---|---|---|---|
| ||||||
{ "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(){SCOPE.super_go('workflow_bill_v3',{'business_id':229,'wf_inst_id':ITEM().wf_inst_id})}" } |
06.info层子模型增加导入导出按钮
代码块 | ||||
---|---|---|---|---|
| ||||
{
"sequence": 30,
"key": "import",
"label": "导入",
"func": "=SCOPE.sub_import"
},
{
"sequence": 40,
"key": "export",
"label": "导出",
"func": "=SCOPE.sub_export"
} |