|
|
@@ -224,8 +224,8 @@ input[type="radio"]:checked+label:after, input[type="checkbox"]:checked+label:af
|
|
|
<td class="text-center">{{invoice.buyername}}</td>
|
|
|
<td class="text-center text-num">{{invoice.currency}}
|
|
|
{{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.status |statusAndTypeFilter}}</td>
|
|
|
<td class="text-center">{{invoice.sourceid}}</td>
|
|
|
<td class="text-center" ng-show="active=='tobeshipped'">
|