|
|
@@ -228,12 +228,12 @@
|
|
|
<span> <input type="checkbox" class="selector"
|
|
|
ng-model="bill.$selected">
|
|
|
</span> <span class="text-num text-bold" title="{{::bill.date | date: 'yyyy年MM月dd日 hh:mm'}}"
|
|
|
- ng-bind="bill.date | date:'yyyy-MM-dd'"></span> <span>流水号:<a
|
|
|
- class="text-num" ng-bind="::bill.code"></a></span>
|
|
|
+ ng-bind="bill.date | date:'yyyy-MM-dd'"></span> <span>流水号:<span
|
|
|
+ class="text-num" ng-bind="::bill.code"></span></span>
|
|
|
</div>
|
|
|
</td>
|
|
|
- <td colspan="3"><a title="客户名称"
|
|
|
- ng-bind="::bill.enterprise.enName"></a></td>
|
|
|
+ <td colspan="3"><span title="客户名称"
|
|
|
+ ng-bind="::bill.enterprise.enName"></span></td>
|
|
|
<td colspan="1" class="order-sum text-num">
|
|
|
<span title="票据总额">
|
|
|
<span ng-bind="::currency(bill.currency)"></span>
|
|
|
@@ -251,10 +251,10 @@
|
|
|
<tr class="order-bd" ng-repeat="item in bill.items">
|
|
|
<td class="product">
|
|
|
<div class="text-num text-bold">
|
|
|
- <a ng-bind="::item.product.code"></a>
|
|
|
+ <span ng-bind="::item.product.code"></span>
|
|
|
</div>
|
|
|
<div>
|
|
|
- <a ng-bind="::item.product.title"></a>
|
|
|
+ <span ng-bind="::item.product.title"></span>
|
|
|
</div>
|
|
|
<div class="text-muted" title="{{::item.product.spec}}"
|
|
|
ng-bind="::item.product.spec"></div>
|
|
|
@@ -288,7 +288,7 @@
|
|
|
</div>
|
|
|
</td>
|
|
|
<td class="br-l" colspan="2">
|
|
|
- <div>单据编号:<a ng-bind="::item.orderCode"></a></div>
|
|
|
+ <div>单据编号:<span ng-bind="::item.orderCode"></span></div>
|
|
|
<div>
|
|
|
第 <span ng-bind="::item.orderDetno"></span> 行
|
|
|
数量:<span ng-bind="::item.thisvoQty"></span>
|