处理变更流程监控模板引发的业务分担及付款分担打不开的问题
This commit is contained in:
parent
a477b9b31c
commit
d445380af0
@ -36,11 +36,11 @@
|
||||
String ros = "true";
|
||||
if("业务申请分担".equals(soft)){
|
||||
ros = "false";
|
||||
doTemp.appendJboWhere(" FB.flow_name='业务申请流程' and O.PHASENAME='信审专员初审'");
|
||||
doTemp.appendJboWhere(" O.flow_name='业务申请流程' and O.PHASENAME='信审专员初审'");
|
||||
};
|
||||
if("付款业务分担".equals(soft)){
|
||||
ros = "false";
|
||||
doTemp.appendJboWhere(" FB.flow_name='付款申请(汽车)' and O.PHASENAME='运营部初审'");
|
||||
doTemp.appendJboWhere(" O.flow_name='付款申请(汽车)' and O.PHASENAME='运营部初审'");
|
||||
};
|
||||
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
|
||||
dwTemp.Style="1"; //--设置为Grid风格--
|
||||
|
||||
@ -3134,7 +3134,7 @@
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="VI_FLOW_MONITORING" label="流程监控视图" keyAttributes="`OBJECTNO`">
|
||||
<!-- <class name="VI_FLOW_MONITORING" label="流程监控视图" keyAttributes="`OBJECTNO`">
|
||||
<attributes>
|
||||
<attribute name="OBJECTNO" label="对象编号" type="STRING"/>
|
||||
<attribute name="FLOW_KEY" label="项目/合同号" type="STRING"/>
|
||||
@ -3144,6 +3144,7 @@
|
||||
<attribute name="USERNAME" label="当前处理人" type="STRING"/>
|
||||
<attribute name="BEGINTIME" label="任务开始时间" type="STRING"/>
|
||||
<attribute name="ENDTIME" label="任务结束时间" type="STRING"/>
|
||||
<attribute name="PHASENO" label="当前阶段号" type="STRING"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
@ -3151,6 +3152,36 @@
|
||||
<property name="createKey" value="false" />
|
||||
</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"/>
|
||||
<attribute name="OBJECTTYPE" label="当前阶段号" type="STRING"/>
|
||||
<attribute name="PHASETYPE" label="阶段类型" type="STRING"/>
|
||||
<attribute name="APPLYTYPE" label="申请类型" type="STRING"/>
|
||||
<attribute name="FLOWNO" label="当前流程号" type="STRING"/>
|
||||
<attribute name="FLOWNAME" label="当前流程名称" type="STRING"/>
|
||||
<attribute name="PHASENO" label="PHASENO" type="STRING"/>
|
||||
<attribute name="flow_unid" label="流程编号" type="STRING"/>
|
||||
<attribute name="proj_id" label="项目编号" type="STRING"/>
|
||||
<attribute name="contract_id" label="合同编号" type="STRING"/>
|
||||
<attribute name="SERIALNO" label="流水号" type="STRING"/>
|
||||
<attribute name="RELATIVESERIALNO" label="上一流水号" type="STRING"/>
|
||||
<attribute name="USERID" label="承办人编号" type="STRING"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="vi_flow_monitoring" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
</package>
|
||||
</jbo>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user