|
|
@@ -17,7 +17,7 @@
|
|
|
|
|
|
.add-apCheckList .table-header-wrap {
|
|
|
background: #f9f9f9;
|
|
|
- /*overflow-x: hidden;*/
|
|
|
+ overflow-x: hidden;
|
|
|
overflow-y: scroll;
|
|
|
}
|
|
|
|
|
|
@@ -245,7 +245,7 @@
|
|
|
|
|
|
</style>
|
|
|
|
|
|
-<div class="pane base-info-content fr" id="order-detail-list">
|
|
|
+<div class="pane base-info-content fr">
|
|
|
<div class="add-apCheckList">
|
|
|
<div class="pub-com_head">
|
|
|
<span>新增对账单</span>
|
|
|
@@ -384,8 +384,7 @@
|
|
|
<div class="table-header-wrap">
|
|
|
<table class="table table-bordered">
|
|
|
<tr>
|
|
|
- <th width="36" style="vertical-align: middle;"><input type="checkbox" name="checkbox"
|
|
|
- ng-model="checkboxes.checked" ng-click="checkAll()"></th>
|
|
|
+ <th width="36" style="vertical-align: middle;"><input type="checkbox" name="checkbox" ng-model="checkboxes.checked" ng-click="checkAll()"></th>
|
|
|
<th width="100">本次<br>对账数</th>
|
|
|
<th width="70">客户<br>名称</th>
|
|
|
<th width="60">单据<br>编号</th>
|
|
|
@@ -446,8 +445,7 @@
|
|
|
<td width="40">{{::check.orderprice}}</td>
|
|
|
<td width="30">{{::check.currency}}</td>
|
|
|
<td width="40" align="center">{{::check.taxrate}}</td>
|
|
|
- <td width="60">{{::(check.qty || 0)*(check.orderprice || 0) |
|
|
|
- number:2}}</td>
|
|
|
+ <td width="60">{{::(check.qty || 0)*(check.orderprice || 0) | number:2}}</td>
|
|
|
<td width="60">{{::(check.orderprice || 0)*(check.thischeckqty || 0) | number:2}}</td>
|
|
|
</tr>
|
|
|
<tr ng-if="!data || data.length==0">
|