diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue
index 9d6047516..3f8714822 100644
--- a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue
+++ b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue
@@ -203,11 +203,11 @@
- {{text}}
+ {{text}}
- {{text}}
+ {{text}}
@@ -220,7 +220,7 @@
showSearch
optionFilterProp="label"
:autoClearSearchValue="false"
- v-model="record.projectVersionName">
+ v-model="record.projectVersion">
{
+ if (res.success) {
+ this.$message.success(this.$t('OperationSuccessful'))
+ this.getList()
+ } else {
+ this.$message.warning(this.$t('operationFailed'))
+ }
+ })
},
// 提交
submit(){
if (this.selectedRowKeys && this.selectedRowKeys.length > 0) {
// this.$refs.rejectReasonRef.edit(JSON.parse(JSON.stringify(this.selectedRowKeys)))
+ let OtaManageApplyEO = JSON.parse(JSON.stringify(this.selectedRowKeysRecord))
+ let query = {
+ list: OtaManageApplyEO
+ }
+ postAction('/ota/otaManageApplyEO/submit', query).then((res) => {
+ if (res.success) {
+ this.$message.success(this.$t('OperationSuccessful'))
+ if(res.msgList && res.msgList.length == 0){
+ this.getList()
+ }else{
+ this.selectedRowKeysValue = res.msgList
+ this.visibleoperationFailed = true
+ }
+ } else {
+ this.$message.warning(this.$t('operationFailed'))
+ }
+ })
} else {
this.$message.warning(this.$t('selectLeastOne'))
}
@@ -1115,13 +1169,29 @@ export default {
},
remarkForm(data,val){
console.log(data,val)
- return
// 根据id匹配
+ let remarkList = []
this.dataSource.forEach(item => {
if(item.id == val){
item.remark = data
+ remarkList.push(item)
}
})
+ this.dataSource = this.dataSource
+ console.log(remarkList)
+ let OtaManageApplyEO = JSON.parse(JSON.stringify(remarkList))
+ let query = {
+ list: OtaManageApplyEO
+ }
+ postAction('/ota/otaManageApplyEO/temporarySave', query).then((res) => {
+ if (res.success) {
+ this.$message.success(this.$t('OperationSuccessful'))
+ } else {
+ this.$message.warning(this.$t('operationFailed'))
+ }
+ })
+ this.$refs.remarkRef.confirmLoading = false
+ this.$refs.remarkRef.visible = false
},
getcustomize() {
this.customizevisible = true
diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/remark.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/remark.vue
index f4eaabef0..4f4bb4496 100644
--- a/jero-web/src/views/otamanagement/otaAuthentication/components/remark.vue
+++ b/jero-web/src/views/otamanagement/otaAuthentication/components/remark.vue
@@ -20,8 +20,9 @@
@@ -46,10 +47,7 @@ export default {
returntime:false,
propflag: false,
formInline: {
- bazt:undefined,
- batjsj:'',
- tgthsj:'',
- bz:'',
+
},
projectVersionList:[],
rules: {
@@ -86,18 +84,18 @@ export default {
methods: {
edit(row) {
this.row = row
+ this.formInline.remark = row.remark == '-'?'':row.remark
this.visible = true
this.$nextTick(() => {
- this.formInline = {}
this.$refs.ruleForm.clearValidate()
})
},
handleOk() {
this.$refs.ruleForm.validate(valid => {
if (valid) {
- let query = {
- ...this.formInline,
- }
+ // let query = {
+ // ...this.formInline,
+ // }
this.confirmLoading = true
// postAction('ota/otaBaSjList/batchRecord', query).then((res) => {
// if (res.success) {
diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue
index 975f0920d..69ebdb262 100644
--- a/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue
+++ b/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue
@@ -141,22 +141,7 @@ export default {
influencestatuteCn:'',
influencestatuteEu:'',
},
- vdrList:[
- {
- title:'CN-1',
- certificationStartOne:'2022-06-14',
- certificationdeclaration:'2022-06-14',
- certificationEnd:'2022-06-14',
- CertificationProgress:'2022-06-14',
- },
- {
- title:'CN-2',
- certificationStartOne:'2022-06-14',
- certificationdeclaration:'2022-06-14',
- certificationEnd:'2022-06-14',
- CertificationProgress:'2022-06-14',
- },
- ],
+ vdrList:[],
url:{
addModel:''
},