|
|
|
@ -174,7 +174,7 @@ class _WoInfoFormState extends State<WoInfoForm> {
|
|
|
|
selectedTime.minute,
|
|
|
|
selectedTime.minute,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
setState(() {
|
|
|
|
setState(() {
|
|
|
|
widget.planPreventiveVisit.acutalDateOfVisit = selectedDate;
|
|
|
|
widget.planPreventiveVisit.acutalDateOfVisit = selectedDateTime;
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
@ -244,9 +244,7 @@ class _WoInfoFormState extends State<WoInfoForm> {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
),
|
|
|
|
),
|
|
|
|
8.height,
|
|
|
|
8.height,
|
|
|
|
|
|
|
|
|
|
|
|
_timerWidget(context, totalWorkingHours),
|
|
|
|
_timerWidget(context, totalWorkingHours),
|
|
|
|
|
|
|
|
|
|
|
|
8.height,
|
|
|
|
8.height,
|
|
|
|
AppTextFormField(
|
|
|
|
AppTextFormField(
|
|
|
|
labelText: context.translation.callComments,
|
|
|
|
labelText: context.translation.callComments,
|
|
|
|
@ -259,7 +257,7 @@ class _WoInfoFormState extends State<WoInfoForm> {
|
|
|
|
widget.planPreventiveVisit.comments = value;
|
|
|
|
widget.planPreventiveVisit.comments = value;
|
|
|
|
},
|
|
|
|
},
|
|
|
|
),
|
|
|
|
),
|
|
|
|
8.height,
|
|
|
|
16.height,
|
|
|
|
MultiFilesPicker(
|
|
|
|
MultiFilesPicker(
|
|
|
|
label: context.translation.attachments,
|
|
|
|
label: context.translation.attachments,
|
|
|
|
files: ppmProvider.ppmPlanAttachments,
|
|
|
|
files: ppmProvider.ppmPlanAttachments,
|
|
|
|
@ -323,7 +321,7 @@ class _WoInfoFormState extends State<WoInfoForm> {
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
8.height,
|
|
|
|
// 8.height,
|
|
|
|
],
|
|
|
|
],
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|