Se edito en el fronted en el rpt de FileUploadExel quw todos los clocks se an editables.

master
Luis Rendon 1 day ago
parent e529819ff7
commit cc003602de
  1. 4
      src/Componest/Catalogos/CatWorkingHours/FileUploadExelWorkingHours.tsx

@ -761,7 +761,7 @@ return (
<Form.Group>
<Form.Label>ClockIn1</Form.Label>
<Form.Select value={ClockIn1} onChange={(e) => setClockIn1(e.target.value)}
disabled={ClockIn1 !== ""}>
>
<option value="">Seleccione hora</option>
{horas.map((hora) =>
@ -779,7 +779,7 @@ return (
<Col md={6}>
<Form.Group>
<Form.Label>ClockOut1</Form.Label>
<Form.Select value={ClockOut1} onChange={(e) => setClockOut1(e.target.value)} disabled={ClockOut1 !== ""} >
<Form.Select value={ClockOut1} onChange={(e) => setClockOut1(e.target.value)}>
<option value="">Seleccione hora</option>
{horas.map((hora) =>
minutos.map((minuto) => (

Loading…
Cancel
Save