This commit is contained in:
BianLzhaoMin 2025-04-29 17:31:10 +08:00
parent 1bbf773a84
commit c7411a9885
8 changed files with 9 additions and 11 deletions

View File

@ -259,4 +259,3 @@ export default {
},
}
</script>
<style scoped lang="scss"></style>

View File

@ -204,4 +204,3 @@ export default {
},
}
</script>
<style scoped lang="scss"></style>

View File

@ -989,6 +989,7 @@ export default {
proPerf: item.proPerf,
einDate: item.einDate,
exitDate: item.exitDate,
perfId: item.perfId,
})
})
}
@ -1086,6 +1087,9 @@ export default {
this.companyKeyPersonList[this.keyTableCurrentIndex].proPerf = keyPersonPerformanceInnerSelectList
.map((item) => item.proName)
.join(',')
this.companyKeyPersonList[this.keyTableCurrentIndex].perfId = keyPersonPerformanceInnerSelectList
.map((item) => item.id)
.join(',')
} else {
this.$modal.msgError('请选择人员')
return false
@ -1234,6 +1238,7 @@ export default {
async addCompanyKeyPerson() {
this.companyKeyPersonList.push({
userId: '', // id
perfId: '', // id
userName: '', //
title: '', //
diploma: '', //
@ -1652,16 +1657,16 @@ export default {
JSON.parse(
JSON.stringify({
...item,
subcontractorPersonList: item.subPersonList,
companyPerformanceList: item.subPerfList,
subcontractorPersonList: item.subPersonList,
}),
),
)
})
}
} else {
this.$modal.msgError('详情获取失败' + res.message)
this.$modal.closeDialogOuter()
this.$modal.msgError('详情获取失败' + res.message)
}
},
},

View File

@ -1,5 +1,5 @@
<template>
<!-- 公司业绩管理 -->
<!-- 国网模板 -->
<div class="app-container">
<el-form :model="queryParams" ref="login" label-width="0px" class="ms-content">
<el-row :gutter="20">
@ -185,7 +185,7 @@ export default {
{
id: row.id,
},
`国网模板_${row.name}.docx`,
`国网模板_${row.name}.doc`,
)
},
@ -216,4 +216,3 @@ export default {
},
}
</script>
<style scoped lang="scss"></style>

View File

@ -204,4 +204,3 @@ export default {
},
}
</script>
<style scoped lang="scss"></style>

View File

@ -198,4 +198,3 @@ export default {
},
}
</script>
<style scoped lang="scss"></style>

View File

@ -253,4 +253,3 @@ export default {
},
}
</script>
<style scoped lang="scss"></style>

View File

@ -232,4 +232,3 @@ export default {
},
}
</script>
<style scoped lang="scss"></style>