diff --git a/src/partials/tagging/TagActiveDistributions.tsx b/src/partials/tagging/TagActiveDistributions.tsx index 3e53159..19947c6 100644 --- a/src/partials/tagging/TagActiveDistributions.tsx +++ b/src/partials/tagging/TagActiveDistributions.tsx @@ -75,6 +75,8 @@ export default function TagActiveDistributions() { item?.assigner_org?.name, item?.assigned_org?.name, item?.total_tag_count, + item?.total_distributed_tag_count, + item?.remaining_tag_count, item?.distribution_type === "batch" ? "توزیع گروهی" : "توزیع تصادفی", @@ -85,6 +87,19 @@ export default function TagActiveDistributions() { column className="gap-3 w-full rounded-xl border border-gray-200 dark:border-gray-700 p-4" > + + + + گونه: + + + {speciesMap[opt?.species_code] ?? "-"} + + + {item?.distribution_type === "batch" && opt?.serial_from && ( @@ -112,17 +127,28 @@ export default function TagActiveDistributions() { {opt?.total_tag_count?.toLocaleString()} - - + - گونه: + پلاک های توزیع شده: - {speciesMap[opt?.species_code] ?? "-"} + {opt?.distributed_number?.toLocaleString()} + + + + + + پلاک های باقیمانده: + + + {opt?.remaining_number?.toLocaleString()} @@ -291,6 +317,8 @@ export default function TagActiveDistributions() { "توزیع کننده", "دریافت کننده", "تعداد کل پلاک", + "پلاک های توزیع شده", + "پلاک های باقیمانده", "نوع توزیع", "جزئیات توزیع", "عملیات",