From 37e3e658145a6414b4eb1a7974aacef4120f73be Mon Sep 17 00:00:00 2001 From: danshihao Date: Tue, 12 Dec 2023 15:46:10 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=B5=81=E7=A8=8B=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/InspectionPlanTable.vue | 7 +++---- .../modules/WriteOpinionModal.vue | 7 +++---- .../modules/InspectionProcessContent.vue | 19 ------------------- .../InspectionProcessRectificationPlan.vue | 5 ++--- .../modules/InspectionProcessReport.vue | 19 ------------------- .../modules/InspectionProcessTable.vue | 8 ++++---- .../modules/InspectionProcessTableModal.vue | 8 ++++---- .../modules/ExtensionRequestTable.vue | 7 +++---- .../modules/ExtensionRequestTableModal.vue | 7 +++---- .../modules/BaseInfoTable.vue | 19 ++++++++++++++----- .../modules/BaseInfoForm.vue | 15 +++++++++++---- 11 files changed, 47 insertions(+), 74 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue b/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue index 699a0fe6..b0f14a97 100644 --- a/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue +++ b/src/views/workCenter/enterpriseStandardInspectionPlan/modules/InspectionPlanTable.vue @@ -27,9 +27,8 @@ @@ -288,7 +287,7 @@ export default { this.$openPageNewSheet({ path: '/enterpriseStandardLibrary/enterpriseStandardDetail', query: { - id: record.id + standardNumber: record.inspectNo } }) }, diff --git a/src/views/workCenter/enterpriseStandardInspectionPlan/modules/WriteOpinionModal.vue b/src/views/workCenter/enterpriseStandardInspectionPlan/modules/WriteOpinionModal.vue index 25ee0b22..67f7cf3c 100644 --- a/src/views/workCenter/enterpriseStandardInspectionPlan/modules/WriteOpinionModal.vue +++ b/src/views/workCenter/enterpriseStandardInspectionPlan/modules/WriteOpinionModal.vue @@ -24,9 +24,8 @@ @@ -168,7 +167,7 @@ export default { this.$openPageNewSheet({ path: '/enterpriseStandardLibrary/enterpriseStandardDetail', query: { - id: record.id + standardNumber: record.inspectNo } }) } diff --git a/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessContent.vue b/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessContent.vue index 50ec300d..f19d5750 100644 --- a/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessContent.vue +++ b/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessContent.vue @@ -25,16 +25,6 @@ :scroll="{x: '100%'}" @change="tableOnChange"> - - -