Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -685,4 +685,5 @@ module.exports = {
|
|||||||
deadlineForConfirmationOfDesignCompliance:'Deadline for confirmation of design compliance',
|
deadlineForConfirmationOfDesignCompliance:'Deadline for confirmation of design compliance',
|
||||||
prehomoConfirmationDeadline:'Prehomo confirmation deadline',
|
prehomoConfirmationDeadline:'Prehomo confirmation deadline',
|
||||||
verificationComplianceConfirmationDeadline:'Verification compliance confirmation deadline',
|
verificationComplianceConfirmationDeadline:'Verification compliance confirmation deadline',
|
||||||
|
pleaseEnterTheCorrectWebAddress:'Please enter the correct web address',
|
||||||
}
|
}
|
||||||
@@ -689,4 +689,5 @@ module.exports = {
|
|||||||
deadlineForConfirmationOfDesignCompliance:'设计符合性确认截止时间',
|
deadlineForConfirmationOfDesignCompliance:'设计符合性确认截止时间',
|
||||||
prehomoConfirmationDeadline:'PreHomo确认截止时间',
|
prehomoConfirmationDeadline:'PreHomo确认截止时间',
|
||||||
verificationComplianceConfirmationDeadline:'验证符合性确认截止时间',
|
verificationComplianceConfirmationDeadline:'验证符合性确认截止时间',
|
||||||
|
pleaseEnterTheCorrectWebAddress:'请输入正确的网址',
|
||||||
}
|
}
|
||||||
@@ -6,57 +6,57 @@
|
|||||||
<div class="content-text">
|
<div class="content-text">
|
||||||
<div class="text-field">
|
<div class="text-field">
|
||||||
<span class="text-field-left" :title="$t('entryName')">{{$t('entryName')}}</span>
|
<span class="text-field-left" :title="$t('entryName')">{{$t('entryName')}}</span>
|
||||||
<span class="text-field-right text-field-right-color"
|
<span class="text-field-right"
|
||||||
>{{queryForm.projectName}}</span>
|
>{{queryForm.projectName}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-field">
|
<div class="text-field">
|
||||||
<span class="text-field-left" :title="$t('targetMarket')">{{$t('targetMarket')}}</span>
|
<span class="text-field-left" :title="$t('targetMarket')">{{$t('targetMarket')}}</span>
|
||||||
<span class="text-field-right text-field-right-color"
|
<span class="text-field-right"
|
||||||
>{{queryForm.targetMarket_dictText}}</span>
|
>{{queryForm.targetMarket_dictText}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-field">
|
<div class="text-field">
|
||||||
<span class="text-field-left" :title="$t('projectStatus')">{{$t('projectStatus')}}</span>
|
<span class="text-field-left" :title="$t('projectStatus')">{{$t('projectStatus')}}</span>
|
||||||
<span class="text-field-right text-field-right-color"
|
<span class="text-field-right"
|
||||||
>{{queryForm.projectStatus_dictText}}</span>
|
>{{queryForm.projectStatus_dictText}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-field">
|
<div class="text-field">
|
||||||
<span class="text-field-left" :title="$t('IPDInformation')">{{$t('IPDInformation')}}</span>
|
<span class="text-field-left" :title="$t('IPDInformation')">{{$t('IPDInformation')}}</span>
|
||||||
<span class="text-field-right text-field-right-color"
|
<span class="text-field-right text-field-right-color" @click="urlClick(queryForm.ipdInfo)"
|
||||||
>{{queryForm.ipdInfo}}</span>
|
>{{queryForm.ipdInfo}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-field">
|
<div class="text-field">
|
||||||
<span class="text-field-left" :title="$t('DigitalPlatform')">{{$t('DigitalPlatform')}}</span>
|
<span class="text-field-left" :title="$t('DigitalPlatform')">{{$t('DigitalPlatform')}}</span>
|
||||||
<span class="text-field-right text-field-right-color"
|
<span class="text-field-right"
|
||||||
>{{queryForm.digitalPlatform_dictText}}</span>
|
>{{queryForm.digitalPlatform_dictText}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-field">
|
<div class="text-field">
|
||||||
<span class="text-field-left" :title="$t('ModelPlatform')">{{$t('ModelPlatform')}}</span>
|
<span class="text-field-left" :title="$t('ModelPlatform')">{{$t('ModelPlatform')}}</span>
|
||||||
<span class="text-field-right text-field-right-color"
|
<span class="text-field-right"
|
||||||
>{{queryForm.vehiclePlatform_dictText}}</span>
|
>{{queryForm.vehiclePlatform_dictText}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-field">
|
<div class="text-field">
|
||||||
<span class="text-field-left" :title="$t('StudioEngineer')">{{$t('StudioEngineer')}}</span>
|
<span class="text-field-left" :title="$t('StudioEngineer')">{{$t('StudioEngineer')}}</span>
|
||||||
<span class="text-field-right text-field-right-color"
|
<span class="text-field-right"
|
||||||
>{{queryForm.studioEngineerName}}</span>
|
>{{queryForm.studioEngineerName}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-field">
|
<div class="text-field">
|
||||||
<span class="text-field-left" :title="$t('certifiedEngineer')">{{$t('certifiedEngineer')}}</span>
|
<span class="text-field-left" :title="$t('certifiedEngineer')">{{$t('certifiedEngineer')}}</span>
|
||||||
<span class="text-field-right text-field-right-color"
|
<span class="text-field-right"
|
||||||
>{{queryForm.certificationEngineerName}}</span>
|
>{{queryForm.certificationEngineerName}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-field">
|
<div class="text-field">
|
||||||
<span class="text-field-left" :title="$t('dehicleDevelopmentPlan')">{{$t('dehicleDevelopmentPlan')}}</span>
|
<span class="text-field-left" :title="$t('dehicleDevelopmentPlan')">{{$t('dehicleDevelopmentPlan')}}</span>
|
||||||
<span class="text-field-right text-field-right-color"
|
<span class="text-field-right text-field-right-color" @click="urlClick(queryForm.vehicleDevelopmentPlan)"
|
||||||
>{{queryForm.vehicleDevelopmentPlan}}</span>
|
>{{queryForm.vehicleDevelopmentPlan}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-field">
|
<div class="text-field">
|
||||||
<span class="text-field-left" :title="$t('certificationProgram')">{{$t('certificationProgram')}}</span>
|
<span class="text-field-left" :title="$t('certificationProgram')">{{$t('certificationProgram')}}</span>
|
||||||
<span class="text-field-right text-field-right-color"
|
<span class="text-field-right text-field-right-color" @click="urlClick(queryForm.attestationPlan)"
|
||||||
>{{queryForm.attestationPlan}}</span>
|
>{{queryForm.attestationPlan}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-field">
|
<div class="text-field">
|
||||||
<span class="text-field-left" :title="$t('ListOfRelevantPersonnel')">{{$t('ListOfRelevantPersonnel')}}</span>
|
<span class="text-field-left" :title="$t('ListOfRelevantPersonnel')">{{$t('ListOfRelevantPersonnel')}}</span>
|
||||||
<span class="text-field-right text-field-right-color"
|
<span class="text-field-right"
|
||||||
>
|
>
|
||||||
<a-button type="primary" class="button-text"
|
<a-button type="primary" class="button-text"
|
||||||
@click="ListOfRelevantPersonnelClick">
|
@click="ListOfRelevantPersonnelClick">
|
||||||
@@ -195,6 +195,11 @@
|
|||||||
ListOfRelevantPersonnelClick(){
|
ListOfRelevantPersonnelClick(){
|
||||||
this.$refs.listOfRelevantPersonnelRef.getData()
|
this.$refs.listOfRelevantPersonnelRef.getData()
|
||||||
},
|
},
|
||||||
|
urlClick(val){
|
||||||
|
if (val){
|
||||||
|
window.open(val)
|
||||||
|
}
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@@ -334,4 +339,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.text-field-right-color{
|
||||||
|
color: #00B3BE!important;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -105,6 +105,8 @@
|
|||||||
:placeholder="$t('PleaseEnter')+$t('IPDInformation')"/>
|
:placeholder="$t('PleaseEnter')+$t('IPDInformation')"/>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- ^(ht|f)tp(s?)\:\/\/[0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*(:(0-9)*)*(\/?)([a-zA-Z0-9\-\.\?\,\'\/\\\+&%\$#_]*)?$
|
||||||
|
-->
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
<a-row :gutter="24">
|
<a-row :gutter="24">
|
||||||
@@ -192,7 +194,26 @@
|
|||||||
formInline: {},
|
formInline: {},
|
||||||
confirmLoading: false,
|
confirmLoading: false,
|
||||||
visible: false,
|
visible: false,
|
||||||
rules: {},
|
rules: {
|
||||||
|
ipdInfo: [
|
||||||
|
{
|
||||||
|
pattern: /(ht|f)tp(s?)\:\/\/[0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*(:(0-9)*)*(\/?)([a-zA-Z0-9\-\.\?\,\'\/\\\+&%$#_]*)?/,
|
||||||
|
message: this.$t('pleaseEnterTheCorrectWebAddress')
|
||||||
|
}
|
||||||
|
],
|
||||||
|
vehicleDevelopmentPlan: [
|
||||||
|
{
|
||||||
|
pattern: /(ht|f)tp(s?)\:\/\/[0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*(:(0-9)*)*(\/?)([a-zA-Z0-9\-\.\?\,\'\/\\\+&%$#_]*)?/,
|
||||||
|
message: this.$t('pleaseEnterTheCorrectWebAddress')
|
||||||
|
}
|
||||||
|
],
|
||||||
|
attestationPlan: [
|
||||||
|
{
|
||||||
|
pattern: /(ht|f)tp(s?)\:\/\/[0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*(:(0-9)*)*(\/?)([a-zA-Z0-9\-\.\?\,\'\/\\\+&%$#_]*)?/,
|
||||||
|
message: this.$t('pleaseEnterTheCorrectWebAddress')
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
disabled: false,
|
disabled: false,
|
||||||
projectNameList: [],
|
projectNameList: [],
|
||||||
title: ''
|
title: ''
|
||||||
|
|||||||
@@ -123,8 +123,16 @@
|
|||||||
:columns="columns"
|
:columns="columns"
|
||||||
>
|
>
|
||||||
<span slot="operation" slot-scope="text,record">
|
<span slot="operation" slot-scope="text,record">
|
||||||
<a class="text-operation" @click="edit(record)">{{$t('edit')}}</a>
|
<a class="text-operation"
|
||||||
<a class="text-operation" @click="deleteLib(record)">{{$t('deleteLib')}}</a>
|
v-if="(record.inventoryAffirmStatus == 'List to confirm' && (record.roleCode == 1 || record.roleCode == 2 || record.roleCode == 4)) || record.roleCode == 0"
|
||||||
|
@click="edit(record)">
|
||||||
|
{{$t('edit')}}
|
||||||
|
</a>
|
||||||
|
<a class="text-operation"
|
||||||
|
v-if="(record.inventoryAffirmStatus == 'Not started' || record.inventoryAffirmStatus == 'rejected') && record.roleCode == 0"
|
||||||
|
@click="deleteLib(record)">
|
||||||
|
{{$t('deleteLib')}}
|
||||||
|
</a>
|
||||||
</span>
|
</span>
|
||||||
<span slot="titleName" slot-scope="text,record" :title="text">
|
<span slot="titleName" slot-scope="text,record" :title="text">
|
||||||
{{text && text.length > 20 ? text.slice(0,19)+'...':text}}
|
{{text && text.length > 20 ? text.slice(0,19)+'...':text}}
|
||||||
|
|||||||
Reference in New Issue
Block a user