OTA-状态统计

This commit is contained in:
zhn
2024-01-18 16:49:30 +08:00
parent 060c9071ef
commit 316ec47c1a
9 changed files with 178 additions and 18 deletions
@@ -105,7 +105,11 @@
idList: {
type: Array,
default: []
}
},
queryForm:{
type: Object,
default: {}
},
},
data() {
return {
@@ -149,7 +153,8 @@
getData() {
let query = {
...this.queryParam,
projectId:this.$route.query.id
projectId:this.$route.query.id,
appliedVehicleProject:this.queryForm.appliedVehicleProject
}
getAction('ota/otaManageApplyEO/getStatisticalStatus', query).then((res) => {
if (res.success) {
@@ -26,7 +26,7 @@
v-if="activeKey == $t('parameterCollectionProgressManagement')"/>
</a-tab-pane>
<a-tab-pane :key="$t('otastatus')" :tab="$t('otastatus')">
<otastatus @currentStatus="currentStatus" :idList="idList" v-if="activeKey == $t('otastatus')"/>
<otastatus :queryForm="queryForm" ref="otastatusRef" @currentStatus="currentStatus" :idList="idList" v-if="activeKey == $t('otastatus')"/>
</a-tab-pane>
<a-tab-pane :key="$t('Problemanagement')" :tab="$t('Problemanagement')">
<nonConformance ref="nonConformanceRef" @currentStatus="currentStatus"