图片类型

master
xufei 2026-06-16 15:58:23 +08:00
parent d7c90cc6b7
commit 1c4d4f1889
2 changed files with 5 additions and 2 deletions

View File

@ -510,7 +510,10 @@ enum UploadFileType {
/// - : '609', : 'enclosed_area_personnel_applicant_signature'
enclosedAreaPersonnelApplicantSignature('609', 'enclosed_area_personnel_applicant_signature'),
/// - : '610', : 'enclosed_area_vehicle_applicant_signature'
enclosedAreaVehicleApplicantSignature('610', 'enclosed_area_vehicle_applicant_signature');
enclosedAreaVehicleApplicantSignature('610', 'enclosed_area_vehicle_applicant_signature'),
/// - : '701', : 'feedback_image_key_homework_punishment'
feedbackImageKeyHomeworkPunishment('701', 'feedback_image_key_homework_punishment');

View File

@ -1128,7 +1128,7 @@ class _KeyTasksHiddenDangerDetailState extends State<KeyTasksHiddenDangerDetail>
if (gaiHouImages.isNotEmpty) {
String url= await _addImgFilesZhengGaiID(
gaiHouImages,
UploadFileType.keyHomeworkRectificationPictures,
UploadFileType.feedbackImageKeyHomeworkPunishment,
);
penaltyFeedbackData['finePaymentReceipt']=url;
}