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"> - - -