From 255bda523ce632cf1965c9155979d7a681a96c3f Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Wed, 18 Oct 2023 16:14:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E4=BB=A3=E7=A0=81=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/coe.pal.process.publish.multiple_L4.js | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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); } }