feat : login api call
This commit is contained in:
@@ -86,13 +86,17 @@ class AddSupervisionPage extends GetView<AddSupervisionLogic> {
|
||||
);
|
||||
}, controller.violationSegmentsSelected),
|
||||
SizedBox(height: 8),
|
||||
RTextField(label: 'صادر کننده پروانه'),
|
||||
RTextField(
|
||||
controller: TextEditingController(),label: 'صادر کننده پروانه'),
|
||||
SizedBox(height: 8),
|
||||
RTextField(label: 'شماره مجوز'),
|
||||
RTextField(
|
||||
controller: TextEditingController(),label: 'شماره مجوز'),
|
||||
SizedBox(height: 8),
|
||||
RTextField(label: 'شماره ثبت'),
|
||||
RTextField(
|
||||
controller: TextEditingController(),label: 'شماره ثبت'),
|
||||
SizedBox(height: 8),
|
||||
RTextField(label: 'کد اقتصادی'),
|
||||
RTextField(
|
||||
controller: TextEditingController(),label: 'کد اقتصادی'),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user