sync testNuevo files from SmartDeveloper 20230417T212129
This commit is contained in:
parent
9b98105075
commit
ce4187f945
28
src/testNuevoModel.js
Normal file
28
src/testNuevoModel.js
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
const testNuevoModel = () => {
|
||||||
|
return {
|
||||||
|
id_compania: "",
|
||||||
|
no_proyecto: "",
|
||||||
|
correlativo: "",
|
||||||
|
id_tipo_otro_gasto: "",
|
||||||
|
tipo_otro_gasto: "",
|
||||||
|
id_etapa_proyecto: "",
|
||||||
|
etapa_proyecto: "",
|
||||||
|
id_usuario: "",
|
||||||
|
usuario: "",
|
||||||
|
fecha_grabacion: "",
|
||||||
|
fecha: "",
|
||||||
|
fecha_en: "",
|
||||||
|
descripcion: "",
|
||||||
|
fecha_estimada: "",
|
||||||
|
fecha_estimada_formato: "",
|
||||||
|
fecha_estimada_en: "",
|
||||||
|
fecha_real: "",
|
||||||
|
fecha_real_formato: "",
|
||||||
|
fecha_real_en: "",
|
||||||
|
valor_total_estimado: "",
|
||||||
|
valor_total_real: ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export default testNuevoModel
|
||||||
|
|
1066
src/testNuevoProps.js
Normal file
1066
src/testNuevoProps.js
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user