|
|
|
@ -15,7 +15,8 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="box-body" ng-if="progress.processing">
|
|
|
|
|
<h4>{{progress.progress_id}} - {{progress.plan_remark}}|{{progress.current_step}}</h4>
|
|
|
|
|
<uib-progressbar value="progress.progress" animate="true" max-value="100"></uib-progressbar>
|
|
|
|
|
<uib-progressbar value="progress.progress" animate="true" max-value="100">{{progress.progress}}%
|
|
|
|
|
</uib-progressbar>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="box box-info">
|
|
|
|
@ -70,14 +71,18 @@
|
|
|
|
|
ng-if="task.whitelist_clients.length">
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>#</th>
|
|
|
|
|
<th>Client Moniker</th>
|
|
|
|
|
<th>Company Name</th>
|
|
|
|
|
<th>BD Name</th>
|
|
|
|
|
<th>Clean Days</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr ng-repeat="cli in task.whitelist_clients">
|
|
|
|
|
<td ng-bind="$index+1"></td>
|
|
|
|
|
<td ng-bind="cli.client_moniker"></td>
|
|
|
|
|
<td ng-bind="cli.company_name"></td>
|
|
|
|
|
<td ng-bind="cli.bd_user_name"></td>
|
|
|
|
|
<td ng-bind="cli.clean_days"></td>
|
|
|
|
|
</tr>
|
|
|
|
@ -105,7 +110,9 @@
|
|
|
|
|
<table class="table table-bordered table-striped table-hover">
|
|
|
|
|
<thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>#</th>
|
|
|
|
|
<th>Client Moniker</th>
|
|
|
|
|
<th>Company Name</th>
|
|
|
|
|
<th>BD Name</th>
|
|
|
|
|
<th>Clean Days</th>
|
|
|
|
|
<th>Operation</th>
|
|
|
|
@ -113,7 +120,9 @@
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
<tr ng-repeat="cli in editingTask.whitelist_clients">
|
|
|
|
|
<td ng-bind="$index+1"></td>
|
|
|
|
|
<td ng-bind="cli.client_moniker"></td>
|
|
|
|
|
<td ng-bind="cli.company_name"></td>
|
|
|
|
|
<td ng-bind="cli.bd_user_name"></td>
|
|
|
|
|
<td ng-bind="cli.clean_days"></td>
|
|
|
|
|
<td>
|
|
|
|
|