Se agrega en la interfazy el componente RptOperacionesPagadasMissionFood el atributo Edocument.

CatRelacionesPrecuenta
Luis Rendon 5 months ago
parent 68b3f9f965
commit d82e95da4c
  1. 10
      src/Components/Reportes/RptOperacionesPagadasMisionFood.tsx
  2. 4
      src/Interfaces/Reportes/IRptOperacionesPagadasMisionFood.ts

@ -150,6 +150,13 @@ const RptOperacionesPagadasMisionFood: FC<IProps> = (props) => {
sortable: true,
filter: true,
width: 300
},
{
field: 'edocument',
headerName: 'Edocument',
sortable: true,
filter: true,
width: 1000
}
])
@ -232,7 +239,8 @@ const RptOperacionesPagadasMisionFood: FC<IProps> = (props) => {
'Incoterm',
'Caja',
'AcuceDoda',
'Transportista'
'Transportista',
'Edocument'
]
]
const wb = XLSX.utils.book_new()

@ -16,8 +16,8 @@ RFCAA : string,
Incoterm : string,
Caja : string,
AcuceDoda : string,
Transportista : string
Transportista : string,
Edocument : string
}

Loading…
Cancel
Save