diff --git a/jero-web/src/views/otamanagement/upgradeactivity/components/upgradecompletion.vue b/jero-web/src/views/otamanagement/upgradeactivity/components/upgradecompletion.vue
index fc745c5b1..ace445a90 100644
--- a/jero-web/src/views/otamanagement/upgradeactivity/components/upgradecompletion.vue
+++ b/jero-web/src/views/otamanagement/upgradeactivity/components/upgradecompletion.vue
@@ -243,6 +243,7 @@ export default {
}
this.record=record
this.visible = true
+ this.confirmLoading = false
this.formInline = {}
this.formInline.dataList = [{}]
this.$nextTick(() => {
diff --git a/jero-web/src/views/otamanagement/upgradeactivity/index.vue b/jero-web/src/views/otamanagement/upgradeactivity/index.vue
index 4f004085a..39f523d9c 100644
--- a/jero-web/src/views/otamanagement/upgradeactivity/index.vue
+++ b/jero-web/src/views/otamanagement/upgradeactivity/index.vue
@@ -447,7 +447,7 @@ export default {
this.$refs.upgradecompletionRef.addModel(record,flag)
},
// 查看
- detailclick(){
+ detailclick(record){
},
// 维护
diff --git a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/thetargetvehicleofthisupgrade.vue b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/thetargetvehicleofthisupgrade.vue
index 8f4b044d5..0b3f3fd80 100644
--- a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/thetargetvehicleofthisupgrade.vue
+++ b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/thetargetvehicleofthisupgrade.vue
@@ -23,6 +23,7 @@
:disabled="disabled"
v-model="formInline.zsl"
:title='formInline.zsl'
+ :max-length="50"
:placeholder="$t('PleaseSelect')">
@@ -145,6 +146,7 @@ export default {
this.formInline.dateofproduction=[]
this.formInline.dateofproduction.push(res.result.scrqks)
this.formInline.dateofproduction.push(res.result.scrqjs)
+ this.formInline.id = res.result.vinList
this.$forceUpdate()
}
diff --git a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradehavechanged.vue b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradehavechanged.vue
index 3a72352db..9f4830c36 100644
--- a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradehavechanged.vue
+++ b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradehavechanged.vue
@@ -57,7 +57,7 @@
-
+
diff --git a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue
index ab30dab77..fa99ca385 100644
--- a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue
+++ b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue
@@ -41,7 +41,7 @@
@@ -52,7 +52,7 @@
@@ -77,7 +77,7 @@
{{$t('producttrademark')}}
-
+
@@ -88,7 +88,7 @@
{{$t('productname')}}
-
+
@@ -99,7 +99,7 @@
{{$t('productModel')}}
-
+
@@ -197,7 +197,15 @@ import ImportFile from '@/components/ImportFileData/index'
}
getAction('/ota/otaBaSjSjmbcx/queryByOtaId',{otaIdT:otaIdT,otaId:otaId}).then(res=>{
if(res.code == 200){
- this.form=res.result ==null?{}:res.result
+ if(res.result==null){
+ this.form=res.result
+ this.form.cxmb=undefined
+ this.form.bapc=undefined
+ this.form.dllx1=undefined
+ this.form.dllx2=undefined
+ }else{
+ this.form=res.result
+ }
}
})
diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/other.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/other.vue
index ec37b9bc7..dc0c50501 100644
--- a/jero-web/src/views/otamanagement/vehicleinformation/components/other.vue
+++ b/jero-web/src/views/otamanagement/vehicleinformation/components/other.vue
@@ -11,6 +11,7 @@