2026.3.30 口门门禁
parent
11001600dd
commit
2abc0ce30e
|
|
@ -421,8 +421,8 @@ enum UploadFileType {
|
|||
gateAccessVehicleApplicantSignature('606', 'gate_access_vehicle_applicant_signature'),
|
||||
/// 封闭区域人员申请人签字 - 类型: '609', 路径: 'enclosed_area_personnel_applicant_signature'
|
||||
enclosedAreaPersonnelApplicantSignature('609', 'enclosed_area_personnel_applicant_signature'),
|
||||
/// 封闭区域车辆申请人签字 - 类型: '610', 路径: 'emission_standard_certificate'
|
||||
emissionStandardCertificate('610', 'emission_standard_certificate');
|
||||
/// 封闭区域车辆申请人签字 - 类型: '610', 路径: 'enclosed_area_vehicle_applicant_signature'
|
||||
enclosedAreaVehicleApplicantSignature('610', 'enclosed_area_vehicle_applicant_signature');
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -877,7 +877,7 @@ class _DoorareaCarAddPageState extends State<DoorareaCarAddPage> {
|
|||
}
|
||||
|
||||
if(signImages.isNotEmpty){
|
||||
String signImagesId= await _addImgFilesLicense(signImages, UploadFileType.emissionStandardCertificate,'');
|
||||
String signImagesId= await _addImgFilesLicense(signImages, UploadFileType.enclosedAreaVehicleApplicantSignature,'');
|
||||
addData['informSignId']=signImagesId;
|
||||
}
|
||||
LoadingDialogHelper.hide();
|
||||
|
|
|
|||
|
|
@ -415,7 +415,7 @@ class _OnlylookDoorareaCarState extends State<OnlylookDoorareaCar> {
|
|||
personnelList=applicationInfo['vehicleAuditLogList']??[];
|
||||
|
||||
final imageResults = await Future.wait([
|
||||
FileApi.getImagePath(applicationInfo['informSignId'], UploadFileType.emissionStandardCertificate),
|
||||
FileApi.getImagePath(applicationInfo['informSignId'], UploadFileType.enclosedAreaVehicleApplicantSignature),
|
||||
FileApi.getImagePath(applicationInfo['drivingLicenseId'], UploadFileType.gateAccessVehicleLicensePhoto),
|
||||
FileApi.getImagePath(applicationInfo['attachmentId'], UploadFileType.gateAccessVehiclePhoto),
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue