|
|
@@ -209,30 +209,28 @@
|
|
|
</thead>
|
|
|
<tbody ng-repeat="accept in $data">
|
|
|
<tr class="order-hd">
|
|
|
- <td class="first">
|
|
|
+ <td class="first" colspan="3">
|
|
|
<div class="order-main">
|
|
|
<span> <input type="checkbox" class="selector"
|
|
|
ng-model="accept.$selected">
|
|
|
</span> <span class="text-num text-bold" title="{{accept.date | date: 'yyyy年MM月dd日 hh:mm'}}"
|
|
|
- ng-bind="accept.date | date:'yyyy-MM-dd'"></span> <span>流水号:<a
|
|
|
- class="text-num" ng-bind="accept.code"></a></span>
|
|
|
+ ng-bind="accept.date | date:'yyyy-MM-dd'"></span> <span>流水号:<span
|
|
|
+ class="text-num" ng-bind="accept.code"></span></span>
|
|
|
+ <span class="text-info" ng-if="accept.sendCode != null" title="送货单号:{{::accept.sendCode}}">
|
|
|
+ 送货单号:
|
|
|
+ <span ng-bind="accept.sendCode" class="text-num"></span>
|
|
|
+ </span>
|
|
|
</div>
|
|
|
</td>
|
|
|
<td colspan="3"><a title="客户名称"
|
|
|
ng-bind="accept.acceptItems[0].orderItem.order.enterprise.enName"></a></td>
|
|
|
- <td colspan="1" class="order-sum">
|
|
|
- <div class="text-ellipsis" ng-if="accept.sendCode != null" style="width: 120px;" title="送货单号:{{::accept.sendCode}}" >
|
|
|
- <i style="color: #CC9933;" class="fa fa-truck"></i>
|
|
|
- <span ng-bind="accept.sendCode"></span>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- <td colspan="1" class="text-center">
|
|
|
+ <!-- <td colspan="1" class="text-center">
|
|
|
<div class="operates">
|
|
|
- <!-- <a href="#" class="text-muted" title="打印">
|
|
|
+ <a href="#" class="text-muted" title="打印">
|
|
|
<i class="fa fa-print fa-lg fa-fw"></i>
|
|
|
- </a> -->
|
|
|
+ </a>
|
|
|
</div>
|
|
|
- </td>
|
|
|
+ </td> -->
|
|
|
</tr>
|
|
|
<tr class="order-bd" ng-repeat="item in accept.acceptItems">
|
|
|
<td class="product">
|