Browse Source

调整流程审批历史记录不能完全显示的问题

西昌缴费二期
liangkun 3 years ago
parent
commit
b403e3b51c
1 changed files with 4 additions and 5 deletions
  1. +4
    -5
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js

+ 4
- 5
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js View File

@@ -800,7 +800,7 @@ var bootstrap = function ($, learun) {

});
}

//if (data.parentProcessId) {
// nwflow.pProcessId = data.parentProcessId;
@@ -1428,14 +1428,13 @@ var bootstrap = function ($, learun) {
content: content,
time: item.F_CreateDate
};
if (!anodeinfo[item.F_NodeId + item.F_CreateUserId] && item.F_TaskType != '0' && item.F_TaskType != '4' && item.F_TaskType != '5' && item.F_TaskType != '6') {
//liangkun 2021-1-11 去掉第一个条件判断
//if (!anodeinfo[item.F_NodeId + item.F_CreateUserId] && item.F_TaskType != '0' && item.F_TaskType != '4' && item.F_TaskType != '5' && item.F_TaskType != '6') {
if (item.F_TaskType != '0' && item.F_TaskType != '4' && item.F_TaskType != '5' && item.F_TaskType != '6') {
var apoint = {};
apoint.type = 'anodeinfo';
apoint.title = point.title;


anodeinfo[item.F_NodeId + item.F_CreateUserId] = '1';
anodeinfo_flag = true;
var html = '<div class="auditinfo">\


Loading…
Cancel
Save