From 1300fe2f751a5bb6b48fa47b07de1c952d46d103 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Sun, 26 Mar 2023 15:29:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=91=8A=E7=9F=A5=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/zh-cn.js | 2 +- .../components/usernotification.vue | 196 +++++++++++++----- .../upgradeactivityrecord/index.vue | 11 +- 3 files changed, 151 insertions(+), 58 deletions(-) diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 1632822d9..adc60ce7a 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -1762,7 +1762,7 @@ module.exports = { notifiestheuseroftheupgradesuccessorfailure:'告知用户升级成功或失败', informimplementationchanges:'告知实施的变更', allupdatestotheusermanualareinformed:'告知了对用户手册的全部更新内容', - usernotificationmode:'告知用户方式', + usernotificationmode:'告知用户方式(可多选)', userinformstherelevantfile:'用户告知相关文件', taskname:'任务名称', updatereleasetime:'升级发布时间', diff --git a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/usernotification.vue b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/usernotification.vue index ee65f5406..3e4680d34 100644 --- a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/usernotification.vue +++ b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/usernotification.vue @@ -12,71 +12,150 @@ +

{{$t('beforetheupgrade')}}

- {{$t('totalquantity')}} + {{$t('pgradepurpose')}}
- + + v-model='formInline.sjmd' + :placeholder="$t('pleaseEnter')">
- - - {{$t('dateofproduction')}} + {{$t('vehiclefunctionalityasaresultofsoftwareupgradeactivities')}}
- - + +
- - - {{$t('VINcodelist')}} + {{$t('estimatedupgradeexecutionTime')}}
- - + + - - - - - - - -
- - + {{$t('upgradeexecutionperiodasksifthevehicleisusable')}}
- - - {{ (formInline.VINcodelist === 'null' || formInline.VINcodelist === '' || - formInline.VINcodelist == null) ? $t('clickUpload') : $t('viewUploadedFiles') + + + +
+
+ +
+
+ {{$t('vehiclefeaturesthatarenotavailableduringupgradeexecution')}} +
+ + + +
+
+ +
+
+ {{$t('vehicleusersafelyperformtheupgrade')}} +
+ + + +
+
+

{{$t('aftertheupgrade')}}

+ +
+
+ {{$t('notifiestheuseroftheupgradesuccessorfailure')}} +
+ + + {{ $t('yes') }} + {{ $t('not') }} + + +
+
+ +
+
+ {{$t('informimplementationchanges')}} +
+ + + {{ $t('yes') }} + {{ $t('not') }} + + +
+
+ +
+
+ {{$t('allupdatestotheusermanualareinformed')}} +
+ + + {{ $t('yes') }} + {{ $t('not') }} + + +
+
+ +
+
+ {{$t('usernotificationmode')}} +
+ + + +
+
+ +
+
+ {{$t('allupdatestotheusermanualareinformed')}} +
+ + + {{ (formInline.xgwj === 'null' || formInline.xgwj === '' || + formInline.xgwj == null) ? $t('uploadattachment') : $t('viewUploadedFiles') }} @@ -90,18 +169,21 @@ {{$t('last')}} {{$t('next')}}
+ @@ -150,7 +244,7 @@ export default {