From 601f5dec985ebfd3739aca9461791c584c27fea2 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Mon, 22 Dec 2025 09:13:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E5=88=92=E6=89=A7=E8=A1=8C\=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E8=AE=B0=E5=BD=95=E5=A2=9E=E5=8A=A0=E4=B8=80=E5=B1=82?= =?UTF-8?q?=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- .../Inspection/Inspection/List/index.js | 3 --- .../Plan/Execute/InspectionRecords/index.js | 15 +++++++++++++++ .../BranchCompany/Plan/Execute/List/index.js | 5 +++-- .../Plan/Execute/InspectionRecords/index.js | 15 +++++++++++++++ 5 files changed, 34 insertions(+), 6 deletions(-) create mode 100644 src/pages/Container/BranchCompany/Plan/Execute/InspectionRecords/index.js create mode 100644 src/pages/Container/Supervision/Plan/Execute/InspectionRecords/index.js diff --git a/package.json b/package.json index 94a63b2..65954c8 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-to-print": "^3.2.0", - "zy-react-library": "^1.0.171" + "zy-react-library": "^1.0.175" }, "devDependencies": { "@antfu/eslint-config": "^5.4.1", diff --git a/src/pages/Container/BranchCompany/Inspection/Inspection/List/index.js b/src/pages/Container/BranchCompany/Inspection/Inspection/List/index.js index f5bb7c7..53c3f60 100644 --- a/src/pages/Container/BranchCompany/Inspection/Inspection/List/index.js +++ b/src/pages/Container/BranchCompany/Inspection/Inspection/List/index.js @@ -33,9 +33,6 @@ function List(props) { params: { status: "", planId: query.planId, entrance: query.planId ? "2" : "1" }, }); - console.log((props.permission(props.addPermissionKey || "inspection-qy-check-add") && query.edit !== "0")); - console.log(props.permission(props.addPermissionKey || "inspection-qy-check-add")); - console.log(query.edit !== "0"); return (