WIPnose: fix VDO
This commit is contained in:
parent
4fb5e0a248
commit
dd9a657770
File diff suppressed because it is too large
Load Diff
|
@ -69,7 +69,7 @@ class VisitsModel extends FlutterFlowModel<VehicleOnTheProperty> {
|
|||
enText: "No",
|
||||
),
|
||||
}),
|
||||
imagePath: 'https://freaccess.com.br/freaccess/Images/Clients/${StorageUtil().cliUUID}.png',
|
||||
imagePath: 'https://freaccess.com.br/freaccess/getImage.php?devUUID=${StorageUtil().devUUID}&cliID=${StorageUtil().cliUUID}&atividade=getFoto&Documento=${item['VDO_DOCUMENTO']}&tipo=E',
|
||||
statusHashMap: [
|
||||
if (item['MOT_DESCRICAO'] != null) Map<String, Color>.from({item['MOT_DESCRICAO'].toString().toUpperCase(): FlutterFlowTheme.of(context).primary}),
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue