|
|
|
@ -579,6 +579,25 @@
|
|
|
|
|
Characters(including symbols and spaces)</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group"
|
|
|
|
|
ng-class="{'has-error':partnerForm.contact_job.$invalid && partnerForm.contact_job.$dirty}">
|
|
|
|
|
<label class="control-label col-sm-2" for="contact_job-id">*
|
|
|
|
|
Job title</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input class="form-control" ng-model="partner.contact_job"
|
|
|
|
|
required
|
|
|
|
|
name="legal_representative_job" id="contact_job-id"
|
|
|
|
|
maxlength="50">
|
|
|
|
|
</div>
|
|
|
|
|
<div ng-messages="partnerForm.contact_job.$error"
|
|
|
|
|
ng-if="partnerForm.contact_job.$dirty">
|
|
|
|
|
<p class="small text-danger" ng-message="required">Required
|
|
|
|
|
Field</p>
|
|
|
|
|
<p class="small text-danger" ng-message="maxlength">Less Than 50
|
|
|
|
|
Characters(including symbols and spaces)</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div>
|
|
|
|
|
<label><input type="checkbox" ng-click="checkboxOnclick(this)">Legal Representative Same As Contact Information</label>
|
|
|
|
|
</div>
|
|
|
|
@ -587,7 +606,7 @@
|
|
|
|
|
|
|
|
|
|
<hr/>
|
|
|
|
|
<div> Legal Representative</div>
|
|
|
|
|
<div class="panel-body">
|
|
|
|
|
<div class="panel-body" ng-if="role !='compliance'">
|
|
|
|
|
<div class="form-horizontal">
|
|
|
|
|
<div class="form-group"
|
|
|
|
|
ng-class="{'has-error':partnerForm.legal_representative_person.$invalid && partnerForm.legal_representative_person.$dirty}">
|
|
|
|
@ -664,6 +683,82 @@
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="panel-body" ng-if="role=='compliance'">
|
|
|
|
|
<div class="form-horizontal">
|
|
|
|
|
<div class="form-group"
|
|
|
|
|
ng-class="{'has-error':partnerForm.legal_representative_person.$invalid && partnerForm.legal_representative_person.$dirty}">
|
|
|
|
|
<label class="control-label col-sm-2" for="legal_representative_person-input">*
|
|
|
|
|
Representative Name</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input class="form-control" ng-model="partner.legal_representative_person"
|
|
|
|
|
name="legal_representative_person"
|
|
|
|
|
id="legal_representative_person-input" maxlength="50">
|
|
|
|
|
<div ng-messages="partnerForm.legal_representative_person.$error"
|
|
|
|
|
ng-if="partnerForm.legal_representative_person.$dirty">
|
|
|
|
|
<p class="small text-danger" ng-message="required">Required
|
|
|
|
|
Field</p>
|
|
|
|
|
<p class="small text-danger" ng-message="maxlength">Less
|
|
|
|
|
Than 50
|
|
|
|
|
Characters(including symbols and spaces)</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group"
|
|
|
|
|
ng-class="{'has-error':partnerForm.legal_representative_phone.$invalid && partnerForm.legal_representative_phone.$dirty}">
|
|
|
|
|
<label class="control-label col-sm-2" for="legal_representative_phone-input">* Phone</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input type="text" class="form-control" ng-model="partner.legal_representative_phone"
|
|
|
|
|
name="legal_representative_phone" id="legal_representative_phone-input" maxlength="20">
|
|
|
|
|
</div>
|
|
|
|
|
<div ng-messages="partnerForm.legal_representative_phone.$error"
|
|
|
|
|
ng-if="partnerForm.legal_representative_phone.$dirty">
|
|
|
|
|
<p class="small text-danger" ng-message="required">Required Field</p>
|
|
|
|
|
<p class="small text-danger" ng-message="maxlength">Less Than 20
|
|
|
|
|
Characters(including symbols and spaces)</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group"
|
|
|
|
|
ng-class="{'has-error':partnerForm.legal_representative_email.$invalid && partnerForm.legal_representative_email.$dirty}">
|
|
|
|
|
<label class="control-label col-sm-2" for="legal_representative_email-id">*
|
|
|
|
|
E-mail</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input class="form-control" ng-model="partner.legal_representative_email"
|
|
|
|
|
name="legal_representative_email" id="legal_representative_email-id"
|
|
|
|
|
maxlength="50">
|
|
|
|
|
</div>
|
|
|
|
|
<div ng-messages="partnerForm.legal_representative_email.$error"
|
|
|
|
|
ng-if="partnerForm.legal_representative_email.$dirty">
|
|
|
|
|
<p class="small text-danger" ng-message="required">Required
|
|
|
|
|
Field</p>
|
|
|
|
|
<p class="small text-danger" ng-message="maxlength">Less Than 50
|
|
|
|
|
Characters(including symbols and spaces)</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group"
|
|
|
|
|
ng-class="{'has-error':partnerForm.legal_representative_job.$invalid && partnerForm.legal_representative_job.$dirty}">
|
|
|
|
|
<label class="control-label col-sm-2" for="legal_representative_job-id">*
|
|
|
|
|
Job title</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input class="form-control" ng-model="partner.legal_representative_job"
|
|
|
|
|
name="legal_representative_job" id="legal_representative_job-id"
|
|
|
|
|
maxlength="50">
|
|
|
|
|
</div>
|
|
|
|
|
<div ng-messages="partnerForm.legal_representative_email.$error"
|
|
|
|
|
ng-if="partnerForm.legal_representative_email.$dirty">
|
|
|
|
|
<p class="small text-danger" ng-message="required">Required
|
|
|
|
|
Field</p>
|
|
|
|
|
<p class="small text-danger" ng-message="maxlength">Less Than 50
|
|
|
|
|
Characters(including symbols and spaces)</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!--end 商户联系资料-->
|
|
|
|
@ -769,7 +864,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<hr/>
|
|
|
|
|
<div> Registered Office Address</div>
|
|
|
|
|
<div class="panel-body">
|
|
|
|
|
<div class="panel-body" ng-if="role !='compliance'">
|
|
|
|
|
<div class="form-horizontal">
|
|
|
|
|
<div class="form-group col-sm-6"
|
|
|
|
|
ng-class="{'has-error':partnerForm.address.$invalid && partnerForm.address.$dirty}">
|
|
|
|
@ -830,7 +925,85 @@
|
|
|
|
|
<label class="control-label col-sm-4" for="registered_state-input">*
|
|
|
|
|
State</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<select class="form-control" name="state" required
|
|
|
|
|
<select class="form-control" name="registered_state" required
|
|
|
|
|
ng-model="partner.registered_state"
|
|
|
|
|
id="registered_state-input"
|
|
|
|
|
ng-options="state.value as state.label for state in states">
|
|
|
|
|
<option value="">Please Choose</option>
|
|
|
|
|
</select>
|
|
|
|
|
<div ng-messages="partnerForm.registered_state.$error"
|
|
|
|
|
ng-if="partnerForm.registered_state.$dirty">
|
|
|
|
|
<p class="small text-danger" ng-message="required">Required
|
|
|
|
|
Field</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="panel-body" ng-if="role=='compliance'">
|
|
|
|
|
<div class="form-horizontal">
|
|
|
|
|
<div class="form-group col-sm-6"
|
|
|
|
|
ng-class="{'has-error':partnerForm.address.$invalid && partnerForm.address.$dirty}">
|
|
|
|
|
<label class="control-label col-sm-4" for="registered_address-input">*
|
|
|
|
|
Registered Office Address</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<textarea class="form-control" ng-model="partner.registered_address"
|
|
|
|
|
name="registered_address"
|
|
|
|
|
id="registered_address-input" maxlength="200" ></textarea>
|
|
|
|
|
<div ng-messages="partnerForm.registered_address.$error"
|
|
|
|
|
ng-if="partnerForm.registered_address.$dirty">
|
|
|
|
|
<p class="small text-danger" ng-message="maxlength">Less
|
|
|
|
|
Than 200
|
|
|
|
|
Characters(including symbols and spaces)</p>
|
|
|
|
|
<p class="small text-danger" ng-message="required">Required
|
|
|
|
|
Field</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group col-sm-6"
|
|
|
|
|
ng-class="{'has-error':partnerForm.registered_suburb.$invalid && partnerForm.registered_suburb.$dirty}">
|
|
|
|
|
<label class="control-label col-sm-4" for="registered_suburb-input">*
|
|
|
|
|
Suburb</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input class="form-control" ng-model="partner.registered_suburb"
|
|
|
|
|
name="registered_suburb"
|
|
|
|
|
id="registered_suburb-input" maxlength="50">
|
|
|
|
|
<div ng-messages="partnerForm.registered_suburb.$error"
|
|
|
|
|
ng-if="partnerForm.registered_suburb.$dirty">
|
|
|
|
|
<p class="small text-danger" ng-message="maxlength">Less
|
|
|
|
|
Than 50
|
|
|
|
|
Characters(including symbols and spaces)</p>
|
|
|
|
|
<p class="small text-danger" ng-message="required">Required
|
|
|
|
|
Field</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group col-sm-6"
|
|
|
|
|
ng-class="{'has-error':partnerForm.registered_postcode.$invalid && partnerForm.registered_postcode.$dirty}">
|
|
|
|
|
<label class="control-label col-sm-4" for="registered_postcode-input">*
|
|
|
|
|
PostCode</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input class="form-control" ng-model="partner.registered_postcode"
|
|
|
|
|
name="registered_postcode"
|
|
|
|
|
id="registered_postcode-input" maxlength="10">
|
|
|
|
|
<div ng-messages="partnerForm.registered_postcode.$error"
|
|
|
|
|
ng-if="partnerForm.registered_postcode.$dirty">
|
|
|
|
|
<p class="small text-danger" ng-message="maxlength">Less
|
|
|
|
|
Than 10
|
|
|
|
|
Characters(including symbols and spaces)</p>
|
|
|
|
|
<p class="small text-danger" ng-message="required">Required
|
|
|
|
|
Field</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group col-sm-6"
|
|
|
|
|
ng-class="{'has-error':partnerForm.registered_state.$invalid && partnerForm.registered_state.$dirty}">
|
|
|
|
|
<label class="control-label col-sm-4" for="registered_state-input">*
|
|
|
|
|
State</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<select class="form-control" name="registered_state"
|
|
|
|
|
ng-model="partner.registered_state"
|
|
|
|
|
id="registered_state-input"
|
|
|
|
|
ng-options="state.value as state.label for state in states">
|
|
|
|
|