diff --git a/com.actionsoft.apps.coe.pal.publisher/web/com.actionsoft.apps.coe.pal.publisher/js/coe.pal.process.publish.multiple_L4.js b/com.actionsoft.apps.coe.pal.publisher/web/com.actionsoft.apps.coe.pal.publisher/js/coe.pal.process.publish.multiple_L4.js index e0f37cbc..c44610f1 100644 --- a/com.actionsoft.apps.coe.pal.publisher/web/com.actionsoft.apps.coe.pal.publisher/js/coe.pal.process.publish.multiple_L4.js +++ b/com.actionsoft.apps.coe.pal.publisher/web/com.actionsoft.apps.coe.pal.publisher/js/coe.pal.process.publish.multiple_L4.js @@ -671,7 +671,7 @@ function showlist(data, type, pageNumber, start){ targetId = curr.changedFileIdNew; } var outputName = getOutputName(curr.category, curr.methodId); - var reportName = '' + targetFileName + "-" + outputName + ''; + var reportName = '' + targetFileName + "-" + outputName + ''; /*if(outputName=="表单封面"){ var reportName = ""; }*/ @@ -786,10 +786,6 @@ function showlist(data, type, pageNumber, start){ var fName = ''; var upFileId = curr.upfileId; - var stopNumber=''; - if (curr.stopNumber != undefined && curr.stopNumber != '') { - stopNumber = curr.stopNumber; - } if(upFileId!=''&&upFileId!=undefined){ for(var i = 0; i < upFileId.length; i++){ var upFileJson = upFileId[i] @@ -820,8 +816,7 @@ function showlist(data, type, pageNumber, start){ html += '' + reportName +''; } - //html += ''; - html += '' + stopNumber + ''; + html += ''; html += ''; } } @@ -1566,8 +1561,6 @@ function getStopBatchResult(type) { obj.methodId = node.method; obj.category = node.category; obj.taskId = "";// 后续查询已经存在的流程手册 - //废止文件编号 - obj.stopNumber=node.stopNumber; treeCheckedStopArr.push(obj); } }