| | |
| | | |
| | | questionnaireCancle = () => { |
| | | const {selectedQuestionnaireData}=this.state; |
| | | this.props.history.push(`/questionnaire/detail/${selectedQuestionnaireData.id}`) |
| | | // this.props.history.push(`/questionnaire/detail/${selectedQuestionnaireData.id}`) |
| | | window.open('index.html#/activeManageEditquestionnaire/' + selectedQuestionnaireData.id); |
| | | } |
| | | |
| | | questionnaireDel = () => { |
| | |
| | | <Divider orientation="left" style={{ margin: '20px', width: '97%' }}>培训结果</Divider> |
| | | <div style={divStyle}> |
| | | <Row type="flex" align='top' justify="space-around"> |
| | | <Col span={6} pull={0} style={{ textAlign: 'center' }}><span>添加结果图片</span></Col> |
| | | <Col span={6} pull={0} style={{ textAlign: 'center' }}><span>结果材料</span></Col> |
| | | <Col span={18} push={0} > |
| | | <Upload disabled={disabled} listType="picture-card" onPreview={this.handlePreview} {...bottmProps}> |
| | | |
| | |
| | | </Col> |
| | | </Row> |
| | | </div> |
| | | |
| | | </div> : null) : null |
| | | } |
| | | |