流程监控,网银收款的项目名称加网银对方账号

This commit is contained in:
xiezhiwen 2019-09-18 11:36:37 +08:00
parent 54fa151f4f
commit a5f09f4544
2 changed files with 21 additions and 1 deletions

View File

@ -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";

View File

@ -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>