comment project title
This commit is contained in:
@@ -34,6 +34,7 @@ const LegalPersonForm = ({setFinishLoanRequest}) => {
|
||||
person_type: "legal",
|
||||
company_tel_number: "",
|
||||
activity_type: "",
|
||||
project_title: "",
|
||||
priority_list: "",
|
||||
vehicle_type: "",
|
||||
province_id: "",
|
||||
@@ -72,6 +73,7 @@ const LegalPersonForm = ({setFinishLoanRequest}) => {
|
||||
.required(t("LoanRequest.error_message_company_tel_number")),
|
||||
vehicle_type: Yup.string().required(t("LoanRequest.error_message_vehicle_type")),
|
||||
activity_type: Yup.string().required(t("LoanRequest.error_message_activity_type")),
|
||||
project_title: Yup.string().required(t("LoanRequest.error_message_project_title")),
|
||||
priority_list: Yup.string().required(t("LoanRequest.error_message_priority_list")),
|
||||
register_number: Yup.string().required(t("LoanRequest.error_message_register_number")),
|
||||
boss_father_name: Yup.string().required(t("LoanRequest.error_message_boss_father_name")),
|
||||
@@ -181,9 +183,9 @@ const LegalPersonForm = ({setFinishLoanRequest}) => {
|
||||
{/* label={t("LoanRequest.text_field_project_title")}*/}
|
||||
{/* size="small"*/}
|
||||
{/* selectType="project_title"*/}
|
||||
{/* isLoading={isLoadingProvinceList}*/}
|
||||
{/* errorEcured={errorProvinceList}*/}
|
||||
{/* selectors={provinceList}*/}
|
||||
{/* isLoading={isLoadingProjectTitle}*/}
|
||||
{/* errorEcured={errorProjectTitle}*/}
|
||||
{/* selectors={projectTitle}*/}
|
||||
{/* schema={{value: 'value', name: 'name'}}*/}
|
||||
{/* select={formik.values.project_title}*/}
|
||||
{/* value={formik.values.project_title}*/}
|
||||
@@ -196,7 +198,6 @@ const LegalPersonForm = ({setFinishLoanRequest}) => {
|
||||
{/* onBlur={formik.handleBlur("project_title")}*/}
|
||||
{/* />*/}
|
||||
{/*</Grid>*/}
|
||||
|
||||
<Grid item xs={12} sm={4}>
|
||||
<SelectBox
|
||||
name="activity_type"
|
||||
|
||||
@@ -34,6 +34,7 @@ const RealPersonForm = ({setFinishLoanRequest}) => {
|
||||
vehicle_type : "",
|
||||
telephone_number: "",
|
||||
activity_type: "",
|
||||
project_title: "",
|
||||
priority_list: "",
|
||||
father_name: "",
|
||||
gender: "",
|
||||
@@ -69,6 +70,7 @@ const RealPersonForm = ({setFinishLoanRequest}) => {
|
||||
father_name: Yup.string().required(t("LoanRequest.error_message_father_name")),
|
||||
vehicle_type: Yup.string().required(t("LoanRequest.error_message_vehicle_type")),
|
||||
activity_type: Yup.string().required(t("LoanRequest.error_message_activity_type")),
|
||||
project_title: Yup.string().required(t("LoanRequest.error_message_project_title")),
|
||||
priority_list: Yup.string().required(t("LoanRequest.error_message_priority_list")),
|
||||
gender: Yup.string().required(t("LoanRequest.error_message_gender")),
|
||||
occupation_id: Yup.string().required(t("LoanRequest.error_message_occupation_id")),
|
||||
@@ -168,9 +170,9 @@ const RealPersonForm = ({setFinishLoanRequest}) => {
|
||||
{/* label={t("LoanRequest.text_field_project_title")}*/}
|
||||
{/* size="small"*/}
|
||||
{/* selectType="project_title"*/}
|
||||
{/* isLoading={isLoadingProvinceList}*/}
|
||||
{/* errorEcured={errorProvinceList}*/}
|
||||
{/* selectors={provinceList}*/}
|
||||
{/* isLoading={isLoadingProjectTitle}*/}
|
||||
{/* errorEcured={errorProjectTitle}*/}
|
||||
{/* selectors={projectTitle}*/}
|
||||
{/* schema={{value: 'value', name: 'name'}}*/}
|
||||
{/* select={formik.values.project_title}*/}
|
||||
{/* value={formik.values.project_title}*/}
|
||||
@@ -183,7 +185,6 @@ const RealPersonForm = ({setFinishLoanRequest}) => {
|
||||
{/* onBlur={formik.handleBlur("project_title")}*/}
|
||||
{/* />*/}
|
||||
{/*</Grid>*/}
|
||||
|
||||
<Grid item xs={12} sm={4}>
|
||||
<SelectBox
|
||||
name="activity_type"
|
||||
|
||||
Reference in New Issue
Block a user