fix : ui changes and data

This commit is contained in:
2025-09-30 11:30:44 +03:30
parent 0d946b500c
commit 85558d4417
6 changed files with 5027 additions and 492 deletions

View File

@@ -376,7 +376,7 @@ class InspectionPoultrySciencePage extends GetView<InspectionPoultryScienceLogic
mainAxisAlignment: MainAxisAlignment.start,
children: [
Text(
item.hatching?.poultry?.fullname ?? 'N/A',
item.hatching?.poultry?.user?.fullname ?? 'N/A',
textAlign: TextAlign.center,
style: AppFonts.yekan16.copyWith(color: AppColor.greenDark),
),
@@ -446,7 +446,7 @@ class InspectionPoultrySciencePage extends GetView<InspectionPoultryScienceLogic
buildRow(
title: 'دامپزشک فارم',
value:
'${item.hatching?.vetFarm?.vetFarmFullname}(${item.hatching?.vetFarm?.vetFarmMobile})',
'${item.hatching?.vetFarm?.vetFarmFullName}(${item.hatching?.vetFarm?.vetFarmMobile})',
),
buildRow(
title: 'شرح بازرسی',
@@ -609,12 +609,12 @@ class InspectionPoultrySciencePage extends GetView<InspectionPoultryScienceLogic
spacing: 5,
children: [
Text(
item.hatching?.poultry?.fullname ?? 'N/A',
item.hatching?.poultry?.user?.fullname ?? 'N/A',
textAlign: TextAlign.start,
style: AppFonts.yekan12.copyWith(color: AppColor.blueNormal),
),
Text(
item.hatching?.poultry?.mobile ?? 'N/A',
item.hatching?.poultry?.user?.mobile ?? 'N/A',
textAlign: TextAlign.center,
style: AppFonts.yekan14.copyWith(color: AppColor.bgDark),
),