From 401f15d761d1083a8a8b6b46bc21476239982257 Mon Sep 17 00:00:00 2001
From: lideqin <694785430@qq.com>
Date: Mon, 8 Jul 2024 14:30:00 +0800
Subject: [PATCH] =?UTF-8?q?[update]=20=E6=96=B0=E6=B3=95=E8=A7=84=E5=AF=BC?=
=?UTF-8?q?=E5=85=A5=E6=B5=81=E7=A8=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/selection/StandardDetail.vue | 88 +++++++++++++++++++
.../NewRegulationIntroductionProcess.vue | 4 +-
.../modules/BaseInfoForm.vue | 50 ++++++++---
3 files changed, 129 insertions(+), 13 deletions(-)
create mode 100644 src/components/selection/StandardDetail.vue
diff --git a/src/components/selection/StandardDetail.vue b/src/components/selection/StandardDetail.vue
new file mode 100644
index 0000000..8f85542
--- /dev/null
+++ b/src/components/selection/StandardDetail.vue
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+ {{ $t('lookDetail') }}
+
+
+
+
+
+
+
+
diff --git a/src/views/workCenter/newRegulationIntroductionProcess/NewRegulationIntroductionProcess.vue b/src/views/workCenter/newRegulationIntroductionProcess/NewRegulationIntroductionProcess.vue
index 16ba108..122b361 100644
--- a/src/views/workCenter/newRegulationIntroductionProcess/NewRegulationIntroductionProcess.vue
+++ b/src/views/workCenter/newRegulationIntroductionProcess/NewRegulationIntroductionProcess.vue
@@ -64,12 +64,12 @@
{{ $t('basicServiceInformation') }}
-
+
-
+
{{ $t('processApprovalInformation') }}
diff --git a/src/views/workCenter/newRegulationIntroductionProcess/modules/BaseInfoForm.vue b/src/views/workCenter/newRegulationIntroductionProcess/modules/BaseInfoForm.vue
index f773d6b..69a142b 100644
--- a/src/views/workCenter/newRegulationIntroductionProcess/modules/BaseInfoForm.vue
+++ b/src/views/workCenter/newRegulationIntroductionProcess/modules/BaseInfoForm.vue
@@ -11,7 +11,8 @@
-
+
@@ -65,7 +70,8 @@
:placeholder="$t('pleaseSelect')+$t('workCenter.newRegulationImportProcess.standardType')"
:type="'select'"
:triggerChange="false"
- dictCode="esp_standard_type" />
+ :disabled="disabled"
+ dictCode="standard_type" />
@@ -82,7 +88,8 @@
:placeholder="$t('pleaseSelect')+$t('workCenter.newRegulationImportProcess.stageWeAreIn')"
:type="'select'"
:triggerChange="false"
- dictCode="esp_standard_type" />
+ :disabled="disabled"
+ dictCode="stage_we_are_in" />
@@ -111,12 +118,12 @@
-
+
@@ -159,17 +166,25 @@