Update: 2026-06-25 18:39:01
This commit is contained in:
@@ -18,6 +18,7 @@ class StaffController extends GetxController {
|
||||
|
||||
String selectedGender = 'Male';
|
||||
String selectedRole = 'service'; // 'admin' or 'service'
|
||||
String selectedCountry = 'Jordan';
|
||||
|
||||
bool isLoading = false;
|
||||
|
||||
@@ -43,6 +44,7 @@ class StaffController extends GetxController {
|
||||
"birthdate": birthdateController.text.trim(),
|
||||
"fingerprint": fingerprint,
|
||||
"site": "main", // القيمة الافتراضية للفرع
|
||||
"country": selectedCountry,
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user