流程手册 步骤横表与竖表 导出文档的流程说明只导出线上审核与系统任务节点内容
This commit is contained in:
parent
826626ff91
commit
6e650730bc
Binary file not shown.
@ -320,10 +320,10 @@ public class Report1Gener {
|
|||||||
int dangerIndex = 1;// 风险序号
|
int dangerIndex = 1;// 风险序号
|
||||||
int regulateIndex = 1;// 控制序号
|
int regulateIndex = 1;// 控制序号
|
||||||
for (Map<String, Object> shape : repositoryFileElements) {
|
for (Map<String, Object> shape : repositoryFileElements) {
|
||||||
//如果图形元素不是流程步骤,不导出该元素
|
//过滤导出的图形类型
|
||||||
// if (PrReportComment.PROCESS_STEP.indexOf((String)shape.get("type")) == -1 && "method_approval_node,method_service_node,method_manual_node".indexOf((String)shape.get("type")) == -1) {
|
if ("method_approval_node,method_service_node,method_approval_node3,method_service_node4".indexOf((String)shape.get("type")) == -1) {
|
||||||
// continue;
|
continue;
|
||||||
// }
|
}
|
||||||
JSONObject _tr = new JSONObject();
|
JSONObject _tr = new JSONObject();
|
||||||
OutputWordUtil.setShapeDefaultValue2(repositoryId, _tr); //设置默认值
|
OutputWordUtil.setShapeDefaultValue2(repositoryId, _tr); //设置默认值
|
||||||
_tr.put(OutputWordUtil.SERIAL_NUMBER, index); //序号
|
_tr.put(OutputWordUtil.SERIAL_NUMBER, index); //序号
|
||||||
|
|||||||
@ -299,10 +299,10 @@ public class Report2Gener {
|
|||||||
int dangerIndex = 1;// 风险序号
|
int dangerIndex = 1;// 风险序号
|
||||||
int regulateIndex = 1;// 控制序号
|
int regulateIndex = 1;// 控制序号
|
||||||
for (Map<String, Object> shape : repositoryFileElements) {
|
for (Map<String, Object> shape : repositoryFileElements) {
|
||||||
//如果图形元素不是流程步骤,不导出该元素
|
//过滤导出的图形类型
|
||||||
// if (PrReportComment.PROCESS_STEP.indexOf((String)shape.get("type")) == -1 && "method_approval_node,method_service_node,method_manual_node".indexOf((String)shape.get("type")) == -1) {
|
if ("method_approval_node,method_service_node,method_approval_node3,method_service_node4".indexOf((String)shape.get("type")) == -1) {
|
||||||
// continue;
|
continue;
|
||||||
// }
|
}
|
||||||
JSONObject _tr = new JSONObject();
|
JSONObject _tr = new JSONObject();
|
||||||
OutputWordUtil.setShapeDefaultValue2(repositoryId, _tr); //设置默认值
|
OutputWordUtil.setShapeDefaultValue2(repositoryId, _tr); //设置默认值
|
||||||
_tr.put(OutputWordUtil.SERIAL_NUMBER, index); //序号
|
_tr.put(OutputWordUtil.SERIAL_NUMBER, index); //序号
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user