|
|
|
|
@ -245,9 +245,7 @@ class _WoInfoFormState extends State<WoInfoForm> {
|
|
|
|
|
},
|
|
|
|
|
),
|
|
|
|
|
8.height,
|
|
|
|
|
|
|
|
|
|
_timerWidget(context, totalWorkingHours),
|
|
|
|
|
|
|
|
|
|
8.height,
|
|
|
|
|
AppTextFormField(
|
|
|
|
|
labelText: context.translation.callComments,
|
|
|
|
|
@ -260,7 +258,7 @@ class _WoInfoFormState extends State<WoInfoForm> {
|
|
|
|
|
widget.planPreventiveVisit.comments = value;
|
|
|
|
|
},
|
|
|
|
|
),
|
|
|
|
|
8.height,
|
|
|
|
|
16.height,
|
|
|
|
|
MultiFilesPicker(
|
|
|
|
|
label: context.translation.attachments,
|
|
|
|
|
files: ppmProvider.ppmPlanAttachments,
|
|
|
|
|
@ -324,7 +322,7 @@ class _WoInfoFormState extends State<WoInfoForm> {
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
8.height,
|
|
|
|
|
// 8.height,
|
|
|
|
|
],
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
|