|
|
|
@ -40,67 +40,6 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="form-row"> |
|
|
|
<div class="form-group col-md-3"> |
|
|
|
<label>{{$t('profile.documentType')}}*</label> |
|
|
|
<el-select v-model="form.type" :placeholder="$t('profile.pelaseSelect')"> |
|
|
|
<el-option |
|
|
|
v-for="item in cardType" |
|
|
|
:key="item.value" |
|
|
|
:label="item.label" |
|
|
|
:value="item.value" |
|
|
|
></el-option> |
|
|
|
</el-select> |
|
|
|
</div> |
|
|
|
<div class="form-group col-md-9"> |
|
|
|
<label>{{$t('profile.certificateNumber')}}*</label> |
|
|
|
<input |
|
|
|
type="text" |
|
|
|
required |
|
|
|
v-model="form.id_card" |
|
|
|
class="form-control" |
|
|
|
:placeholder="$t('profile.endterIDNumber')" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- <div class="label my-2 blue">{{$t('profile.addressInfo')}}</div> --> |
|
|
|
<!-- <div class="form-group"> |
|
|
|
<label>{{$t('profile.residentialAddress')}}*</label> |
|
|
|
<input |
|
|
|
type="text" |
|
|
|
required |
|
|
|
v-model="form.address" |
|
|
|
class="form-control" |
|
|
|
:placeholder="$t('profile.residentialAddress1')" |
|
|
|
/> |
|
|
|
</div> --> |
|
|
|
<!-- <div class="form-row"> |
|
|
|
<div class="form-group col-md-6"> |
|
|
|
<label>{{$t('profile.ciy')}}*</label> |
|
|
|
<input |
|
|
|
type="text" |
|
|
|
required |
|
|
|
v-model="form.city" |
|
|
|
class="form-control" |
|
|
|
:placeholder="$t('profile.incity')" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
<div class="form-group col-md-6"> |
|
|
|
<label>{{$t('profile.postalCode')}}*</label> |
|
|
|
<input |
|
|
|
type="text" |
|
|
|
required |
|
|
|
v-model="form.postal_code" |
|
|
|
class="form-control" |
|
|
|
:placeholder="$t('profile.thePostcode')" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
<!-- <div class="form-group"> |
|
|
|
<label>{{$t('profile.additionalInformation')}}({{$t('profile.optional')}})</label> |
|
|
|
<input type="text" v-model="form.extra" class="form-control" placeholder /> |
|
|
|
</div> --> |
|
|
|
<!-- <div class="label my-2 blue">{{$t('profile.contactInformation')}}</div> --> |
|
|
|
<div class="form-row" v-if="0"> |
|
|
|
<!-- <div class="form-group col-md-12"> --> |
|
|
|
<!-- <label>{{$t('profile.phoneNumber')}}*</label> --> |
|
|
|
<!-- <div class="input-group mb-3"> --> |
|
|
|
@ -129,7 +68,7 @@ |
|
|
|
>{{item.country_code}}({{item.name}})</el-dropdown-item> |
|
|
|
</el-dropdown-menu> |
|
|
|
</el-dropdown> --> |
|
|
|
<div class="form-group col-md-9"> |
|
|
|
<!-- <div class="form-group col-md-9"> |
|
|
|
<label>{{$t('profile.phoneNumber')}}*</label> |
|
|
|
<input |
|
|
|
type="text" |
|
|
|
@ -138,10 +77,73 @@ |
|
|
|
class="form-control" |
|
|
|
:placeholder="$t('profile.enterPhoneNumber')" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
<!-- </div> |
|
|
|
</div> --> |
|
|
|
</div> |
|
|
|
<div class="form-row"> |
|
|
|
<div class="form-group col-md-6"> |
|
|
|
<label>{{$t('profile.ciy')}}*</label> |
|
|
|
<input |
|
|
|
type="text" |
|
|
|
required |
|
|
|
v-model="form.city" |
|
|
|
class="form-control" |
|
|
|
:placeholder="$t('profile.incity')" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
<div class="form-group col-md-6"> |
|
|
|
<label>{{$t('profile.postalCode')}}*</label> |
|
|
|
<input |
|
|
|
type="text" |
|
|
|
required |
|
|
|
v-model="form.postal_code" |
|
|
|
class="form-control" |
|
|
|
:placeholder="$t('profile.thePostcode')" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="form-row"> |
|
|
|
<div class="form-group col-md-3"> |
|
|
|
<label>{{$t('profile.documentType')}}*</label> |
|
|
|
<el-select v-model="form.type" :placeholder="$t('profile.pelaseSelect')"> |
|
|
|
<el-option |
|
|
|
v-for="item in cardType" |
|
|
|
:key="item.value" |
|
|
|
:label="item.label" |
|
|
|
:value="item.value" |
|
|
|
></el-option> |
|
|
|
</el-select> |
|
|
|
</div> |
|
|
|
<div class="form-group col-md-9"> |
|
|
|
<label>{{$t('profile.certificateNumber')}}*</label> |
|
|
|
<input |
|
|
|
type="text" |
|
|
|
required |
|
|
|
v-model="form.id_card" |
|
|
|
class="form-control" |
|
|
|
:placeholder="$t('profile.endterIDNumber')" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- <div class="label my-2 blue">{{$t('profile.addressInfo')}}</div> --> |
|
|
|
<!-- <div class="form-group"> |
|
|
|
<label>{{$t('profile.residentialAddress')}}*</label> |
|
|
|
<input |
|
|
|
type="text" |
|
|
|
required |
|
|
|
v-model="form.address" |
|
|
|
class="form-control" |
|
|
|
:placeholder="$t('profile.residentialAddress1')" |
|
|
|
/> |
|
|
|
</div> --> |
|
|
|
|
|
|
|
<!-- <div class="form-group"> |
|
|
|
<label>{{$t('profile.additionalInformation')}}({{$t('profile.optional')}})</label> |
|
|
|
<input type="text" v-model="form.extra" class="form-control" placeholder /> |
|
|
|
</div> --> |
|
|
|
<!-- <div class="label my-2 blue">{{$t('profile.contactInformation')}}</div> --> |
|
|
|
|
|
|
|
<!-- <div class="text-center"> --> |
|
|
|
<!-- <button type="button" class="btn w-25 btn-primary rounded-pill" @click="primaryAuth" >{{$t('profile.nextStep')}}</button> --> |
|
|
|
<!-- <button |
|
|
|
|