Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 11073 | Rev 11075 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 11073 Rev 11074
Línea 121... Línea 121...
121
						functions: resData.job_description.functions,
121
						functions: resData.job_description.functions,
122
						objectives: resData.job_description.objectives
122
						objectives: resData.job_description.objectives
123
					})
123
					})
124
					resData.interview.content.forEach((obj) => {
124
					resData.interview.content.forEach((obj) => {
125
						setValue(`select-${obj.competencyUuid}-${obj.behaviorUuid}`, obj.evaluation)
125
						setValue(`select-${obj.competencyUuid}-${obj.behaviorUuid}`, obj.evaluation)
-
 
126
						setValue(`${obj.competencyUuid}-${obj.behaviorUuid}-comment`, obj.comment)
126
					})
127
					})
127
				})
128
				})
128
		}
129
		}
129
	}, [action])
130
	}, [action])
Línea 263... Línea 264...
263
																		<tbody>
264
																		<tbody>
264
																			<tr>
265
																			<tr>
265
																				<td style={{ width: '20%' }}>{behavior.description}</td>
266
																				<td style={{ width: '20%' }}>{behavior.description}</td>
266
																				<td style={{ width: '60%' }}>
267
																				<td style={{ width: '60%' }}>
267
																					<textarea
268
																					<textarea
268
																						name={`${behavior.competency_uuid}_${behavior.uuid}-comment`}
269
																						name={`${behavior.competency_uuid}-${behavior.uuid}-comment`}
269
																						cols="30"
270
																						cols="30"
270
																						rows="3"
271
																						rows="3"
271
																						ref={register}
272
																						ref={register}
272
																						className='form-control w100'
273
																						className='form-control w100'
273
																						defaultValue={behavior.comment}
-
 
274
																					/>
274
																					/>
275
																				</td>
275
																				</td>
276
																				<td style={{ width: '20%' }}>
276
																				<td style={{ width: '20%' }}>
277
																					<select className='form-control' name={`select-${behavior.competency_uuid}-${behavior.uuid}`} ref={register}>
277
																					<select className='form-control' name={`select-${behavior.competency_uuid}-${behavior.uuid}`} ref={register}>
278
																						{
278
																						{