diff options
| author | gabrhr <[email protected]> | 2022-05-31 03:58:23 -0500 |
|---|---|---|
| committer | gabrhr <[email protected]> | 2022-05-31 03:58:23 -0500 |
| commit | cbc7d7f7494508fda69e88c76702a878bebca0e2 (patch) | |
| tree | 7a3bec98a7deb82ac95850835d08b2a305b8a0cc /front/odiparpack/app/components/Tables | |
| parent | 32fb17de8f78317b165b6f269a8bab2d4e852d0d (diff) | |
| download | DP1_project-cbc7d7f7494508fda69e88c76702a878bebca0e2.tar.gz DP1_project-cbc7d7f7494508fda69e88c76702a878bebca0e2.tar.bz2 DP1_project-cbc7d7f7494508fda69e88c76702a878bebca0e2.zip | |
Add Almacenes
- todo de almacenes, redux, pagina
- mejoro form de pedido (etiqueta estado, RUC)
#TODO
- Ver combobox con API
Diffstat (limited to 'front/odiparpack/app/components/Tables')
| -rw-r--r-- | front/odiparpack/app/components/Tables/CrudTableForm.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/front/odiparpack/app/components/Tables/CrudTableForm.js b/front/odiparpack/app/components/Tables/CrudTableForm.js index 0ba5264..017a3fc 100644 --- a/front/odiparpack/app/components/Tables/CrudTableForm.js +++ b/front/odiparpack/app/components/Tables/CrudTableForm.js @@ -5,10 +5,13 @@ import MainTableForm from './tableParts/MainTableForm'; import FloatingPanel from './../Panel/FloatingPanel'; class CrudTableForm extends React.Component { + /* componentDidMount(){ + this.props.fetchData(this.props.dataInit, this.props.branch); + } */ componentDidUpdate(previousProps) { if (previousProps.dataInit !== this.props.dataInit) { - //console.log("en el FORM",this.props.dataInit) + //console.log("en el FORM",this.props.dataInit)} this.props.fetchData(this.props.dataInit, this.props.branch); } } |
