|
|
|
@ -355,35 +355,35 @@
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="control-label col-sm-2">* Terms and Conditions | 条款</label>
|
|
|
|
|
<div class="col-sm-4">
|
|
|
|
|
<div class="form-control-static">
|
|
|
|
|
<button class="btn btn-primary" type="button" ng-if="('110'|withRole)"
|
|
|
|
|
ngf-select="uploadTermsFile($file)">
|
|
|
|
|
<i class="fa fa-upload"></i> Upload
|
|
|
|
|
</button>
|
|
|
|
|
<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="termsFileProgress.value" ng-if="termsFileProgress"></uib-progressbar>
|
|
|
|
|
<table>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr ng-repeat="file_src in file.upay_terms_conditions track by $index">
|
|
|
|
|
<td ng-bind="$index+1+'.'" class="btn">1</td>
|
|
|
|
|
<td><a target="_blank" ng-href="{{file_src.file_value}}">
|
|
|
|
|
<img ng-src="{{file_src.file_value}}" class="col-sm-8"
|
|
|
|
|
onerror="this.src='/static/images/file_close.png'">
|
|
|
|
|
</a>
|
|
|
|
|
<button class="btn btn-danger" type="button" ng-if="('10'|withRole) || (('100'|withRole) && (!partner.upay_approve_result || partner.upay_approve_result==0 || partner.upay_approve_result==5 || partner.upay_approve_result==4))"
|
|
|
|
|
ng-click="deleteMWComplianceFiles(file_src.file_id)">
|
|
|
|
|
X
|
|
|
|
|
</button>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
<!--<div class="form-group">
|
|
|
|
|
<label class="control-label col-sm-2">* Terms and Conditions | 条款</label>
|
|
|
|
|
<div class="col-sm-4">
|
|
|
|
|
<div class="form-control-static">
|
|
|
|
|
<button class="btn btn-primary" type="button" ng-if="('110'|withRole)"
|
|
|
|
|
ngf-select="uploadTermsFile($file)">
|
|
|
|
|
<i class="fa fa-upload"></i> Upload
|
|
|
|
|
</button>
|
|
|
|
|
<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="termsFileProgress.value" ng-if="termsFileProgress"></uib-progressbar>
|
|
|
|
|
<table>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr ng-repeat="file_src in file.upay_terms_conditions track by $index">
|
|
|
|
|
<td ng-bind="$index+1+'.'" class="btn">1</td>
|
|
|
|
|
<td><a target="_blank" ng-href="{{file_src.file_value}}">
|
|
|
|
|
<img ng-src="{{file_src.file_value}}" class="col-sm-8"
|
|
|
|
|
onerror="this.src='/static/images/file_close.png'">
|
|
|
|
|
</a>
|
|
|
|
|
<button class="btn btn-danger" type="button" ng-if="('10'|withRole) || (('100'|withRole) && (!partner.upay_approve_result || partner.upay_approve_result==0 || partner.upay_approve_result==5 || partner.upay_approve_result==4))"
|
|
|
|
|
ng-click="deleteMWComplianceFiles(file_src.file_id)">
|
|
|
|
|
X
|
|
|
|
|
</button>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
</div>-->
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="control-label col-sm-2">* Detailed Business Description|详细的业务描述</label>
|
|
|
|
|
<div class="col-sm-4">
|
|
|
|
|