src/app/components/layout/modales/modal-historial-ventas/modal-historial-ventas.component.ts
selector | app-modal-historial-ventas |
styleUrls | ./modal-historial-ventas.component.css |
templateUrl | ./modal-historial-ventas.component.html |
Properties |
Methods |
constructor(_venta: Venta)
|
||||||
Parameters :
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
Public _venta |
Type : Venta
|
Decorators :
@Inject(MAT_DIALOG_DATA)
|
columnasTabla |
Type : string[]
|
Default value : ['producto', 'cantidad', 'precio', 'total']
|
detalleVenta |
Type : DetalleVenta[]
|
Default value : []
|
fechaRegistro |
Type : string
|
Default value : ''
|
numeroDocumento |
Type : string
|
Default value : ''
|
tipoPago |
Type : string
|
Default value : ''
|
total |
Type : string
|
Default value : ''
|
./modal-historial-ventas.component.css