|
|
|
|
@ -149,7 +149,7 @@ class _CreateDeviceTransferRequestState extends State<CreateDeviceTransferReques
|
|
|
|
|
children: [
|
|
|
|
|
SingleItemDropDownMenu<Site, SiteProvider>(
|
|
|
|
|
context: context,
|
|
|
|
|
title: context.translation.site,
|
|
|
|
|
title: context.translation.destinationSite,
|
|
|
|
|
initialValue: _assetDestination.site,
|
|
|
|
|
showShadow: false,
|
|
|
|
|
loading: _deviceTransferProvider.isSiteLoading,
|
|
|
|
|
@ -167,7 +167,7 @@ class _CreateDeviceTransferRequestState extends State<CreateDeviceTransferReques
|
|
|
|
|
8.width,
|
|
|
|
|
SingleItemDropDownMenu<Building, NullableLoadingProvider>(
|
|
|
|
|
context: context,
|
|
|
|
|
title: context.translation.building,
|
|
|
|
|
title: context.translation.destinationBuilding,
|
|
|
|
|
initialValue: _assetDestination.building,
|
|
|
|
|
showShadow: false,
|
|
|
|
|
showAsBottomSheet: true,
|
|
|
|
|
@ -189,7 +189,7 @@ class _CreateDeviceTransferRequestState extends State<CreateDeviceTransferReques
|
|
|
|
|
children: [
|
|
|
|
|
SingleItemDropDownMenu<Floor, NullableLoadingProvider>(
|
|
|
|
|
context: context,
|
|
|
|
|
title: context.translation.floor,
|
|
|
|
|
title: context.translation.destinationFloor,
|
|
|
|
|
showShadow: false,
|
|
|
|
|
showAsBottomSheet: true,
|
|
|
|
|
initialValue: _assetDestination.floor,
|
|
|
|
|
@ -205,7 +205,7 @@ class _CreateDeviceTransferRequestState extends State<CreateDeviceTransferReques
|
|
|
|
|
8.width,
|
|
|
|
|
SingleItemDropDownMenu<Department, NullableLoadingProvider>(
|
|
|
|
|
context: context,
|
|
|
|
|
title: context.translation.department,
|
|
|
|
|
title: context.translation.destinationDepartment,
|
|
|
|
|
showShadow: false,
|
|
|
|
|
showAsBottomSheet: true,
|
|
|
|
|
initialValue: _assetDestination.department,
|
|
|
|
|
|