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