|
|
@@ -28,6 +28,12 @@
|
|
|
background: #d9534f;
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
+.table>tbody+tbody{
|
|
|
+ border-top: 0;
|
|
|
+}
|
|
|
+#order-detail-list .table-default>tbody td {
|
|
|
+ border-top: #ddd 1px solid;
|
|
|
+}
|
|
|
</style>
|
|
|
|
|
|
<div class="loading" ng-class="{'in': loading}">
|
|
|
@@ -113,23 +119,23 @@
|
|
|
<table class="block table table-default table-striped table-hover">
|
|
|
<thead>
|
|
|
<tr class="header">
|
|
|
- <th class="br-r">行号</th>
|
|
|
- <th style="max-width: 150px;">商品</th>
|
|
|
- <th>客户单据编号</th>
|
|
|
- <th>单据类型</th>
|
|
|
+ <th width="30" style="padding:8px 0;">行号</th>
|
|
|
+ <th width="120">商品</th>
|
|
|
+ <th width="100">客户单据编号</th>
|
|
|
+ <th width="80">单据类型</th>
|
|
|
<th>序号</th>
|
|
|
<th>单价</th>
|
|
|
<th>税率</th>
|
|
|
<th>对账数量</th>
|
|
|
<th>对账金额</th>
|
|
|
- <th>采购单号</th>
|
|
|
+ <th width="40">采购单号</th>
|
|
|
<th>采购序号</th>
|
|
|
<th>应付供应商名称</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody ng-repeat="item in data.items" style="text-align: center;">
|
|
|
<tr>
|
|
|
- <td ng-bind="item.number"></td>
|
|
|
+ <td ng-bind="item.number" style="padding:8px 0;"></td>
|
|
|
<td style="max-width: 150px;" ng-bind="item.prodCode"></td>
|
|
|
<td ng-bind="item.inoutno"></td>
|
|
|
<td ng-bind="item.orderClass"></td>
|