|
|
@@ -1139,7 +1139,7 @@
|
|
|
<tr>
|
|
|
<th width="60">
|
|
|
<input ng-model="check.$selected" name="checkbox" type="checkbox" ng-checked="check.$selected" ng-click="checkOneAll($event, check)" ng-if="check.allChecked !== 1">
|
|
|
- <span ng-if="childs.allChecked === 1">已对账</span>
|
|
|
+ <span ng-if="check.allChecked === 1">已对账</span>
|
|
|
</th>
|
|
|
<th width="70" ng-bind="check.orderCode"></th>
|
|
|
<th colspan="11">
|
|
|
@@ -1211,7 +1211,7 @@
|
|
|
<td width="70">{{::(check.orderprice || 0)*(check.thischeckqty || 0) | number:2}}</td>
|
|
|
<td width="110" ng-if="check.haveChecked === 1">
|
|
|
<div>{{::check.recorder || '-'}}</div>
|
|
|
- <div>{{::check.apCheckDate | date:'yyyy年MM月dd日' || '-'}}</div>
|
|
|
+ <div>{{::check.apCheckDate | date:'yyyy-MM-dd' || '-'}}</div>
|
|
|
</td>
|
|
|
<td width="110" ng-if="check.haveChecked !== 1">
|
|
|
未对账
|
|
|
@@ -1297,6 +1297,7 @@
|
|
|
|
|
|
.add-apCheckList .table-header-wrap th {
|
|
|
text-align: center;
|
|
|
+ vertical-align:middle;
|
|
|
}
|
|
|
|
|
|
.add-apCheckList .table-body-wrap {
|
|
|
@@ -1383,11 +1384,18 @@
|
|
|
text-align: center;
|
|
|
padding: 20px 0
|
|
|
}
|
|
|
+ .order-table2 tbody td .table-colspan-list{
|
|
|
+ border-bottom:1px dotted #999;
|
|
|
+ }
|
|
|
+ .order-table2 tbody td .table-colspan-list:last-child{
|
|
|
+ border:none;
|
|
|
+ }
|
|
|
.order-table2 tbody td .table-colspan-list span {
|
|
|
display:inline-block;
|
|
|
vertical-align: top;
|
|
|
width:95px;
|
|
|
margin:0 auto;
|
|
|
+ line-height: 25px;
|
|
|
}
|
|
|
.order-table2 tbody td .table-colspan-list span:first-child {
|
|
|
width:90px;
|