|
|
|
@ -0,0 +1,154 @@
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
img {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
<div class="panel panel-default">
|
|
|
|
|
<div class="panel-body">
|
|
|
|
|
<div class="form-horizontal">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="control-label col-sm-2">* bank statement</label>
|
|
|
|
|
<div class="col-sm-4">
|
|
|
|
|
<div class="form-control-static">
|
|
|
|
|
<button class="btn btn-primary" type="button"
|
|
|
|
|
ngf-select="uploadBankFile($file)" ng-hide="currentUser.approve_result == 1">
|
|
|
|
|
<i class="fa fa-upload"></i> Upload
|
|
|
|
|
</button>
|
|
|
|
|
<a ng-if="file.client_bank_file" role="button" class="btn-group btn btn-warning" type="button" ng-href="{{file.client_bank_file}}" target="_blank"><i class="fa fa-download"></i></a>
|
|
|
|
|
<i class="fa fa-check-square-o check-i" aria-hidden="true" style="float: none" ng-if="$root.complianceCheck.authFile"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<uib-progressbar value="bankFileProgress.value" ng-if="bankFileProgress"></uib-progressbar>
|
|
|
|
|
<a ng-if="bankIsImage" target="_blank" ng-href="{{file.client_bank_file}}">
|
|
|
|
|
<img ng-src="{{file.client_bank_file}}" class="col-sm-8"></a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<div class="form-control-static">
|
|
|
|
|
<p>Example:请保证图片信息清晰可见,如下图</p>
|
|
|
|
|
<img class="col-sm-6" style="border: 1px solid #ddd"
|
|
|
|
|
src="https://file.royalpay.com.au/open/2017/03/07/1488859920633_5ruVtDa30yY2ytBSDAAqxg0Ob2nreh.jpeg">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="control-label col-sm-2">* Certificate of Registration</label>
|
|
|
|
|
<div class="col-sm-4">
|
|
|
|
|
<div class="form-control-static">
|
|
|
|
|
<button class="btn btn-primary" type="button"
|
|
|
|
|
ngf-select="uploadCompanyFile($file)" ng-hide="currentUser.approve_result == 1">
|
|
|
|
|
<i class="fa fa-upload"></i> Upload
|
|
|
|
|
</button>
|
|
|
|
|
<a ng-if="file.client_company_file" role="button" class="btn-group btn btn-warning" type="button" ng-href="{{file.client_company_file}}" target="_blank"><i class="fa fa-download"></i></a>
|
|
|
|
|
<i class="fa fa-check-square-o check-i" aria-hidden="true" style="float: none" ng-if="$root.complianceCheck.authFile"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<uib-progressbar value="companyFileProgress.value" ng-if="companyFileProgress"></uib-progressbar>
|
|
|
|
|
<a ng-if="companyIsImage" ng-href="{{file.client_company_file}}" target="_blank">
|
|
|
|
|
<img ng-src="{{file.client_company_file}}" class="col-sm-8"></a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<div class="form-control-static">
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<p>Example:公司请提供以下文件图片</p>
|
|
|
|
|
<img class="col-xs-12" style="border: 1px solid #ddd"
|
|
|
|
|
src="https://file.royalpay.com.au/open/2017/03/07/1488865011738_mW91ylSb5V1NJYu8jxvBPGNN49Zyel.jpeg">
|
|
|
|
|
<!--<img class="col-sm-12" src="https://file.royalpay.com.au/open/2017/03/07/1488864017622_BppIfz1yhMeoF0Z49rHt2gZIfVOihA.jpeg">-->
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<p>sole trade(个体户),partnership(合伙),trust(信托)请在http://abr.business.gov.au,将查询结果截图上传</p>
|
|
|
|
|
<img class="col-sm-12" style="border: 1px solid #ddd"
|
|
|
|
|
src="https://file.royalpay.com.au/open/2017/03/07/1488860564017_37spL6phUySM27oRtO4cQ7FOJblYJ6.jpeg">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="control-label col-sm-2">* ID </label>
|
|
|
|
|
<div class="col-sm-4">
|
|
|
|
|
<div class="form-control-static">
|
|
|
|
|
<button class="btn btn-primary" type="button"
|
|
|
|
|
ngf-select="uploadIDFile($file)" ng-hide="currentUser.approve_result == 1">
|
|
|
|
|
<i class="fa fa-upload"></i> Upload
|
|
|
|
|
</button>
|
|
|
|
|
<a ng-if="file.client_id_file" role="button" class="btn-group btn btn-warning" type="button" ng-href="{{file.client_id_file}}" target="_blank"><i class="fa fa-download"></i></a>
|
|
|
|
|
<i class="fa fa-check-square-o check-i" aria-hidden="true" style="float: none" ng-if="$root.complianceCheck.authFile"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<uib-progressbar value="idFileProgress.value" ng-if="idFileProgress"></uib-progressbar>
|
|
|
|
|
<a ng-if="idIsImage" ng-href="{{file.client_id_file}}" target="_blank">
|
|
|
|
|
<img ng-src="{{file.client_id_file}}" class="col-sm-8"></a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<div class="form-control-static">
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<p>Example:请保证图片(护照或驾照)信息清晰可见,如下图</p>
|
|
|
|
|
<img class="col-xs-12" style="border: 1px solid #ddd"
|
|
|
|
|
src="https://file.royalpay.com.au/open/2017/06/29/1498725651779_OPiqOP1dGnTpaxPsCR3P9lVrp4384b.jpg">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<br/>
|
|
|
|
|
<br/>
|
|
|
|
|
<img class="col-sm-12" style="border: 1px solid #ddd"
|
|
|
|
|
src="https://file.royalpay.com.au/open/2017/06/29/1498725678615_Bv2tzUtihY5U6YK9ScveXzKkVWOnrF.jpg">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- <div class="form-horizontal">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="control-label col-sm-2">* Agreement</label>
|
|
|
|
|
<div class="col-sm-4">
|
|
|
|
|
<div class="form-control-static">
|
|
|
|
|
<button class="btn btn-primary" type="button"
|
|
|
|
|
ngf-select="uploadAgreementFile($file)" ng-hide="currentUser.approve_result == 1">
|
|
|
|
|
<i class="fa fa-upload"></i> Upload
|
|
|
|
|
</button>
|
|
|
|
|
<a ng-if="file.client_agree_file" role="button" class="btn-group btn btn-warning" type="button" ng-href="{{file.client_agree_file}}" target="_blank"><i class="fa fa-download"></i></a>
|
|
|
|
|
<i class="fa fa-check-square-o check-i" aria-hidden="true" style="float: none" ng-if="$root.complianceCheck.authFile"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<uib-progressbar value="agreementFileProgress.value" ng-if="agreementFileProgress"></uib-progressbar>
|
|
|
|
|
<a ng-if="agreeIsImage" target="_blank" ng-href="{{file.client_agree_file}}">
|
|
|
|
|
<img ng-src="{{file.client_agree_file}}" class="col-sm-8"></a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<div class="form-control-static">
|
|
|
|
|
<p>Example:请保证图片信息清晰可见,如下图</p>
|
|
|
|
|
<img class="col-sm-6" style="border: 1px solid #ddd"
|
|
|
|
|
src="https://file.royalpay.com.au/open/2017/06/15/1497454561900_5mf5KC4WGkXyFynv025JlTukAq8BqX.png">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-horizontal">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="control-label col-sm-2">Application Form(optional)</label>
|
|
|
|
|
<div class="col-sm-4">
|
|
|
|
|
<div class="form-control-static" ng-if="currentUser." ng-hide="currentUser.approve_result == 1">
|
|
|
|
|
<button class="btn btn-primary" type="button"
|
|
|
|
|
ngf-select="uploadApplyFile($file)">
|
|
|
|
|
<i class="fa fa-upload"></i> Upload
|
|
|
|
|
</button>
|
|
|
|
|
<a ng-if="file.client_apply_file" role="button" class="btn-group btn btn-warning" type="button" ng-href="{{file.client_apply_file}}" target="_blank"><i class="fa fa-download"></i></a>
|
|
|
|
|
<i class="fa fa-check-square-o check-i" style="float: none" aria-hidden="true"ng-if="$root.complianceCheck.authFile"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<uib-progressbar value="bankFileProgress.value" ng-if="applyFileProgress"></uib-progressbar>
|
|
|
|
|
<a ng-if="applyIsImage" target="_blank" ng-href="{{file.client_apply_file}}">
|
|
|
|
|
<img ng-src="{{file.client_apply_file}}" class="col-sm-8"></a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<div class="form-control-static">
|
|
|
|
|
<p>Example:请保证图片信息清晰可见,如下图</p>
|
|
|
|
|
<img class="col-sm-6" style="border: 1px solid #ddd"
|
|
|
|
|
src="https://file.royalpay.com.au/open/2017/06/15/1497454548133_uSn0TP2uQNLEfnMB57CMrxG2jTOWHG.png">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>-->
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--<div class="margin-bottom margin-top">-->
|
|
|
|
|
<!--<button class="btn-group btn btn-success" type="button" ng-click="updateFile()">Save-->
|
|
|
|
|
<!--</button>-->
|
|
|
|
|
<!--</div>-->
|