From bc470938baed6bcdaba97186b85d320ed1fc4952 Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Wed, 8 Jun 2022 17:11:27 +0800 Subject: [PATCH] =?UTF-8?q?6.8=20=E4=BE=9B=E5=BA=94=E5=95=86=E4=B8=8D?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E5=9C=A8=E7=A1=AE=E8=AE=A4=E6=8A=A5=E4=BB=B7?= =?UTF-8?q?=E5=89=8D=E6=9F=A5=E7=9C=8B=E5=88=B0=E5=85=B6=E4=BB=96=E4=BA=BA?= =?UTF-8?q?=E7=9A=84=E5=88=86=E9=A1=B9=E6=8A=A5=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Opening/ProjectManager/Room/index.tsx | 3 ++- src/pages/ZTanPan/RoomConfig/View/Manager/Sing/index.tsx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/Opening/ProjectManager/Room/index.tsx b/src/pages/Opening/ProjectManager/Room/index.tsx index e994358..a977fd0 100644 --- a/src/pages/Opening/ProjectManager/Room/index.tsx +++ b/src/pages/Opening/ProjectManager/Room/index.tsx @@ -350,7 +350,7 @@ const Room: React.FC<{}> = () => { return ( <> { - rangeT && record.quoteId != null ? <> + rangeT && record.quoteId != null && record.isSignTime ? <> : null } @@ -389,6 +389,7 @@ const Room: React.FC<{}> = () => { oneGys["newPriceRemark"] = item1.newPriceRemark;//数据表id,补录报价用 oneGys["quoteDecryptStatus"] = item1.quoteDecryptStatus; oneGys["quoteId"] = item1.quoteId; + oneGys["isSignTime"] = juese === 'ebtp-supplier' ? item1.bidUserId == userId ? true : res.data.suppliers.findIndex((item: any) => item.bidUserId == userId ? item.signTime != null : false) != -1 : true; if (item1.companyId == tenderId) { category.map((item2: any, index: any) => { oneGys[item2] = item1.dataMap[item2]; diff --git a/src/pages/ZTanPan/RoomConfig/View/Manager/Sing/index.tsx b/src/pages/ZTanPan/RoomConfig/View/Manager/Sing/index.tsx index bbf3cd1..216056d 100644 --- a/src/pages/ZTanPan/RoomConfig/View/Manager/Sing/index.tsx +++ b/src/pages/ZTanPan/RoomConfig/View/Manager/Sing/index.tsx @@ -320,7 +320,7 @@ const Room: React.FC<{}> = () => { return ( <> { - rangeT && record.quoteId != null ? <> + rangeT && record.quoteId != null && record.isSignTime ? <> : null } @@ -359,6 +359,7 @@ const Room: React.FC<{}> = () => { oneGys["newPriceRemark"] = item1.newPriceRemark;//数据表id,补录报价用 oneGys["quoteDecryptStatus"] = item1.quoteDecryptStatus; oneGys["quoteId"] = item1.quoteId; + oneGys["isSignTime"] = juese === 'ebtp-supplier' ? item1.bidUserId == userId ? true : res.data.suppliers.findIndex((item: any) => item.bidUserId == userId ? item.signTime != null : false) != -1 : true; if (item1.companyId == tendererId) { category.map((item2: any, index: any) => { oneGys[item2] = item1.dataMap[item2];