|
|
@@ -224,12 +224,12 @@
|
|
|
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>
|
|
|
</div>
|
|
|
</td>
|
|
|
- <td colspan="3"><a title="客户名称"
|
|
|
- ng-bind="accept.acceptItems[0].order.enterprise.enName"></a></td>
|
|
|
+ <td colspan="3"><span title="客户名称"
|
|
|
+ ng-bind="accept.acceptItems[0].order.enterprise.enName"></span></td>
|
|
|
<td colspan="1" class="order-sum">
|
|
|
<div class="text-ellipsis" ng-if="accept.sendCode != null"
|
|
|
style="width: 120px;" title="送货单号:{{::accept.sendCode}}">
|
|
|
@@ -248,10 +248,10 @@
|
|
|
<tr class="order-bd" ng-repeat="item in accept.acceptItems">
|
|
|
<td class="product">
|
|
|
<div class="text-num text-bold">
|
|
|
- <a ng-bind="item.order.product.code"></a>
|
|
|
+ <span ng-bind="item.order.product.code"></span>
|
|
|
</div>
|
|
|
<div>
|
|
|
- <a ng-bind="item.order.product.title"></a>
|
|
|
+ <span ng-bind="item.order.product.title"></span>
|
|
|
</div>
|
|
|
<div class="text-muted" title="{{item.order.product.spec}}"
|
|
|
ng-bind="item.order.product.spec"></div>
|
|
|
@@ -278,7 +278,7 @@
|
|
|
</td>
|
|
|
<td class="br-l" colspan="2">
|
|
|
<div>
|
|
|
- 单据编号:<a ui-sref="make.order_detail({id:item.order.id})"
|
|
|
+ 单据编号:<a ui-sref="sale.makeorder_detail({id:item.order.id})"
|
|
|
ng-bind="item.order.code"></a>
|
|
|
</div>
|
|
|
<div>
|