|
@@ -31,7 +31,7 @@ function Mostrar(props) {
|
31
|
31
|
<input value={puesto ? puesto.nombrepuesto : "..."} type="text" name="nombre" placeholder="..." readOnly />
|
32
|
32
|
<input value={puesto ? puesto.notas : '...'} type="text" name="descript" placeholder="..." readOnly />
|
33
|
33
|
<input
|
34
|
|
- value={new Date(puesto ? puesto.createday : new Date()).toLocaleDateString('es-GT', opciones)}
|
|
34
|
+ value={new Date(puesto ? puesto.fecha : new Date()).toLocaleDateString('es-GT', opciones)}
|
35
|
35
|
type="text"
|
36
|
36
|
placeholder="...."
|
37
|
37
|
name="sku" readOnly />
|