流程监控,网银收款的项目名称加网银对方账号
This commit is contained in:
parent
54fa151f4f
commit
a5f09f4544
@ -31,7 +31,8 @@
|
||||
<%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=List03;Describe=定义数据对象;]~*/%>
|
||||
<%
|
||||
String soft = CurPage.getParameter("soft");
|
||||
ASObjectModel doTemp = new ASObjectModel("FlowInstanceTrack");
|
||||
//ASObjectModel doTemp = new ASObjectModel("FlowInstanceTrack");
|
||||
ASObjectModel doTemp = new ASObjectModel("FlowInstanceTrack3");
|
||||
String ros = "true";
|
||||
if("业务申请分担".equals(soft)){
|
||||
ros = "false";
|
||||
|
||||
@ -3132,6 +3132,25 @@
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="VI_FLOW_MONITORING" label="流程监控视图" keyAttributes="`OBJECTNO`">
|
||||
<attributes>
|
||||
<attribute name="OBJECTNO" label="对象编号" type="STRING"/>
|
||||
<attribute name="FLOW_KEY" label="项目/合同号" type="STRING"/>
|
||||
<attribute name="PROJ_NAME" label="项目名称" type="STRING"/>
|
||||
<attribute name="FLOW_NAME" label="流程名称" type="STRING"/>
|
||||
<attribute name="PHASENAME" label="当前任务名称" type="STRING"/>
|
||||
<attribute name="USERNAME" label="当前处理人" type="STRING"/>
|
||||
<attribute name="BEGINTIME" label="任务开始时间" type="STRING"/>
|
||||
<attribute name="ENDTIME" label="任务结束时间" type="STRING"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="vi_flow_monitoring" />
|
||||
<property name="createKey" value="false" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
</package>
|
||||
</jbo>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user