|
|
@ -24,35 +24,89 @@ const DetailModal = (props) => { |
|
|
|
> |
|
|
|
<Row style={{ marginBottom: '30px' }}> |
|
|
|
<Col span={12}> |
|
|
|
<span style={{ float: 'left', textAlign: 'right', color: 'rgba(0, 0, 0, 0.85)', lineHeight: '32px' }} >被沟通人:</span> |
|
|
|
<Input style={{ width: '70%', float: 'left' }} disabled /> |
|
|
|
<span style={{ width:'28%', float: 'left', textAlign: 'right', color: 'rgba(0, 0, 0, 0.85)', lineHeight: '32px' }} >被沟通人:</span> |
|
|
|
<Input style={{ width: '68%', float: 'left' }} disabled /> |
|
|
|
</Col> |
|
|
|
<Col span={12}> |
|
|
|
<span style={{ float: 'left', textAlign: 'right', color: 'rgba(0, 0, 0, 0.85)', lineHeight: '32px' }} >岗位:</span> |
|
|
|
<Input style={{ width: '70%', float: 'left' }} disabled /> |
|
|
|
<span style={{ width:'28%', float: 'left', textAlign: 'right', color: 'rgba(0, 0, 0, 0.85)', lineHeight: '32px' }} >岗位:</span> |
|
|
|
<Input style={{ width: '68%', float: 'left' }} disabled /> |
|
|
|
</Col> |
|
|
|
</Row> |
|
|
|
<Row style={{ marginBottom: '30px' }}> |
|
|
|
<Col span={12}> |
|
|
|
<span style={{ float: 'left', textAlign: 'right', color: 'rgba(0, 0, 0, 0.85)', lineHeight: '32px' }} >部门:</span> |
|
|
|
<Input style={{ width: '70%', float: 'left' }} disabled /> |
|
|
|
<span style={{ width:'28%', float: 'left', textAlign: 'right', color: 'rgba(0, 0, 0, 0.85)', lineHeight: '32px' }} >部门:</span> |
|
|
|
<Input style={{ width: '68%', float: 'left' }} disabled /> |
|
|
|
</Col> |
|
|
|
<Col span={12}> |
|
|
|
<span style={{ float: 'left', textAlign: 'right', color: 'rgba(0, 0, 0, 0.85)', lineHeight: '32px' }} >沟通截止时间:</span> |
|
|
|
<Input style={{ width: '70%', float: 'left' }} disabled /> |
|
|
|
<span style={{ width:'28%', float: 'left', textAlign: 'right', color: 'rgba(0, 0, 0, 0.85)', lineHeight: '32px' }} >沟通截止时间:</span> |
|
|
|
<Input style={{ width: '68%', float: 'left' }} disabled /> |
|
|
|
</Col> |
|
|
|
</Row> |
|
|
|
<Row style={{ marginBottom: '30px' }}> |
|
|
|
<Col span={12}> |
|
|
|
<span style={{ float: 'left', textAlign: 'right', color: 'rgba(0, 0, 0, 0.85)', lineHeight: '32px' }} >沟通主题:</span> |
|
|
|
<Input style={{ width: '70%', float: 'left' }} disabled /> |
|
|
|
<span style={{ width:'28%', float: 'left', textAlign: 'right', color: 'rgba(0, 0, 0, 0.85)', lineHeight: '32px' }} >沟通主题:</span> |
|
|
|
<Input style={{ width: '68%', float: 'left' }} disabled /> |
|
|
|
</Col> |
|
|
|
<Col span={12}> |
|
|
|
<span style={{ float: 'left', textAlign: 'right', color: 'rgba(0, 0, 0, 0.85)', lineHeight: '32px' }} >沟通背景:</span> |
|
|
|
<Input style={{ width: '70%', float: 'left' }} disabled /> |
|
|
|
<span style={{ width:'28%', float: 'left', textAlign: 'right', color: 'rgba(0, 0, 0, 0.85)', lineHeight: '32px' }} >沟通背景:</span> |
|
|
|
<Input style={{ width: '68%', float: 'left' }} disabled /> |
|
|
|
</Col> |
|
|
|
</Row> |
|
|
|
<div style={{ fontWeight: 'bold',marginBottom:15 }}>面谈的主要内容</div> |
|
|
|
<Row style={{ marginBottom: '30px' }}> |
|
|
|
<Col span={12}> |
|
|
|
<span style={{ width:'28%', float: 'left', textAlign: 'right', color: 'rgba(0, 0, 0, 0.85)', lineHeight: '32px' }} >实际沟通时间:</span> |
|
|
|
<Input style={{ width: '68%', float: 'left' }} disabled /> |
|
|
|
</Col> |
|
|
|
<Col span={12}> |
|
|
|
<span style={{ width:'28%', float: 'left', textAlign: 'right', color: 'rgba(0, 0, 0, 0.85)', lineHeight: '32px' }} >沟通内容:</span> |
|
|
|
<Input style={{ width: '68%', float: 'left' }} disabled /> |
|
|
|
</Col> |
|
|
|
</Row> |
|
|
|
<div style={{ fontWeight: 'bold',marginBottom:15 }}>沟通人意见反馈</div> |
|
|
|
<Row style={{ marginBottom: '30px' }}> |
|
|
|
<Col span={24}> |
|
|
|
<span style={{ width:'25%', float: 'left', textAlign: 'right', color: 'rgba(0, 0, 0, 0.85)', lineHeight: '32px' }} >反馈获取的信息与处理建议:</span> |
|
|
|
<Input style={{ width: '73%', float: 'left' }} disabled /> |
|
|
|
</Col> |
|
|
|
</Row> |
|
|
|
<Row style={{ marginBottom: '30px' }}> |
|
|
|
<Col span={24}> |
|
|
|
<span style={{ width:'25%', float: 'left', textAlign: 'right', color: 'rgba(0, 0, 0, 0.85)', lineHeight: '32px' }} >沟通成果:</span> |
|
|
|
<Input style={{ width: '73%', float: 'left' }} disabled /> |
|
|
|
</Col> |
|
|
|
</Row> |
|
|
|
<Row style={{ marginBottom: '30px' }}> |
|
|
|
<Col span={24}> |
|
|
|
<span style={{ width:'25%', float: 'left', textAlign: 'right', color: 'rgba(0, 0, 0, 0.85)', lineHeight: '32px' }} >对被沟通人近期表现的评价:</span> |
|
|
|
<Input style={{ width: '73%', float: 'left' }} disabled /> |
|
|
|
</Col> |
|
|
|
</Row> |
|
|
|
<Row style={{ marginBottom: '30px' }}> |
|
|
|
<Col span={24}> |
|
|
|
<span style={{ width:'25%', float: 'left', textAlign: 'right', color: 'rgba(0, 0, 0, 0.85)', lineHeight: '32px' }} >给予被沟通人的改进建议:</span> |
|
|
|
<Input style={{ width: '73%', float: 'left' }} disabled /> |
|
|
|
</Col> |
|
|
|
</Row> |
|
|
|
<div style={{ fontWeight: 'bold',marginBottom:15 }}>被沟通人意见反馈</div> |
|
|
|
<Row style={{ marginBottom: '30px' }}> |
|
|
|
<Col span={24}> |
|
|
|
<span style={{ width:'25%', float: 'left', textAlign: 'right', color: 'rgba(0, 0, 0, 0.85)', lineHeight: '32px' }} >沟通情况反馈:</span> |
|
|
|
<Input style={{ width: '73%', float: 'left' }} disabled /> |
|
|
|
</Col> |
|
|
|
</Row> |
|
|
|
<Row style={{ marginBottom: '30px' }}> |
|
|
|
<Col span={24}> |
|
|
|
<span style={{ width:'25%', float: 'left', textAlign: 'right', color: 'rgba(0, 0, 0, 0.85)', lineHeight: '32px' }} >培训需求:</span> |
|
|
|
<Input style={{ width: '73%', float: 'left' }} disabled /> |
|
|
|
</Col> |
|
|
|
</Row> |
|
|
|
<Row style={{ marginBottom: '30px' }}> |
|
|
|
<Col span={24}> |
|
|
|
<span style={{ width:'25%', float: 'left', textAlign: 'right', color: 'rgba(0, 0, 0, 0.85)', lineHeight: '32px' }} >下一步工作计划活提升方向:</span> |
|
|
|
<Input style={{ width: '73%', float: 'left' }} disabled /> |
|
|
|
</Col> |
|
|
|
</Row> |
|
|
|
<div style={{ fontWeight: 'bold' }}>面谈的主要内容</div> |
|
|
|
</Modal > |
|
|
|
) |
|
|
|
} |
|
|
|