|
|
|
@ -377,7 +377,7 @@ class _SparePartRequestState extends State<SparePartRequest> {
|
|
|
|
|
|
|
|
|
|
|
|
if (mounted) Navigator.pop(context); // Close form
|
|
|
|
if (mounted) Navigator.pop(context); // Close form
|
|
|
|
|
|
|
|
|
|
|
|
if (model?.id == 0) {
|
|
|
|
if (model?.id == 0&&widget.fromCm) {
|
|
|
|
ServiceRequestBottomSheet.addAnotherSpareRequestBottomSheet(context: context, fromCm: widget.fromCm);
|
|
|
|
ServiceRequestBottomSheet.addAnotherSpareRequestBottomSheet(context: context, fromCm: widget.fromCm);
|
|
|
|
const SizedBox().flushBar(
|
|
|
|
const SizedBox().flushBar(
|
|
|
|
context: context,
|
|
|
|
context: context,
|
|
|
|
|