图片类型
parent
d7c90cc6b7
commit
1c4d4f1889
|
|
@ -510,7 +510,10 @@ enum UploadFileType {
|
||||||
/// 封闭区域人员申请人签字 - 类型: '609', 路径: 'enclosed_area_personnel_applicant_signature'
|
/// 封闭区域人员申请人签字 - 类型: '609', 路径: 'enclosed_area_personnel_applicant_signature'
|
||||||
enclosedAreaPersonnelApplicantSignature('609', 'enclosed_area_personnel_applicant_signature'),
|
enclosedAreaPersonnelApplicantSignature('609', 'enclosed_area_personnel_applicant_signature'),
|
||||||
/// 封闭区域车辆申请人签字 - 类型: '610', 路径: 'enclosed_area_vehicle_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');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1128,7 +1128,7 @@ class _KeyTasksHiddenDangerDetailState extends State<KeyTasksHiddenDangerDetail>
|
||||||
if (gaiHouImages.isNotEmpty) {
|
if (gaiHouImages.isNotEmpty) {
|
||||||
String url= await _addImgFilesZhengGaiID(
|
String url= await _addImgFilesZhengGaiID(
|
||||||
gaiHouImages,
|
gaiHouImages,
|
||||||
UploadFileType.keyHomeworkRectificationPictures,
|
UploadFileType.feedbackImageKeyHomeworkPunishment,
|
||||||
);
|
);
|
||||||
penaltyFeedbackData['finePaymentReceipt']=url;
|
penaltyFeedbackData['finePaymentReceipt']=url;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue