From 4f404df3de56c5ad436ffd41b591e1b78a32cc10 Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Wed, 25 May 2022 14:50:03 +0800 Subject: [PATCH] =?UTF-8?q?5.25=20=E5=85=AC=E5=BC=80=E6=AF=94=E9=80=89?= =?UTF-8?q?=E4=B8=80=E9=98=B6=E6=AE=B5=E4=BA=8C=E6=AC=A1=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E8=B5=84=E6=A0=BC=E5=AE=A1=E6=9F=A5=E5=90=88=E6=A0=BC?= =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86=E4=B8=BA=E4=B8=80=E5=AE=B6=E6=97=B6?= =?UTF-8?q?=E5=8F=AF=E5=A2=9E=E5=8A=A0=E8=87=AA=E5=AE=9A=E4=B9=89=E6=B5=81?= =?UTF-8?q?=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LayLeftMenu/index.tsx | 7 ++- src/pages/BidEvaluation/manager.js | 2 +- .../components/PreliminarySummary.tsx | 22 ++++++-- .../BidPreliminaryManager/service.ts | 8 +-- .../components/BidPreliminarySummary.tsx | 28 +++++----- .../BidPreliminaryReviewLeader/index.tsx | 51 ++++++++++++++----- .../BidPreliminaryReviewLeader/service.ts | 42 +++++++-------- .../projectManager/FlowConfig/index.tsx | 32 +++++++----- src/utils/session.ts | 27 +++++----- 9 files changed, 133 insertions(+), 86 deletions(-) diff --git a/src/components/LayLeftMenu/index.tsx b/src/components/LayLeftMenu/index.tsx index b1a3d1f..de0c803 100644 --- a/src/components/LayLeftMenu/index.tsx +++ b/src/components/LayLeftMenu/index.tsx @@ -407,7 +407,7 @@ const Index: React.FC<{}> = () => { } const footer = chooseTurn ? { footer: } : {}; - + const closeFc = async () => { chooseGysSet(false); chooseTurnSet(false); @@ -555,11 +555,14 @@ const Index: React.FC<{}> = () => { let url = makeUrl(item2.moduleUrl, leader) + `?turnId=${item2.instTurnId}&nodeId=${item2.id}&turnSort=${item2.instTurnSort}`; //报价评审 只有评审分工分到的专家能点 let offerDis = item2.moduleUrl === '/EvaRoom/Eva/BidOffer' && userId != offerUserId; + //是否跳过节点 0-不跳过 1-跳过节点 + let skipStatus = item2.skipStatus == 1; let disabled = item2.status == 3 || item2.moduleUrl == null || item2.moduleUrl == undefined || offerDis || - singDis + singDis || + skipStatus return ( { - this.methodStatus().visible && + (this.methodStatus().visible || (record.bxOneSecondProjectStatus && record.instFlowType == 2)) &&