|
|
@ -385,6 +385,23 @@
|
|
|
|
<input type="text" class="form-control" ng-model="partner.company_name" name="company_name"
|
|
|
|
<input type="text" class="form-control" ng-model="partner.company_name" name="company_name"
|
|
|
|
placeholder="Company Name" required maxlength="80">
|
|
|
|
placeholder="Company Name" required maxlength="80">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
|
|
|
<label class="control-label col-sm-2">* Logo</label>
|
|
|
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
|
|
|
<div class="form-control-static">
|
|
|
|
|
|
|
|
<button class="btn btn-success" type="button"
|
|
|
|
|
|
|
|
ngf-select="uploadLogo($file)"
|
|
|
|
|
|
|
|
accept="image/*">
|
|
|
|
|
|
|
|
<i class="fa fa-upload"></i> Upload Logo
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<uib-progressbar value="logoProgress.value"
|
|
|
|
|
|
|
|
ng-if="logoProgress"></uib-progressbar>
|
|
|
|
|
|
|
|
<img ng-src="{{partner.logo_url}}" ng-if="partner.logo_url" style="height: 100px;">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="form-group has-feedback"
|
|
|
|
<div class="form-group has-feedback"
|
|
|
|
ng-class="{'has-error':companyForm.abn.$invalid && companyForm.abn.$dirty}">
|
|
|
|
ng-class="{'has-error':companyForm.abn.$invalid && companyForm.abn.$dirty}">
|
|
|
|
<input class="form-control" ng-model="partner.abn" placeholder="ABN"
|
|
|
|
<input class="form-control" ng-model="partner.abn" placeholder="ABN"
|
|
|
@ -567,6 +584,24 @@
|
|
|
|
MiniProgram</a>
|
|
|
|
MiniProgram</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="form-group" ng-if="partner.client_pay_type.indexOf('1')>=0"
|
|
|
|
|
|
|
|
ng-class="{'has-error':partnerForm.company_website.$invalid && partnerForm.company_website.$dirty}">
|
|
|
|
|
|
|
|
<label class="control-label col-sm-2" for="company_website-input">*
|
|
|
|
|
|
|
|
Website</label>
|
|
|
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
|
|
|
<input type="text" name="company_website" class="form-control"
|
|
|
|
|
|
|
|
ng-model="partner.company_website"
|
|
|
|
|
|
|
|
id="company_website-input" required maxlength="200">
|
|
|
|
|
|
|
|
<div ng-messages="partnerForm.company_website.$error"
|
|
|
|
|
|
|
|
ng-if="partnerForm.company_website.$dirty">
|
|
|
|
|
|
|
|
<p class="small text-danger" ng-message="required">Required
|
|
|
|
|
|
|
|
Field</p>
|
|
|
|
|
|
|
|
<p class="small text-danger" ng-message="maxlength">Less
|
|
|
|
|
|
|
|
Than 200
|
|
|
|
|
|
|
|
Characters(including symbols and spaces)</p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div ng-if="partner.client_pay_type.indexOf('2')>=0">
|
|
|
|
<div ng-if="partner.client_pay_type.indexOf('2')>=0">
|
|
|
|
<div class="form-group"
|
|
|
|
<div class="form-group"
|
|
|
|
ng-class="{'has-error':partnerForm.client_offline.$invalid && partnerForm.client_offline.$dirty}">
|
|
|
|
ng-class="{'has-error':partnerForm.client_offline.$invalid && partnerForm.client_offline.$dirty}">
|
|
|
@ -595,6 +630,38 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="form-group" ng-if="partner.client_pay_type.indexOf('2')>=0">
|
|
|
|
|
|
|
|
<label class="control-label col-sm-2">* Shop Photo</label>
|
|
|
|
|
|
|
|
<div class="col-sm-4">
|
|
|
|
|
|
|
|
<div class="form-control-static"><em>1:</em>
|
|
|
|
|
|
|
|
<button class="btn btn-primary" type="button"
|
|
|
|
|
|
|
|
ngf-select="uploadShopPhoto($file)" accept="image/*">
|
|
|
|
|
|
|
|
<i class="fa fa-upload"></i> Upload Shop Photo1
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<uib-progressbar value="shopPhotoProgress.value"
|
|
|
|
|
|
|
|
ng-if="shopPhotoProgress"></uib-progressbar>
|
|
|
|
|
|
|
|
<a target="_blank" ng-if="partner.company_photo" ng-href="{{partner.company_photo}}">
|
|
|
|
|
|
|
|
<img ng-src="{{partner.company_photo}}"
|
|
|
|
|
|
|
|
ng-if="partner.company_photo"
|
|
|
|
|
|
|
|
class="thumbnail img-size col-sm-9">
|
|
|
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="col-sm-4">
|
|
|
|
|
|
|
|
<div class="form-control-static"><em>2:</em>
|
|
|
|
|
|
|
|
<button class="btn btn-primary" type="button"
|
|
|
|
|
|
|
|
ngf-select="uploadStorePhoto($file)" accept="image/*">
|
|
|
|
|
|
|
|
<i class="fa fa-upload"></i> Upload Shop Photo2
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<uib-progressbar value="storePhotoProgress.value"
|
|
|
|
|
|
|
|
ng-if="storePhotoProgress"></uib-progressbar>
|
|
|
|
|
|
|
|
<a target="_blank" ng-if="partner.store_photo" ng-href="{{partner.store_photo}}">
|
|
|
|
|
|
|
|
<img ng-src="{{partner.store_photo}}" ng-if="partner.store_photo"
|
|
|
|
|
|
|
|
class="thumbnail img-size col-sm-9">
|
|
|
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div ng-if="partner.client_pay_desc.indexOf('203')>=0">
|
|
|
|
<div ng-if="partner.client_pay_desc.indexOf('203')>=0">
|
|
|
|
<div class="form-group"
|
|
|
|
<div class="form-group"
|
|
|
|
ng-class="{'has-error':partnerForm.client_offline.$invalid && partnerForm.client_offline.$dirty}">
|
|
|
|
ng-class="{'has-error':partnerForm.client_offline.$invalid && partnerForm.client_offline.$dirty}">
|
|
|
@ -796,225 +863,6 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
<!-- <form novalidate name="materialsForm" action="" method="post" ng-show="chooseArray[4]">
|
|
|
|
|
|
|
|
<div class="form-horizontal" style="text-align: left">
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
|
|
|
<label class="control-label col-sm-2">* Shop Photo</label>
|
|
|
|
|
|
|
|
<div class="col-sm-5">
|
|
|
|
|
|
|
|
<div class="form-control-static">
|
|
|
|
|
|
|
|
<button class="btn btn-primary" type="button"
|
|
|
|
|
|
|
|
ngf-select="uploadShopPhoto($file)" accept="image/*" ngf-max-size="2MB">
|
|
|
|
|
|
|
|
<i class="fa fa-upload"></i> Upload Shop Photo1
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<uib-progressbar value="shopPhotoProgress.value"
|
|
|
|
|
|
|
|
ng-if="shopPhotoProgress"></uib-progressbar>
|
|
|
|
|
|
|
|
<img ng-src="{{partner.company_photo}}" ng-if="partner.company_photo"
|
|
|
|
|
|
|
|
class="thumbnail img-size col-sm-9">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="col-sm-5">
|
|
|
|
|
|
|
|
<div class="form-control-static">
|
|
|
|
|
|
|
|
<button class="btn btn-primary" type="button"
|
|
|
|
|
|
|
|
ngf-select="uploadStorePhoto($file)" accept="image/*"
|
|
|
|
|
|
|
|
ngf-max-size="2MB">
|
|
|
|
|
|
|
|
<i class="fa fa-upload"></i> Upload Shop Photo2
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<uib-progressbar value="storePhotoProgress.value"
|
|
|
|
|
|
|
|
ng-if="storePhotoProgress"></uib-progressbar>
|
|
|
|
|
|
|
|
<img ng-src="{{partner.store_photo}}" ng-if="partner.store_photo"
|
|
|
|
|
|
|
|
class="thumbnail img-size col-sm-9">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
|
|
|
<label class="control-label col-sm-2">Logo</label>
|
|
|
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
|
|
|
<div class="form-control-static">
|
|
|
|
|
|
|
|
<button class="btn btn-success" type="button" ngf-select="uploadLogo($file)"
|
|
|
|
|
|
|
|
accept="image/*" ngf-max-size="1MB">
|
|
|
|
|
|
|
|
<i class="fa fa-upload"></i> Upload Logo
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<uib-progressbar value="logoProgress.value" ng-if="logoProgress"></uib-progressbar>
|
|
|
|
|
|
|
|
<img ng-src="{{partner.logo_url}}" ng-if="partner.logo_url" style="height: 100px;">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<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)">
|
|
|
|
|
|
|
|
<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 img-responsive" 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)">
|
|
|
|
|
|
|
|
<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 img-responsive" 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 img-responsive" 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)">
|
|
|
|
|
|
|
|
<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 img-responsive" 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 img-responsive" 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)">
|
|
|
|
|
|
|
|
<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 img-responsive" 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">
|
|
|
|
|
|
|
|
<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 img-responsive" style="border: 1px solid #ddd"
|
|
|
|
|
|
|
|
src="https://file.royalpay.com.au/open/2017/06/15/1497454548133_uSn0TP2uQNLEfnMB57CMrxG2jTOWHG.png">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
|
|
|
|
<div class="col-xs-12 margin-bottom">
|
|
|
|
|
|
|
|
<button type="button" class="btn btn-success btn-block btn-flat"
|
|
|
|
|
|
|
|
ng-click="submit(materialsForm)">Submit
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
|
|
|
<p ng-if="resError" style="padding: 6px 12px;font-size: 14px;"
|
|
|
|
|
|
|
|
class="small text-danger">{{resError}}</p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</form>-->
|
|
|
|
|
|
|
|
<form ng-show="chooseArray[4]">
|
|
|
|
<form ng-show="chooseArray[4]">
|
|
|
|
<div class="success_img">
|
|
|
|
<div class="success_img">
|
|
|
|
<img height="60" width="60" src="static/images/step/gou.png">
|
|
|
|
<img height="60" width="60" src="static/images/step/gou.png">
|
|
|
|