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