This commit is contained in:
parent
1bbf773a84
commit
c7411a9885
|
|
@ -259,4 +259,3 @@ export default {
|
|||
},
|
||||
}
|
||||
</script>
|
||||
<style scoped lang="scss"></style>
|
||||
|
|
|
|||
|
|
@ -204,4 +204,3 @@ export default {
|
|||
},
|
||||
}
|
||||
</script>
|
||||
<style scoped lang="scss"></style>
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -204,4 +204,3 @@ export default {
|
|||
},
|
||||
}
|
||||
</script>
|
||||
<style scoped lang="scss"></style>
|
||||
|
|
|
|||
|
|
@ -198,4 +198,3 @@ export default {
|
|||
},
|
||||
}
|
||||
</script>
|
||||
<style scoped lang="scss"></style>
|
||||
|
|
|
|||
|
|
@ -253,4 +253,3 @@ export default {
|
|||
},
|
||||
}
|
||||
</script>
|
||||
<style scoped lang="scss"></style>
|
||||
|
|
|
|||
|
|
@ -232,4 +232,3 @@ export default {
|
|||
},
|
||||
}
|
||||
</script>
|
||||
<style scoped lang="scss"></style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue