字段修改
This commit is contained in:
@@ -1602,7 +1602,7 @@ module.exports = {
|
||||
environmentalprotection:'升级是否影响整车安全、节能、环保、防盗等性能',
|
||||
operatingsystemtype:'操作系统类型',
|
||||
operatingsystemmanufacturer:'操作系统生产企业',
|
||||
operatingsystemversion:'软件版本号',
|
||||
operatingsystemversion:'操作系统版本号',
|
||||
addcontroller:'添加控制器',
|
||||
addsystem:'添加系统',
|
||||
functionname:'功能名称',
|
||||
@@ -1792,7 +1792,8 @@ module.exports = {
|
||||
designComplianceReviewAdmin:'设计符合性审查',
|
||||
missionAccomplished:'任务完成',
|
||||
yesisselected:'如选择“有”,请输入',
|
||||
forwardXquantity:'如前向X数量,后向X数量,右向X数量等',
|
||||
haveisselected:'如选择“是”,请输入',
|
||||
forwardXquantity:'如前向x数量、后向x数量、后左x数量、后右x数量等',
|
||||
upgraderecordnumber:'升级备案编号',
|
||||
Modelandfunctionrecord:'车型及功能备案《公告》批次',
|
||||
taskTypeMismatch:'任务类型不匹配',
|
||||
|
||||
+309
-297
@@ -3,11 +3,12 @@
|
||||
<div class="box">
|
||||
<div class="table-operator">
|
||||
<div class="operator-text">
|
||||
<ImportFile :url="url" :dummyInventoryBaseId="$route.query.id" :isTrue="true" :accept="'.zip'" @getList="getData"/>
|
||||
<ImportFile :url="url" :dummyInventoryBaseId="$route.query.id" :isTrue="true" :accept="'.zip'"
|
||||
@getList="getData" />
|
||||
</div>
|
||||
<div @click='handleModule' class="operator-text">
|
||||
<a-icon type="download"/>
|
||||
{{$t('templateDownload')}}
|
||||
<a-icon type="download" />
|
||||
{{ $t('templateDownload') }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -17,11 +18,13 @@
|
||||
<a-col :span="24">
|
||||
<div class="box-title-text-add">
|
||||
<div class="title-text-add">
|
||||
<span class="title-text-text" :title="$t('selectTheVehicleTemplate')">{{$t('selectTheVehicleTemplate')}}</span>
|
||||
<span class="title-text-text"
|
||||
:title="$t('selectTheVehicleTemplate')">{{ $t('selectTheVehicleTemplate') }}</span>
|
||||
</div>
|
||||
<a-form-model-item class="itemModel" prop="dutyTerritory">
|
||||
<a-select :disabled="disabled" class="box-input" v-model="form.cxmb" allowClear :placeholder="$t('PleaseSelect')" @change="update">
|
||||
<a-select-option v-for="(item , key ) in selectListMb" :key="key" :value="item.id" >
|
||||
<a-select :disabled="disabled" class="box-input" v-model="form.cxmb" allowClear
|
||||
:placeholder="$t('PleaseSelect')" @change="update">
|
||||
<a-select-option v-for="(item, key ) in selectListMb" :key="key" :value="item.id">
|
||||
{{ item.cpdjbh }}
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
@@ -37,13 +40,14 @@
|
||||
<a-col :span="24">
|
||||
<div class="box-title-text-add">
|
||||
<div class="title-text-add">
|
||||
<span class="Required">*</span>
|
||||
<span class="title-text-text" :title="$t('upgraderecordnumber')">{{$t('upgraderecordnumber')}}</span>
|
||||
<span class="Required">*</span>
|
||||
<span class="title-text-text" :title="$t('upgraderecordnumber')">{{ $t('upgraderecordnumber') }}</span>
|
||||
</div>
|
||||
<div style="width:78%">
|
||||
<!-- <span class="title-text-text">中文</span> -->
|
||||
<a-form-model-item prop="babh">
|
||||
<a-input class="box-input" v-model="form.babh" :title='form.babh' :placeholder="$t('pleaseEnter')" style="width:93%" :max-length="50"></a-input>
|
||||
<a-form-model-item prop="babh">
|
||||
<a-input class="box-input" v-model="form.babh" :title='form.babh' :placeholder="$t('pleaseEnter')"
|
||||
style="width:93%" :max-length="50"></a-input>
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
</div>
|
||||
@@ -51,11 +55,12 @@
|
||||
<a-col :span="24">
|
||||
<div class="box-title-text-add">
|
||||
<div class="title-text-add">
|
||||
<span class="title-text-text" :title="$t('theNameOfFirm')">{{$t('theNameOfFirm')}}</span>
|
||||
<span class="title-text-text" :title="$t('theNameOfFirm')">{{ $t('theNameOfFirm') }}</span>
|
||||
</div>
|
||||
<div class="title-text-add-input">
|
||||
<!-- <span class="title-text-text">中文</span> -->
|
||||
<a-input class="box-input" v-model="form.qymc" :title='form.qymc' :placeholder="$t('pleaseEnter')" disabled style="width:93%" :max-length="50"></a-input>
|
||||
<a-input class="box-input" v-model="form.qymc" :title='form.qymc' :placeholder="$t('pleaseEnter')"
|
||||
disabled style="width:93%" :max-length="50"></a-input>
|
||||
</div>
|
||||
</div>
|
||||
</a-col>
|
||||
@@ -64,11 +69,13 @@
|
||||
<div class="box-title-text-add">
|
||||
<div class="title-text-add plus">
|
||||
<span class="Required">*</span>
|
||||
<span class="title-text-text" :title="$t('Modelandfunctionrecord')">{{$t('Modelandfunctionrecord')}}</span>
|
||||
<span class="title-text-text"
|
||||
:title="$t('Modelandfunctionrecord')">{{ $t('Modelandfunctionrecord') }}</span>
|
||||
</div>
|
||||
<a-form-model-item class="itemModel" prop="bapc">
|
||||
<a-select :disabled="disabled" class="box-input" v-model="form.bapc" :placeholder="$t('PleaseSelect')" @change="changeId">
|
||||
<a-select-option v-for="(item , key ) in selectListPc" :key="key" :value="item.id" >
|
||||
<a-select :disabled="disabled" class="box-input" v-model="form.bapc" :placeholder="$t('PleaseSelect')"
|
||||
@change="changeId">
|
||||
<a-select-option v-for="(item, key ) in selectListPc" :key="key" :value="item.id">
|
||||
{{ item.ggpc }}
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
@@ -78,10 +85,11 @@
|
||||
<a-col :span="24">
|
||||
<div class="box-title-text-add">
|
||||
<div class="title-text-add">
|
||||
<span class="title-text-text" :title="$t('producttrademark')">{{$t('producttrademark')}}</span>
|
||||
<span class="title-text-text" :title="$t('producttrademark')">{{ $t('producttrademark') }}</span>
|
||||
</div>
|
||||
<a-form-model-item class="itemModel">
|
||||
<a-input disabled class="box-input" :placeholder="$t('pleaseEnter')" :title='form.cpsb' v-model="form.cpsb" :max-length="50"></a-input>
|
||||
<a-input disabled class="box-input" :placeholder="$t('pleaseEnter')" :title='form.cpsb'
|
||||
v-model="form.cpsb" :max-length="50"></a-input>
|
||||
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
@@ -89,10 +97,11 @@
|
||||
<a-col :span="24">
|
||||
<div class="box-title-text-add">
|
||||
<div class="title-text-add">
|
||||
<span class="title-text-text" :title="$t('productname')">{{$t('productname')}}</span>
|
||||
<span class="title-text-text" :title="$t('productname')">{{ $t('productname') }}</span>
|
||||
</div>
|
||||
<a-form-model-item class="itemModel">
|
||||
<a-input disabled class="box-input" :placeholder="$t('pleaseEnter')" :title='form.cpmc' v-model="form.cpmc" :max-length="50"></a-input>
|
||||
<a-input disabled class="box-input" :placeholder="$t('pleaseEnter')" :title='form.cpmc'
|
||||
v-model="form.cpmc" :max-length="50"></a-input>
|
||||
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
@@ -100,10 +109,11 @@
|
||||
<a-col :span="24">
|
||||
<div class="box-title-text-add">
|
||||
<div class="title-text-add">
|
||||
<span class="title-text-text" :title="$t('productModel')">{{$t('productModel')}}</span>
|
||||
<span class="title-text-text" :title="$t('productModel')">{{ $t('productModel') }}</span>
|
||||
</div>
|
||||
<a-form-model-item class="itemModel">
|
||||
<a-input disabled class="box-input" :placeholder="$t('pleaseEnter')" :title='form.cpxh' v-model="form.cpxh" :max-length="50"></a-input>
|
||||
<a-input disabled class="box-input" :placeholder="$t('pleaseEnter')" :title='form.cpxh'
|
||||
v-model="form.cpxh" :max-length="50"></a-input>
|
||||
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
@@ -111,9 +121,9 @@
|
||||
<a-col :span="24">
|
||||
<div class="box-title-text-add">
|
||||
<div class="title-text-add">
|
||||
<span class="title-text-text plus2" :title="$t('Vehicledynamictype')">{{$t('Vehicledynamictype')}}</span>
|
||||
<span class="title-text-text plus2" :title="$t('Vehicledynamictype')">{{ $t('Vehicledynamictype') }}</span>
|
||||
</div>
|
||||
<a-form-model-item class="itemModel" style="width: 38%">
|
||||
<a-form-model-item class="itemModel" style="width: 38%;margin-right:12px">
|
||||
<!-- <j-dict-select-tag class="box-input"
|
||||
:disabled="disabled"
|
||||
@change="projectNameChange"
|
||||
@@ -121,21 +131,19 @@
|
||||
:type="'select'"
|
||||
:triggerChange="false"
|
||||
v-model="form.Vehicledynamictype"/> -->
|
||||
<a-select class="box-input" v-model="form.dllx1" :disabled="disabled" :placeholder="$t('PleaseSelect')" @change="changeSelect($event,target)">
|
||||
<a-select-option v-for="(item, key) in projectNameList1"
|
||||
:key="key"
|
||||
:value="item">
|
||||
{{ item }}
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
<a-select class="box-input" v-model="form.dllx1" :disabled="disabled" :placeholder="$t('PleaseSelect')"
|
||||
@change="changeSelect($event, target)">
|
||||
<a-select-option v-for="(item, key) in projectNameList1" :key="key" :value="item">
|
||||
{{ item }}
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
</a-form-model-item>
|
||||
<a-form-model-item class="itemModel" style="width: 40%;margin-left:-9px">
|
||||
<a-select v-model="form.dllx2" class="box-input" :disabled="disabled" :placeholder="$t('PleaseSelect')" @change="update2">
|
||||
<a-select-option v-for="(item, key) in projectNameList2"
|
||||
:key="key"
|
||||
:value="item">
|
||||
{{ item }}
|
||||
<!-- <span style="display: inline-block;width: 100%" :title=" item.projectName ">
|
||||
<a-form-model-item class="itemModel" style="width: 40%;">
|
||||
<a-select v-model="form.dllx2" class="box-input" :disabled="disabled" :placeholder="$t('PleaseSelect')"
|
||||
@change="update2">
|
||||
<a-select-option v-for="(item, key) in projectNameList2" :key="key" :value="item">
|
||||
{{ item }}
|
||||
<!-- <span style="display: inline-block;width: 100%" :title=" item.projectName ">
|
||||
{{ item.projectName}}
|
||||
</span> -->
|
||||
</a-select-option>
|
||||
@@ -148,305 +156,309 @@
|
||||
</a-form-model>
|
||||
</a-spin>
|
||||
<div class="bootom-button">
|
||||
<a-button style="margin-right:50px" @click="save">{{$t('preservation')}}</a-button>
|
||||
<a-button type="primary" @click='next'>{{$t('next')}}</a-button>
|
||||
<a-button style="margin-right:50px" @click="save">{{ $t('preservation') }}</a-button>
|
||||
<a-button type="primary" @click='next'>{{ $t('next') }}</a-button>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { getAction, postAction, deleteAction,downloadFile } from '@/api/manage'
|
||||
import { getAction, postAction, deleteAction, downloadFile } from '@/api/manage'
|
||||
import ImportFile from '@/components/ImportFileData/index'
|
||||
|
||||
export default {
|
||||
name: 'basicInformation',
|
||||
components:{
|
||||
ImportFile
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
confirmLoading: false,
|
||||
disabled: false,
|
||||
form:{
|
||||
qymc:'安徽江淮汽车集团股份有限公司',
|
||||
bapc:undefined
|
||||
},
|
||||
url: {
|
||||
exportData: '/ota/otaBaSjSjmbcx/exportData',
|
||||
importZipUrl: '/ota/otaBaSjSjmbcx/importData?otaId=' + localStorage.getItem('otaId'),//导入
|
||||
},
|
||||
projectNameList1:['传统动力汽车','节能汽车','新能源汽车','其他'],
|
||||
projectNameList2:[],
|
||||
selectListPc:[],
|
||||
selectListMb:[],
|
||||
rules:{
|
||||
babh:[
|
||||
{ required:true,message:this.$t('upgraderecordnumber')+this.$t('cannotEmpty'),trigger:'blur'}
|
||||
],
|
||||
bapc:[
|
||||
{ required:true,message:this.$t('Modelandfunctionrecord')+this.$t('cannotEmpty'),trigger:'change'}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.getSelect()
|
||||
this.getData()
|
||||
},
|
||||
|
||||
methods: {
|
||||
// 模板下载
|
||||
handleModule() {
|
||||
downloadFile('ota/otaBaSjSjmbcx/exportTemplate', '升级目标车型' + '.zip', {})
|
||||
export default {
|
||||
name: 'basicInformation',
|
||||
components: {
|
||||
ImportFile
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
confirmLoading: false,
|
||||
disabled: false,
|
||||
form: {
|
||||
qymc: '安徽江淮汽车集团股份有限公司',
|
||||
bapc: undefined
|
||||
},
|
||||
getData(){
|
||||
let otaIdT=localStorage.getItem('otaIdT')
|
||||
if(otaIdT==null){
|
||||
otaIdT=''
|
||||
}
|
||||
let otaId=localStorage.getItem('otaId')
|
||||
if(otaId==null){
|
||||
otaId=''
|
||||
}
|
||||
getAction('/ota/otaBaSjSjmbcx/queryByOtaId',{otaIdT:otaIdT,otaId:otaId}).then(res=>{
|
||||
if(res.code == 200){
|
||||
if(res.result==null){
|
||||
this.form={}
|
||||
this.form.cxmb=undefined
|
||||
this.form.bapc=undefined
|
||||
this.form.dllx1=undefined
|
||||
this.form.dllx2=undefined
|
||||
this.form.qymc='安徽江淮汽车集团股份有限公司'
|
||||
url: {
|
||||
exportData: '/ota/otaBaSjSjmbcx/exportData',
|
||||
importZipUrl: '/ota/otaBaSjSjmbcx/importData?otaId=' + localStorage.getItem('otaId'),//导入
|
||||
},
|
||||
projectNameList1: ['传统动力汽车', '节能汽车', '新能源汽车', '其他'],
|
||||
projectNameList2: [],
|
||||
selectListPc: [],
|
||||
selectListMb: [],
|
||||
rules: {
|
||||
babh: [
|
||||
{ required: true, message: this.$t('upgraderecordnumber') + this.$t('cannotEmpty'), trigger: 'blur' }
|
||||
],
|
||||
bapc: [
|
||||
{ required: true, message: this.$t('Modelandfunctionrecord') + this.$t('cannotEmpty'), trigger: 'change' }
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.getSelect()
|
||||
this.getData()
|
||||
},
|
||||
|
||||
methods: {
|
||||
// 模板下载
|
||||
handleModule() {
|
||||
downloadFile('ota/otaBaSjSjmbcx/exportTemplate', '升级目标车型' + '.zip', {})
|
||||
},
|
||||
getData() {
|
||||
let otaIdT = localStorage.getItem('otaIdT')
|
||||
if (otaIdT == null) {
|
||||
otaIdT = ''
|
||||
}
|
||||
let otaId = localStorage.getItem('otaId')
|
||||
if (otaId == null) {
|
||||
otaId = ''
|
||||
}
|
||||
getAction('/ota/otaBaSjSjmbcx/queryByOtaId', { otaIdT: otaIdT, otaId: otaId }).then(res => {
|
||||
if (res.code == 200) {
|
||||
if (res.result == null) {
|
||||
this.form = {}
|
||||
this.form.cxmb = undefined
|
||||
this.form.bapc = undefined
|
||||
this.form.dllx1 = undefined
|
||||
this.form.dllx2 = undefined
|
||||
this.form.qymc = '安徽江淮汽车集团股份有限公司'
|
||||
// if(this.$route.query.type == 1 && res.result.cxmb == null){
|
||||
// this.form.cxmb=this.form.ggpc+'-'+ this.form.cpmc+'-'+this.form.cpxh
|
||||
// }
|
||||
|
||||
}else{
|
||||
|
||||
this.form=res.result
|
||||
if(this.$route.query.type == 1 && res.result.cxmb == null){
|
||||
this.form.cxmb = this.form.babh+'-'+ this.form.bapc+'-'+this.form.cpxh
|
||||
}else {
|
||||
if(this.$route.query.type == 2 && res.result.cxmb == null){
|
||||
this.form.cxmb = this.form.babh+'-'+ this.form.bapc+'-'+this.form.cpxh
|
||||
}else{
|
||||
this.form.cxmb = res.result.cxmb ? res.result.cxmb : undefined
|
||||
} else {
|
||||
|
||||
this.form = res.result
|
||||
if (this.$route.query.type == 1 && res.result.cxmb == null) {
|
||||
this.form.cxmb = this.form.babh + '-' + this.form.bapc + '-' + this.form.cpxh
|
||||
} else {
|
||||
if (this.$route.query.type == 2 && res.result.cxmb == null) {
|
||||
this.form.cxmb = this.form.babh + '-' + this.form.bapc + '-' + this.form.cpxh
|
||||
} else {
|
||||
this.form.cxmb = res.result.cxmb ? res.result.cxmb : undefined
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if(res.result.dllx1==null ||res.result.dllx1==""){
|
||||
this.form.dllx1=undefined
|
||||
|
||||
if (res.result.dllx1 == null || res.result.dllx1 == "") {
|
||||
this.form.dllx1 = undefined
|
||||
|
||||
}
|
||||
if(res.result.dllx2==null ||res.result.dllx2==""){
|
||||
this.form.dllx2=undefined
|
||||
if (res.result.dllx2 == null || res.result.dllx2 == "") {
|
||||
this.form.dllx2 = undefined
|
||||
}
|
||||
if(res.result.cxmb==null||res.result.cxmb==""){
|
||||
this.form.cxmb=undefined
|
||||
if (res.result.cxmb == null || res.result.cxmb == "") {
|
||||
this.form.cxmb = undefined
|
||||
}
|
||||
if(res.result.bapc==null||res.result.bapc==""){
|
||||
this.form.bapc=undefined
|
||||
if (res.result.bapc == null || res.result.bapc == "") {
|
||||
this.form.bapc = undefined
|
||||
}
|
||||
this.$forceUpdate()
|
||||
}
|
||||
|
||||
}
|
||||
})
|
||||
}
|
||||
})
|
||||
},
|
||||
save(){
|
||||
let otaId=localStorage.getItem('otaId')
|
||||
if(otaId==null){
|
||||
otaId=''
|
||||
}
|
||||
// if(this.form.bapc!=null && this.form.bapc!=undefined && this.form.bapc!=''){
|
||||
// this.$nextTick(()=>{
|
||||
// this.$refs.ruleForm.clearValidate('bapc')
|
||||
// })
|
||||
// }
|
||||
this.$refs.ruleForm.validate(valid=>{
|
||||
if(valid){
|
||||
this.selectListPc.map(item=>{
|
||||
if(item.id==this.form.bapc){
|
||||
this.form.bapc=item.ggpc
|
||||
}
|
||||
})
|
||||
postAction('/ota/otaBaSjSjmbcx/add',{otaId:otaId,...this.form}).then(res=>{
|
||||
if(res.code==200){
|
||||
localStorage.setItem('otaId', res.result.otaId)
|
||||
this.$message.success(this.$t('SavedSuccessfully'))
|
||||
this.getData()
|
||||
}
|
||||
})
|
||||
}else{
|
||||
this.form.bapc=undefined
|
||||
}
|
||||
})
|
||||
|
||||
},
|
||||
next(){
|
||||
this.save()
|
||||
// if(this.form.bapc!=null && this.form.bapc!=undefined && this.form.bapc!=''){
|
||||
// this.$nextTick(()=>{
|
||||
// this.$refs.ruleForm.clearValidate('bapc')
|
||||
// })
|
||||
// }
|
||||
this.$refs.ruleForm.validate(valid=>{
|
||||
if(valid){
|
||||
this.$emit('basicInformationForm')
|
||||
}})
|
||||
|
||||
|
||||
},
|
||||
getSelect(){
|
||||
getAction('/ota/otaBaCxList/list').then(res=>{
|
||||
if(res.code==200){
|
||||
this.selectListPc=[]
|
||||
res.result.forEach(item=>{
|
||||
if(item.ggpc !="" && item.ggpc !=null){
|
||||
let obj={}
|
||||
obj=item
|
||||
this.selectListPc.push(obj)
|
||||
}
|
||||
|
||||
})
|
||||
}
|
||||
})
|
||||
getAction('/ota/otaBaSjList/list').then(res=>{
|
||||
if(res.code==200){
|
||||
this.selectListMb=[]
|
||||
res.result.forEach(item=>{
|
||||
let obj={}
|
||||
obj.id=item.id
|
||||
obj.cpdjbh=item.cpdjbh+'-'+item.ggpc+'-'+item.cpxh
|
||||
this.selectListMb.push(obj)
|
||||
})
|
||||
}
|
||||
})
|
||||
},
|
||||
changeSelect(target){
|
||||
this.form.dllx2=undefined
|
||||
if(target =='传统动力汽车'){
|
||||
this. projectNameList2=['汽油','柴油']
|
||||
}else if (target =='节能汽车'){
|
||||
this. projectNameList2=['混合动力','天然气','甲醇','其他']
|
||||
}else if (target =='新能源汽车'){
|
||||
this. projectNameList2=['纯电动','插电式混合动力','燃料电池']
|
||||
}else{
|
||||
this. projectNameList2=['其他']
|
||||
}
|
||||
|
||||
},
|
||||
changeId(value,option){
|
||||
|
||||
this.$nextTick(()=>{
|
||||
this.form={...this.form}
|
||||
this.$refs.ruleForm.validateField('bapc')
|
||||
save() {
|
||||
let otaId = localStorage.getItem('otaId')
|
||||
if (otaId == null) {
|
||||
otaId = ''
|
||||
}
|
||||
// if(this.form.bapc!=null && this.form.bapc!=undefined && this.form.bapc!=''){
|
||||
// this.$nextTick(()=>{
|
||||
// this.$refs.ruleForm.clearValidate('bapc')
|
||||
// })
|
||||
// }
|
||||
this.$refs.ruleForm.validate(valid => {
|
||||
if (valid) {
|
||||
this.selectListPc.map(item => {
|
||||
if (item.id == this.form.bapc) {
|
||||
this.form.bapc = item.ggpc
|
||||
}
|
||||
})
|
||||
this.selectListPc.map(item=>{
|
||||
if(item.id==value){
|
||||
this.form.cpsb = item.cpsb
|
||||
this.form.cpmc = item.cpmc
|
||||
this.form.cpxh = item.cpxh
|
||||
getAction('/ota/otaBaCxJbxx/queryByOtaId',{otaIdT:'',otaId:item.id}).then(res=>{
|
||||
this.form.dllx1=res.result.dllx1 == null|| res.result.dllx1=="" ?undefined:res.result.dllx1
|
||||
this.form.dllx2=res.result.dllx2== null|| res.result.dllx2==""?undefined:res.result.dllx2
|
||||
postAction('/ota/otaBaSjSjmbcx/add', { otaId: otaId, ...this.form }).then(res => {
|
||||
if (res.code == 200) {
|
||||
localStorage.setItem('otaId', res.result.otaId)
|
||||
this.$message.success(this.$t('SavedSuccessfully'))
|
||||
this.getData()
|
||||
}
|
||||
})
|
||||
} else {
|
||||
this.form.bapc = undefined
|
||||
}
|
||||
})
|
||||
|
||||
},
|
||||
next() {
|
||||
this.save()
|
||||
// if(this.form.bapc!=null && this.form.bapc!=undefined && this.form.bapc!=''){
|
||||
// this.$nextTick(()=>{
|
||||
// this.$refs.ruleForm.clearValidate('bapc')
|
||||
// })
|
||||
// }
|
||||
this.$refs.ruleForm.validate(valid => {
|
||||
if (valid) {
|
||||
this.$emit('basicInformationForm')
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
},
|
||||
getSelect() {
|
||||
getAction('/ota/otaBaCxList/list').then(res => {
|
||||
if (res.code == 200) {
|
||||
this.selectListPc = []
|
||||
res.result.forEach(item => {
|
||||
if (item.ggpc != "" && item.ggpc != null) {
|
||||
let obj = {}
|
||||
obj = item
|
||||
this.selectListPc.push(obj)
|
||||
}
|
||||
|
||||
})
|
||||
}
|
||||
})
|
||||
this.$forceUpdate()
|
||||
},
|
||||
update(val){
|
||||
this.$forceUpdate()
|
||||
localStorage.removeItem('otaId')
|
||||
localStorage.removeItem('otaIdT')
|
||||
localStorage.setItem('otaIdT',val)
|
||||
this.getData()
|
||||
},
|
||||
update2(){
|
||||
this.$forceUpdate()
|
||||
getAction('/ota/otaBaSjList/list').then(res => {
|
||||
if (res.code == 200) {
|
||||
this.selectListMb = []
|
||||
res.result.forEach(item => {
|
||||
let obj = {}
|
||||
obj.id = item.id
|
||||
obj.cpdjbh = item.cpdjbh + '-' + item.ggpc + '-' + item.cpxh
|
||||
this.selectListMb.push(obj)
|
||||
})
|
||||
}
|
||||
})
|
||||
},
|
||||
changeSelect(target) {
|
||||
this.form.dllx2 = undefined
|
||||
if (target == '传统动力汽车') {
|
||||
this.projectNameList2 = ['汽油', '柴油']
|
||||
} else if (target == '节能汽车') {
|
||||
this.projectNameList2 = ['混合动力', '天然气', '甲醇', '其他']
|
||||
} else if (target == '新能源汽车') {
|
||||
this.projectNameList2 = ['纯电动', '插电式混合动力', '燃料电池']
|
||||
} else {
|
||||
this.projectNameList2 = ['其他']
|
||||
}
|
||||
|
||||
},
|
||||
changeId(value, option) {
|
||||
|
||||
this.$nextTick(() => {
|
||||
this.form = { ...this.form }
|
||||
this.$refs.ruleForm.validateField('bapc')
|
||||
})
|
||||
this.selectListPc.map(item => {
|
||||
if (item.id == value) {
|
||||
this.form.cpsb = item.cpsb
|
||||
this.form.cpmc = item.cpmc
|
||||
this.form.cpxh = item.cpxh
|
||||
getAction('/ota/otaBaCxJbxx/queryByOtaId', { otaIdT: '', otaId: item.id }).then(res => {
|
||||
this.form.dllx1 = res.result.dllx1 == null || res.result.dllx1 == "" ? undefined : res.result.dllx1
|
||||
this.form.dllx2 = res.result.dllx2 == null || res.result.dllx2 == "" ? undefined : res.result.dllx2
|
||||
})
|
||||
}
|
||||
})
|
||||
this.$forceUpdate()
|
||||
},
|
||||
update(val) {
|
||||
this.$forceUpdate()
|
||||
localStorage.removeItem('otaId')
|
||||
localStorage.removeItem('otaIdT')
|
||||
localStorage.setItem('otaIdT', val)
|
||||
this.getData()
|
||||
},
|
||||
update2() {
|
||||
this.$forceUpdate()
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
@import'~@assets/less/common.less';
|
||||
.box {
|
||||
padding: 0 24px 24px 24px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@import'~@assets/less/common.less';
|
||||
|
||||
.box-title-text-add {
|
||||
//line-height: 1.4;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.box {
|
||||
padding: 0 24px 24px 24px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.title-text-add {
|
||||
width: 114px;
|
||||
text-align: right;
|
||||
display: inline-block;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
margin-right: 16px;
|
||||
// overflow: hidden;
|
||||
// text-overflow: ellipsis;
|
||||
// white-space: nowrap;
|
||||
height: 42px;
|
||||
//line-height: 20px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
.box-title-text-add {
|
||||
//line-height: 1.4;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.title-text-add-input {
|
||||
width: 80%;
|
||||
display: inline-block;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
margin-right: 16px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
height: 42px;
|
||||
//line-height: 42px;
|
||||
margin-top: 3px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.title-text-add {
|
||||
width: 114px;
|
||||
text-align: right;
|
||||
display: inline-block;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
margin-right: 16px;
|
||||
// overflow: hidden;
|
||||
// text-overflow: ellipsis;
|
||||
// white-space: nowrap;
|
||||
height: 42px;
|
||||
//line-height: 20px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.title-text-text {
|
||||
margin-top: 9px;
|
||||
}
|
||||
.title-text-add-input {
|
||||
width: 80%;
|
||||
display: inline-block;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
margin-right: 16px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
height: 42px;
|
||||
//line-height: 42px;
|
||||
margin-top: 3px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.itemModel {
|
||||
width: calc(100% - 130px);
|
||||
display: inline-block;
|
||||
margin-top: 2px;
|
||||
}
|
||||
.title-text-text {
|
||||
margin-top: 9px;
|
||||
}
|
||||
|
||||
.box-input {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: 38px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
.itemModel {
|
||||
width: calc(100% - 130px);
|
||||
display: inline-block;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.formAdd {
|
||||
margin: 0 auto;
|
||||
width: 670px;
|
||||
}
|
||||
.box-input {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: 38px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.bootom-button{
|
||||
text-align: center!important;
|
||||
}
|
||||
.plus{
|
||||
margin-top: 5px;
|
||||
line-height: 1.2;
|
||||
}
|
||||
.plus2{
|
||||
word-break: break-all;
|
||||
line-height: 1.2;
|
||||
}
|
||||
.Required {
|
||||
.formAdd {
|
||||
margin: 0 auto;
|
||||
width: 670px;
|
||||
}
|
||||
|
||||
.bootom-button {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.plus {
|
||||
margin-top: 5px;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.plus2 {
|
||||
word-break: break-all;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.Required {
|
||||
color: red;
|
||||
margin-right: 3px;
|
||||
}
|
||||
</style>
|
||||
}</style>
|
||||
@@ -74,7 +74,7 @@
|
||||
<span slot="softwaredevelopmententerprise" slot-scope="text,record">
|
||||
<a-input :placeholder="$t('pleaseEnter')" :title='record.rjkfqy' v-model="record.rjkfqy" :max-length="50"></a-input>
|
||||
</span>
|
||||
<span slot="operatingsystemversion" slot-scope="text,record">
|
||||
<span slot="softwareversionnumber" slot-scope="text,record">
|
||||
<a-input :placeholder="$t('pleaseEnter')" :title='record.czxtbbh' v-model="record.czxtbbh" :max-length="50"></a-input>
|
||||
</span>
|
||||
<span slot="inflammatorydata" slot-scope="text,record">
|
||||
@@ -263,12 +263,12 @@ import ImportFile from '@/components/ImportFileData/index'
|
||||
scopedSlots: { customRender: 'softwaredevelopmententerprise' },
|
||||
},
|
||||
{
|
||||
title: this.$t('operatingsystemversion'),
|
||||
title: this.$t('softwareversionnumber'),
|
||||
align: 'left',
|
||||
dataIndex: 'operatingsystemversion',
|
||||
dataIndex: 'softwareversionnumber',
|
||||
ellipsis: true,
|
||||
width: 170,
|
||||
scopedSlots: { customRender: 'operatingsystemversion' },
|
||||
scopedSlots: { customRender: 'softwareversionnumber' },
|
||||
},
|
||||
{
|
||||
title: this.$t('inflammatorydata'),
|
||||
|
||||
+88
-88
@@ -96,116 +96,116 @@
|
||||
<span class='content-text' style='background: #f3f6f6;line-height: 50px;text-align: center;color: #191E29;font-weight: bold'>{{$t('configuration')}}</span>
|
||||
<span class='radio-text'>
|
||||
<a-radio-group style='margin-left: 40px;' v-model="query.jgldPz">
|
||||
<a-radio :value="1"> {{ $t('yes') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('not') }} </a-radio>
|
||||
<a-radio :value="1"> {{ $t('have') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('nothing') }} </a-radio>
|
||||
</a-radio-group>
|
||||
</span>
|
||||
<span class='radio-text'>
|
||||
<a-radio-group style='margin-left: 40px;' v-model="query.hmbldPz">
|
||||
<a-radio :value="1"> {{ $t('yes') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('not') }} </a-radio>
|
||||
<a-radio :value="1"> {{ $t('have') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('nothing') }} </a-radio>
|
||||
</a-radio-group>
|
||||
</span>
|
||||
<span class='radio-text'>
|
||||
<a-radio-group style='margin-left: 40px;' v-model="query.csbldPz">
|
||||
<a-radio :value="1"> {{ $t('yes') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('not') }} </a-radio>
|
||||
<a-radio :value="1"> {{ $t('have') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('nothing') }} </a-radio>
|
||||
</a-radio-group>
|
||||
</span>
|
||||
<span class='radio-text'>
|
||||
<a-radio-group style='margin-left: 40px;' v-model="query.sxthsPz">
|
||||
<a-radio :value="1"> {{ $t('yes') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('not') }} </a-radio>
|
||||
<a-radio :value="1"> {{ $t('have') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('nothing') }} </a-radio>
|
||||
</a-radio-group>
|
||||
</span>
|
||||
<span class='radio-text'>
|
||||
<a-radio-group style='margin-left: 40px;' v-model="query.sxtdsdPz">
|
||||
<a-radio :value="1"> {{ $t('yes') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('not') }} </a-radio>
|
||||
<a-radio :value="1"> {{ $t('have') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('nothing') }} </a-radio>
|
||||
</a-radio-group>
|
||||
</span>
|
||||
<span class='radio-text'>
|
||||
<a-radio-group style='margin-left: 40px;' v-model="query.jsyjkPz">
|
||||
<a-radio :value="1"> {{ $t('yes') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('not') }} </a-radio>
|
||||
<a-radio :value="1"> {{ $t('have') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('nothing') }} </a-radio>
|
||||
</a-radio-group>
|
||||
</span>
|
||||
<span class='radio-text'>
|
||||
<a-radio-group style='margin-left: 40px;' v-model="query.jsyhwPz">
|
||||
<a-radio :value="1"> {{ $t('yes') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('not') }} </a-radio>
|
||||
<a-radio :value="1"> {{ $t('have') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('nothing') }} </a-radio>
|
||||
</a-radio-group>
|
||||
</span>
|
||||
<span class='radio-text-two'>
|
||||
<a-radio-group style='margin-left: 40px;' v-model="query.czwxdwPz">
|
||||
<a-radio :value="1"> {{ $t('yes') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('not') }} </a-radio>
|
||||
<a-radio :value="1"> {{ $t('have') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('nothing') }} </a-radio>
|
||||
</a-radio-group>
|
||||
</span>
|
||||
<span class='radio-text-two'>
|
||||
<a-radio-group style='margin-left: 40px;' v-model="query.gxdhPz">
|
||||
<a-radio :value="1"> {{ $t('yes') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('not') }} </a-radio>
|
||||
<a-radio :value="1"> {{ $t('have') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('nothing') }} </a-radio>
|
||||
</a-radio-group>
|
||||
</span>
|
||||
<span class='radio-text-two'>
|
||||
<a-radio-group style='margin-left: 40px;' v-model="query.lsjPz">
|
||||
<a-radio :value="1"> {{ $t('yes') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('not') }} </a-radio>
|
||||
<a-radio :value="1"> {{ $t('have') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('nothing') }} </a-radio>
|
||||
</a-radio-group>
|
||||
</span>
|
||||
<span class='radio-text-two'>
|
||||
<a-radio-group style='margin-left: 40px;' v-model="query.gjddtPz">
|
||||
<a-radio :value="1"> {{ $t('yes') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('not') }} </a-radio>
|
||||
<a-radio :value="1"> {{ $t('have') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('nothing') }} </a-radio>
|
||||
</a-radio-group>
|
||||
</span>
|
||||
<span class='radio-text-three'>
|
||||
<a-radio-group style='margin-left: 40px;' v-model="query.dzwlPz">
|
||||
<a-radio :value="1"> {{ $t('yes') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('not') }} </a-radio>
|
||||
<a-radio :value="1"> {{ $t('have') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('nothing') }} </a-radio>
|
||||
</a-radio-group>
|
||||
</span>
|
||||
<span class='radio-text-four'>
|
||||
<a-radio-group style='margin-left: 40px;' v-model="query.cztxPz">
|
||||
<a-radio :value="1"> {{ $t('yes') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('not') }} </a-radio>
|
||||
<a-radio :value="1"> {{ $t('have') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('nothing') }} </a-radio>
|
||||
</a-radio-group>
|
||||
</span>
|
||||
<span class='radio-text-five'>
|
||||
<a-radio-group style='margin-left: 40px;' v-model="query.jsfzczjPz">
|
||||
<a-radio :value="1"> {{ $t('yes') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('not') }} </a-radio>
|
||||
<a-radio :value="1"> {{ $t('have') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('nothing') }} </a-radio>
|
||||
</a-radio-group>
|
||||
</span>
|
||||
<span class='radio-text-five'>
|
||||
<a-radio-group style='margin-left: 40px;' v-model="query.jsfzzsqPz">
|
||||
<a-radio :value="1"> {{ $t('yes') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('not') }} </a-radio>
|
||||
<a-radio :value="1"> {{ $t('have') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('nothing') }} </a-radio>
|
||||
</a-radio-group>
|
||||
</span>
|
||||
<span class='radio-text-five'>
|
||||
<a-radio-group style='margin-left: 40px;' v-model="query.fxptstsPz">
|
||||
<a-radio :value="1"> {{ $t('yes') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('not') }} </a-radio>
|
||||
<a-radio :value="1"> {{ $t('have') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('nothing') }} </a-radio>
|
||||
</a-radio-group>
|
||||
</span>
|
||||
<span class='radio-text-five'>
|
||||
<a-radio-group style='margin-left: 40px;' v-model="query.jsyzyltsPz">
|
||||
<a-radio :value="1"> {{ $t('yes') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('not') }} </a-radio>
|
||||
<a-radio :value="1"> {{ $t('have') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('nothing') }} </a-radio>
|
||||
</a-radio-group>
|
||||
</span>
|
||||
<span class='radio-text-two'>
|
||||
<a-radio-group style='margin-left: 40px;' v-model="query.dssadPz">
|
||||
<a-radio :value="1"> {{ $t('yes') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('not') }} </a-radio>
|
||||
<a-radio :value="1"> {{ $t('have') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('nothing') }} </a-radio>
|
||||
</a-radio-group>
|
||||
</span>
|
||||
<span class='radio-text-two'>
|
||||
<a-radio-group style='margin-left: 40px;' v-model="query.edrPz">
|
||||
<a-radio :value="1"> {{ $t('yes') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('not') }} </a-radio>
|
||||
<a-radio :value="1"> {{ $t('have') }} </a-radio>
|
||||
<a-radio :value="2"> {{ $t('nothing') }} </a-radio>
|
||||
</a-radio-group>
|
||||
</span>
|
||||
</div>
|
||||
@@ -304,7 +304,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('Quantity'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'jgldBzwz',
|
||||
@@ -320,7 +320,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('specificationmodel'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'jgldScqy',
|
||||
@@ -328,7 +328,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('productionenterprise'),
|
||||
ParameterName: this.$t('productionenterprise'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'hmbldSl',
|
||||
@@ -336,7 +336,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('Quantity'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'hmbldBzwz',
|
||||
@@ -352,7 +352,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('specificationmodel'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'hmbldScqy',
|
||||
@@ -360,7 +360,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('productionenterprise'),
|
||||
ParameterName: this.$t('productionenterprise'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'csbldSl',
|
||||
@@ -368,7 +368,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('Quantity'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'csbldBzwz',
|
||||
@@ -384,7 +384,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('specificationmodel'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'csbldScqy',
|
||||
@@ -392,7 +392,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('productionenterprise'),
|
||||
ParameterName: this.$t('productionenterprise'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'sxthsSl',
|
||||
@@ -400,7 +400,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('Quantity'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'sxthsBzwz',
|
||||
@@ -416,7 +416,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('specificationmodel'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'sxthsScqy',
|
||||
@@ -424,7 +424,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('productionenterprise'),
|
||||
ParameterName: this.$t('productionenterprise'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'sxtdsdSl',
|
||||
@@ -432,7 +432,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('Quantity'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'sxtdsdBzwz',
|
||||
@@ -448,7 +448,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('specificationmodel'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'sxtdsdScqy',
|
||||
@@ -456,7 +456,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('productionenterprise'),
|
||||
ParameterName: this.$t('productionenterprise'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'jsyjkSl',
|
||||
@@ -464,7 +464,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('Quantity'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'jsyjkBzwz',
|
||||
@@ -480,7 +480,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('specificationmodel'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'jsyjkScqy',
|
||||
@@ -488,7 +488,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('productionenterprise'),
|
||||
ParameterName: this.$t('productionenterprise'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'jsyhwSl',
|
||||
@@ -496,7 +496,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('Quantity'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'jsyhwBzwz',
|
||||
@@ -512,7 +512,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('specificationmodel'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'jsyhwScqy',
|
||||
@@ -520,7 +520,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('productionenterprise'),
|
||||
ParameterName: this.$t('productionenterprise'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'czwxdwGgxh',
|
||||
@@ -528,7 +528,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('specificationmodel'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'czwxdwScqy',
|
||||
@@ -536,7 +536,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('productionenterprise'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'gxdhGgxh',
|
||||
@@ -544,7 +544,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('specificationmodel'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'gxdhScqy',
|
||||
@@ -552,7 +552,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('productionenterprise'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'lsjGgxh',
|
||||
@@ -560,7 +560,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('specificationmodel'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'lsjScqy',
|
||||
@@ -568,7 +568,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('productionenterprise'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'gjddtGgxh',
|
||||
@@ -576,7 +576,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('VersionNumber'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'gjddtScqy',
|
||||
@@ -584,7 +584,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('productionenterprise'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'dzwlDxxgcs',
|
||||
@@ -592,7 +592,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('qualitativelydescriberelevantplaces'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'cztxXtmc',
|
||||
@@ -600,7 +600,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('systemname'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'cztxGgxh',
|
||||
@@ -616,7 +616,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('systemproductionenterprise'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'cztxBbh',
|
||||
@@ -624,7 +624,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('softwareversionnumber'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'cztxKfqy',
|
||||
@@ -632,7 +632,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('softwaredevelopmententerprise'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'jsfzczjMc',
|
||||
@@ -640,7 +640,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('controlname'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'jsfzczjYjxh',
|
||||
@@ -648,7 +648,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('hardwarespecificationmodel'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'jsfzczjScqy',
|
||||
@@ -656,7 +656,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('productionenterprise'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'jsfzzsqMc',
|
||||
@@ -664,7 +664,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('nameofindicatorsignaldevice'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'jsfzzsqYjxh',
|
||||
@@ -672,7 +672,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('hardwarespecificationmodel'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'jsfzzsqScqy',
|
||||
@@ -680,7 +680,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('productionenterprise'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'fxptstsMc',
|
||||
@@ -688,7 +688,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('nameofindicatorsignaldevice'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'fxptstsYjxh',
|
||||
@@ -696,7 +696,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('hardwarespecificationmodel'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'fxptstsScqy',
|
||||
@@ -704,7 +704,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('productionenterprise'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'jsyzyltsMc',
|
||||
@@ -712,7 +712,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('nameofindicatorsignaldevice'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'jsyzyltsYjxh',
|
||||
@@ -720,7 +720,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('hardwarespecificationmodel'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'jsyzyltsScqy',
|
||||
@@ -728,7 +728,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('productionenterprise'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'dssadGgxh',
|
||||
@@ -736,7 +736,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('specificationmodel'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'dssadScqy',
|
||||
@@ -744,7 +744,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('productionenterprise'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'edrGgxh',
|
||||
@@ -752,7 +752,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('specificationmodel'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
{
|
||||
key: 'edrScqy',
|
||||
@@ -760,7 +760,7 @@ export default {
|
||||
componentname: this.$t('networksecurityrequirements'),
|
||||
configuration: this.$t('ineffectiveupgrades'),
|
||||
ParameterName: this.$t('productionenterprise'),
|
||||
fillincontent:this.$t('yesisselected'),
|
||||
fillincontent:this.$t('haveisselected'),
|
||||
},
|
||||
],
|
||||
queryParam: {},
|
||||
|
||||
Reference in New Issue
Block a user