diff --git a/public/config/customApproval.json b/public/config/customApproval.json index d69296d..4c98ad2 100644 --- a/public/config/customApproval.json +++ b/public/config/customApproval.json @@ -17,6 +17,9 @@ "softwareReviewReport": "技术负责人", "resistance--Describe": "实验室接地电阻记录", - "resistance": "审核人" + "resistance": "审核人", + + "fileApproval--Describe": "文件审批", + "fileApproval": "主任" } } diff --git a/public/config/customApproval.json b/public/config/customApproval.json index d69296d..4c98ad2 100644 --- a/public/config/customApproval.json +++ b/public/config/customApproval.json @@ -17,6 +17,9 @@ "softwareReviewReport": "技术负责人", "resistance--Describe": "实验室接地电阻记录", - "resistance": "审核人" + "resistance": "审核人", + + "fileApproval--Describe": "文件审批", + "fileApproval": "主任" } } diff --git a/src/components.d.ts b/src/components.d.ts index b920dff..25665e9 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -32,7 +32,6 @@ CertificationMonitor: typeof import('./components/Sample/certificationMonitor.vue')['default'] CertificationRecords: typeof import('./components/Sample/certificationRecords.vue')['default'] ConditionDrawer: typeof import('./components/drawer/conditionDrawer.vue')['default'] - copy: typeof import('./components/Approval/ApprovalDialog copy.vue')['default'] CopyerDrawer: typeof import('./components/drawer/copyerDrawer.vue')['default'] Copyright: typeof import('./components/Copyright/index.vue')['default'] DeptSelect: typeof import('./components/DeptSelect/index.vue')['default'] diff --git a/public/config/customApproval.json b/public/config/customApproval.json index d69296d..4c98ad2 100644 --- a/public/config/customApproval.json +++ b/public/config/customApproval.json @@ -17,6 +17,9 @@ "softwareReviewReport": "技术负责人", "resistance--Describe": "实验室接地电阻记录", - "resistance": "审核人" + "resistance": "审核人", + + "fileApproval--Describe": "文件审批", + "fileApproval": "主任" } } diff --git a/src/components.d.ts b/src/components.d.ts index b920dff..25665e9 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -32,7 +32,6 @@ CertificationMonitor: typeof import('./components/Sample/certificationMonitor.vue')['default'] CertificationRecords: typeof import('./components/Sample/certificationRecords.vue')['default'] ConditionDrawer: typeof import('./components/drawer/conditionDrawer.vue')['default'] - copy: typeof import('./components/Approval/ApprovalDialog copy.vue')['default'] CopyerDrawer: typeof import('./components/drawer/copyerDrawer.vue')['default'] Copyright: typeof import('./components/Copyright/index.vue')['default'] DeptSelect: typeof import('./components/DeptSelect/index.vue')['default'] diff --git a/src/components/Approval/ApprovalDialogCustom.vue b/src/components/Approval/ApprovalDialogCustom.vue index a42e94e..6a2a591 100644 --- a/src/components/Approval/ApprovalDialogCustom.vue +++ b/src/components/Approval/ApprovalDialogCustom.vue @@ -23,6 +23,10 @@ type: String, required: true, }, + approvalModule: { // 审批的菜单模块 + type: String, + default: '', + }, }) const emit = defineEmits(['onSuccess', 'refuse']) // 弹窗显示状态 @@ -167,7 +171,7 @@ {{ item.deptName }} +
+ ***注意:《作业指导书》请选择专业组长审核;程序文件、质量手册等选择质量负责人审核*** + ***注意:《作业指导书》请选择技术负责人;程序文件、质量手册等选择主任审核*** +
diff --git a/public/config/customApproval.json b/public/config/customApproval.json index d69296d..4c98ad2 100644 --- a/public/config/customApproval.json +++ b/public/config/customApproval.json @@ -17,6 +17,9 @@ "softwareReviewReport": "技术负责人", "resistance--Describe": "实验室接地电阻记录", - "resistance": "审核人" + "resistance": "审核人", + + "fileApproval--Describe": "文件审批", + "fileApproval": "主任" } } diff --git a/src/components.d.ts b/src/components.d.ts index b920dff..25665e9 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -32,7 +32,6 @@ CertificationMonitor: typeof import('./components/Sample/certificationMonitor.vue')['default'] CertificationRecords: typeof import('./components/Sample/certificationRecords.vue')['default'] ConditionDrawer: typeof import('./components/drawer/conditionDrawer.vue')['default'] - copy: typeof import('./components/Approval/ApprovalDialog copy.vue')['default'] CopyerDrawer: typeof import('./components/drawer/copyerDrawer.vue')['default'] Copyright: typeof import('./components/Copyright/index.vue')['default'] DeptSelect: typeof import('./components/DeptSelect/index.vue')['default'] diff --git a/src/components/Approval/ApprovalDialogCustom.vue b/src/components/Approval/ApprovalDialogCustom.vue index a42e94e..6a2a591 100644 --- a/src/components/Approval/ApprovalDialogCustom.vue +++ b/src/components/Approval/ApprovalDialogCustom.vue @@ -23,6 +23,10 @@ type: String, required: true, }, + approvalModule: { // 审批的菜单模块 + type: String, + default: '', + }, }) const emit = defineEmits(['onSuccess', 'refuse']) // 弹窗显示状态 @@ -167,7 +171,7 @@ {{ item.deptName }} +
+ ***注意:《作业指导书》请选择专业组长审核;程序文件、质量手册等选择质量负责人审核*** + ***注意:《作业指导书》请选择技术负责人;程序文件、质量手册等选择主任审核*** +
diff --git a/src/views/business/subpackage/inform/components/detailReport.vue b/src/views/business/subpackage/inform/components/detailReport.vue index 9d0140a..b0e130b 100644 --- a/src/views/business/subpackage/inform/components/detailReport.vue +++ b/src/views/business/subpackage/inform/components/detailReport.vue @@ -141,12 +141,12 @@