From 36afe6597cc34582fb5a299ec75461a7a8b4094f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Fri, 19 Jan 2024 14:36:37 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=B3=95=E8=A7=84=E5=90=88=E8=A7=84?= =?UTF-8?q?=E8=AF=84=E4=BC=B0=E3=80=81=E9=9B=B6=E9=83=A8=E4=BB=B6=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=BC=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/customField/AddForm.vue | 1 + src/components/selection/TreeSelectModal.vue | 20 ++- src/enums/commonEnums.js | 6 + .../StandardComplianceProcess.vue | 102 +++++++++--- .../components/DesignEngineerAssess.vue | 149 +++++++++++++----- .../components/ModuleOwnerApproveTable.vue | 107 ++++++++++--- .../components/ModuleOwnerIssueTable.vue | 2 +- 7 files changed, 302 insertions(+), 85 deletions(-) diff --git a/src/components/customField/AddForm.vue b/src/components/customField/AddForm.vue index 92f27b4f..04727fe9 100644 --- a/src/components/customField/AddForm.vue +++ b/src/components/customField/AddForm.vue @@ -136,6 +136,7 @@ @nameChange="treeSelectNameChange" :filedName="item.dbFieldName" type="checkbox" + :options-href="item.fieldHref" :nameStr="formInline[item.dbFieldName + '_dictText']" :dict-id="item.dictId" :disabled="disabled || disabledFieldList.includes(item.dbFieldName)" /> diff --git a/src/components/selection/TreeSelectModal.vue b/src/components/selection/TreeSelectModal.vue index 18e40c24..66941b89 100644 --- a/src/components/selection/TreeSelectModal.vue +++ b/src/components/selection/TreeSelectModal.vue @@ -60,7 +60,7 @@ diff --git a/src/views/workCenter/standardComplianceProcess/components/ModuleOwnerApproveTable.vue b/src/views/workCenter/standardComplianceProcess/components/ModuleOwnerApproveTable.vue index 5e670715..5ee5651d 100644 --- a/src/views/workCenter/standardComplianceProcess/components/ModuleOwnerApproveTable.vue +++ b/src/views/workCenter/standardComplianceProcess/components/ModuleOwnerApproveTable.vue @@ -3,17 +3,51 @@
{{ $t('workCenter.standardCompliance.projectApproval') }}
- + + + + + + + + + + +