|
|
|
|
@ -145,6 +145,7 @@ class _CreateLoanRequestPageState extends State<CreateLoanRequestPage> with Tick
|
|
|
|
|
labelStyle: AppTextStyles.textFieldLabelStyle,
|
|
|
|
|
hintStyle: AppTextStyles.textFieldLabelStyle,
|
|
|
|
|
textInputType: TextInputType.text,
|
|
|
|
|
textInputAction: TextInputAction.next,
|
|
|
|
|
showShadow: false,
|
|
|
|
|
onSaved: (value) {
|
|
|
|
|
_loanFormModel.docName = value;
|
|
|
|
|
@ -160,6 +161,7 @@ class _CreateLoanRequestPageState extends State<CreateLoanRequestPage> with Tick
|
|
|
|
|
labelStyle: AppTextStyles.textFieldLabelStyle,
|
|
|
|
|
hintStyle: AppTextStyles.textFieldLabelStyle,
|
|
|
|
|
textInputType: TextInputType.phone,
|
|
|
|
|
textInputAction: TextInputAction.next,
|
|
|
|
|
showShadow: false,
|
|
|
|
|
onSaved: (value) {
|
|
|
|
|
_loanFormModel.docNumber = value;
|
|
|
|
|
@ -175,6 +177,7 @@ class _CreateLoanRequestPageState extends State<CreateLoanRequestPage> with Tick
|
|
|
|
|
labelStyle: AppTextStyles.textFieldLabelStyle,
|
|
|
|
|
hintStyle: AppTextStyles.textFieldLabelStyle,
|
|
|
|
|
textInputType: TextInputType.emailAddress,
|
|
|
|
|
textInputAction: TextInputAction.next,
|
|
|
|
|
showShadow: false,
|
|
|
|
|
onSaved: (value) {
|
|
|
|
|
_loanFormModel.docEmail = value;
|
|
|
|
|
@ -295,6 +298,7 @@ class _CreateLoanRequestPageState extends State<CreateLoanRequestPage> with Tick
|
|
|
|
|
floatingLabelStyle: AppTextStyles.textFieldLabelStyle.copyWith(color: AppColor.textColor(context)),
|
|
|
|
|
showShadow: false,
|
|
|
|
|
textInputType: TextInputType.text,
|
|
|
|
|
textInputAction: TextInputAction.next,
|
|
|
|
|
onChange: (value) {
|
|
|
|
|
_loanFormModel.itemDescription = value;
|
|
|
|
|
},
|
|
|
|
|
@ -323,6 +327,7 @@ class _CreateLoanRequestPageState extends State<CreateLoanRequestPage> with Tick
|
|
|
|
|
floatingLabelStyle: AppTextStyles.textFieldLabelStyle.copyWith(color: AppColor.textColor(context)),
|
|
|
|
|
showShadow: false,
|
|
|
|
|
textInputType: TextInputType.text,
|
|
|
|
|
textInputAction: TextInputAction.next,
|
|
|
|
|
onChange: (value) {
|
|
|
|
|
_loanFormModel.requestDescription = value;
|
|
|
|
|
},
|
|
|
|
|
@ -340,6 +345,7 @@ class _CreateLoanRequestPageState extends State<CreateLoanRequestPage> with Tick
|
|
|
|
|
floatingLabelStyle: AppTextStyles.textFieldLabelStyle.copyWith(color: AppColor.textColor(context)),
|
|
|
|
|
showShadow: false,
|
|
|
|
|
textInputType: TextInputType.text,
|
|
|
|
|
textInputAction: TextInputAction.next,
|
|
|
|
|
onChange: (value) {
|
|
|
|
|
_loanFormModel.model = value;
|
|
|
|
|
},
|
|
|
|
|
@ -357,6 +363,7 @@ class _CreateLoanRequestPageState extends State<CreateLoanRequestPage> with Tick
|
|
|
|
|
floatingLabelStyle: AppTextStyles.textFieldLabelStyle.copyWith(color: AppColor.textColor(context)),
|
|
|
|
|
showShadow: false,
|
|
|
|
|
textInputType: TextInputType.text,
|
|
|
|
|
textInputAction: TextInputAction.next,
|
|
|
|
|
onChange: (value) {
|
|
|
|
|
_loanFormModel.manufacturer = value;
|
|
|
|
|
},
|
|
|
|
|
@ -401,6 +408,7 @@ class _CreateLoanRequestPageState extends State<CreateLoanRequestPage> with Tick
|
|
|
|
|
labelStyle: AppTextStyles.textFieldLabelStyle.copyWith(color: AppColor.textColor(context)),
|
|
|
|
|
showShadow: false,
|
|
|
|
|
textInputType: TextInputType.name,
|
|
|
|
|
textInputAction: TextInputAction.next,
|
|
|
|
|
onChange: (value) {
|
|
|
|
|
_loanFormModel.vendorName = value;
|
|
|
|
|
},
|
|
|
|
|
@ -418,6 +426,7 @@ class _CreateLoanRequestPageState extends State<CreateLoanRequestPage> with Tick
|
|
|
|
|
labelStyle: AppTextStyles.textFieldLabelStyle.copyWith(color: AppColor.textColor(context)),
|
|
|
|
|
showShadow: false,
|
|
|
|
|
textInputType: TextInputType.name,
|
|
|
|
|
textInputAction: TextInputAction.next,
|
|
|
|
|
onChange: (value) {
|
|
|
|
|
_loanFormModel.vendorRepresentativeName = value;
|
|
|
|
|
},
|
|
|
|
|
@ -435,6 +444,7 @@ class _CreateLoanRequestPageState extends State<CreateLoanRequestPage> with Tick
|
|
|
|
|
labelStyle: AppTextStyles.textFieldLabelStyle.copyWith(color: AppColor.textColor(context)),
|
|
|
|
|
showShadow: false,
|
|
|
|
|
textInputType: TextInputType.phone,
|
|
|
|
|
textInputAction: TextInputAction.next,
|
|
|
|
|
onChange: (value) {
|
|
|
|
|
_loanFormModel.vendorNumber = value;
|
|
|
|
|
},
|
|
|
|
|
@ -455,6 +465,7 @@ class _CreateLoanRequestPageState extends State<CreateLoanRequestPage> with Tick
|
|
|
|
|
labelStyle: AppTextStyles.textFieldLabelStyle.copyWith(color: AppColor.textColor(context)),
|
|
|
|
|
showShadow: false,
|
|
|
|
|
textInputType: TextInputType.emailAddress,
|
|
|
|
|
textInputAction: TextInputAction.next,
|
|
|
|
|
onChange: (value) {
|
|
|
|
|
_loanFormModel.vendorEmail = value;
|
|
|
|
|
},
|
|
|
|
|
|