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> </script>
<style scoped lang="scss"></style>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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