|
|
@ -147,28 +147,9 @@
|
|
|
|
<label class="control-label col-sm-2">* Agreement</label>
|
|
|
|
<label class="control-label col-sm-2">* Agreement</label>
|
|
|
|
<div class="col-sm-4">
|
|
|
|
<div class="col-sm-4">
|
|
|
|
<div class="form-control-static">
|
|
|
|
<div class="form-control-static">
|
|
|
|
<button class="btn btn-primary" type="button"
|
|
|
|
<a href="static/payment/partner/templates/contract_for_compliance.html" target="_blank" >签订合同</a>
|
|
|
|
ngf-select="uploadAgreementFile($file)"
|
|
|
|
|
|
|
|
ng-if="file.client_agree_file.file_write && file.file_company.status != 0 && file.file_company.status!=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>
|
|
|
|
</div>
|
|
|
|
<uib-progressbar value="agreementFileProgress.value" ng-if="agreementFileProgress"></uib-progressbar>
|
|
|
|
|
|
|
|
<!-- <a ng-if="agreeIsImage" target="_blank" ng-repeat="src in file.client_agree_file" ng-href="{{src}}">
|
|
|
|
|
|
|
|
<img ng-src="{{src}}" class="col-sm-8"></a>-->
|
|
|
|
|
|
|
|
<table>
|
|
|
|
|
|
|
|
<tbody>
|
|
|
|
|
|
|
|
<tr ng-repeat="file_src in file.client_agree_file.file_value track by $index">
|
|
|
|
|
|
|
|
<td ng-bind="$index+1+'.'" class="btn">1</td>
|
|
|
|
|
|
|
|
<td><a ng-if="bankIsImage" target="_blank" ng-href="{{file_src.file_value}}">
|
|
|
|
|
|
|
|
<img ng-src="{{file_src.file_value}}" class="col-sm-8">
|
|
|
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<button class="btn btn-danger" type="button" ng-click="deleteComplianceFiles(file_src.file_id)" ng-if="file.client_agree_file.file_write && file_src.status !=1 && file.file_company.status != 0 && file.file_company.status!=1">X</button>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
</tbody></table>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-6">
|
|
|
|
<div class="col-sm-6">
|
|
|
|
<div class="form-control-static">
|
|
|
|
<div class="form-control-static">
|
|
|
|