|
@@ -56,8 +56,8 @@
|
|
|
<td class="text-center"><span ng-bind="invoice.selfSeller ? '自营' : '代售'"></span></td>
|
|
<td class="text-center"><span ng-bind="invoice.selfSeller ? '自营' : '代售'"></span></td>
|
|
|
<td class="text-center">{{invoice.sellername}}</td>
|
|
<td class="text-center">{{invoice.sellername}}</td>
|
|
|
<td class="text-center text-num">{{invoice.currencyName}} {{invoice.price}}</td>
|
|
<td class="text-center text-num">{{invoice.currencyName}} {{invoice.price}}</td>
|
|
|
- <td class="text-center">{{invoice.number}}</td>
|
|
|
|
|
- <td class="text-center">{{invoice.creattime | date: "yyyy-MM-dd HH:mm"}}</td>
|
|
|
|
|
|
|
+ <td class="text-center">{{invoice.qty}}</td>
|
|
|
|
|
+ <td class="text-center">{{invoice.createtime | date: "yyyy-MM-dd HH:mm"}}</td>
|
|
|
<td class="text-center">{{invoice.orid}}</td>
|
|
<td class="text-center">{{invoice.orid}}</td>
|
|
|
<td class="text-center" ng-show="active=='inbound'">
|
|
<td class="text-center" ng-show="active=='inbound'">
|
|
|
<a ng-show="active=='inbound'" ng-click="ensureAccept(invoice)">
|
|
<a ng-show="active=='inbound'" ng-click="ensureAccept(invoice)">
|