diff --git a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue
index 30ef354..648dcf0 100644
--- a/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue
+++ b/src/views/workCenter/regulatoryComplianceCheckProcess/modules/EngineerInitBaseInfo.vue
@@ -7,23 +7,23 @@
-
+
{{ $t('workCenter.regulatoryComplianceCheckProcess.addStandard') }}
-
+
{{ $t('workCenter.regulatoryComplianceCheckProcess.manualAddition') }}
-
+
{{ $t('delete') }}
-
+
{{ $t('workCenter.regulatoryComplianceCheckProcess.salvageListTemplateDownload') }}
-
+
{{ $t('workCenter.regulatoryComplianceCheckProcess.carTypeFileTemplateDownload') }}
@@ -59,7 +59,7 @@
@@ -78,7 +78,8 @@
+ v-model="formInline.modelFile"
+ :disabled="isRejectedData">
@@ -96,6 +97,7 @@
type="radio"
@numberChange="marketRegulationNumberChange"
:name-str="formInline.applicableMarketNo"
+ :disabled="isRejectedData"
:placeholder="$t('pleaseSelect')+$t('applicableMarket')" />
@@ -111,6 +113,7 @@
@@ -438,12 +441,17 @@ export default {
standardInfo: {
id: ''
}
- }
+ },
+ isRejectedData: false // 是否是被驳回的
}
},
mounted () {
this.getSysCategoryTree()
this.getCountryOption()
+ if (this.$route.query.taskId) {
+ // 有任务id说明是被驳回的
+ this.isRejectedData = true
+ }
},
methods: {
// 拿到外面传进来的businessInfoDTO