From 4c94407507de4fd193c341585192259b23e0c773 Mon Sep 17 00:00:00 2001 From: fangjiakai <450850793@qq.com> Date: Mon, 26 Jan 2026 15:27:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(inspection):=20=E4=BF=AE=E5=A4=8D=E9=AA=8C?= =?UTF-8?q?=E6=94=B6=E5=88=97=E8=A1=A8=E6=8C=89=E9=92=AE=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在条件判断中添加 record.finalCheck !== 1 的限制 - 防止最终检查已完成的记录显示验收按钮 - 确保只有未完成最终检查的记录才能进行验收操作 --- .../BranchCompany/Inspection/Acceptance/HiddenList/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Container/BranchCompany/Inspection/Acceptance/HiddenList/index.js b/src/pages/Container/BranchCompany/Inspection/Acceptance/HiddenList/index.js index f69dc9a..551cc44 100644 --- a/src/pages/Container/BranchCompany/Inspection/Acceptance/HiddenList/index.js +++ b/src/pages/Container/BranchCompany/Inspection/Acceptance/HiddenList/index.js @@ -37,7 +37,7 @@ function HiddenList(props) { > 查看 - {(record.state === 301 || record.state === 400) &&