|
|
@@ -425,7 +425,7 @@
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
- <tr ng-repeat="item in billData track by $index" on-finish-render>
|
|
|
+ <tr ng-repeat="item in billData track by $index" on-finish-render >
|
|
|
<td style="width: 60px;">
|
|
|
<lable class="check-act">
|
|
|
<input type="checkbox" id={{$index+1}} ng-checked="item.checked" ng-click="checkInvoice(item)" />
|