使用范围:UI2
Contents
component Wfrecord ($UI/comp/wfui/components/wfrecord/wfrecord) extends ViewComponent
审批意见
Constructor Top
Wfrecord () | |||
Wfrecord ( options) |
Attributes Top
String |
component
= "$UI/comp/wfui/components/wfrecord/wfrecord"
组件标识 | ||
string | xid |
Methods Top
Promise | loadByData (String data, String process) | |
Promise | loadByPI (String pi) | |
Promise | loadByTask (String task) |
Operations Top
Promise | loadByData (String data, String process) | |
Promise | loadByPI (String pi) | |
Promise | loadByTask (String task) |
Constructor details
Top
public
Wfrecord
()
审批意见
public
Wfrecord
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
public
Wfrecord
()
审批意见
public
Wfrecord
( options)
构造函数
Inherited from ViewComponent
参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
Attributes Detail Top
public
String
component
= "$UI/comp/wfui/components/wfrecord/wfrecord"
"$UI/comp/wfui/components/wfrecord/wfrecord"
组件标识
public
string
xid
Methods Detail Top
public
Promise
loadByData
(String data, String process)
根据业务数据加载
public
Promise
loadByPI
(String pi)
根据流程实例加载
public
Promise
loadByTask
(String task)
根据任务加载
Operations Detail Top
public
Promise
loadByData
(String data, String process)
根据业务数据加载
public
Promise
loadByPI
(String pi)
根据流程实例加载
public
Promise
loadByTask
(String task)
根据任务加载