|
@@ -187,10 +187,10 @@
|
|
|
placeholder="回复备注" />
|
|
placeholder="回复备注" />
|
|
|
</div>
|
|
</div>
|
|
|
<div ng-if="item.acceptQty" class="text-success text-center text-bold f14">
|
|
<div ng-if="item.acceptQty" class="text-success text-center text-bold f14">
|
|
|
- 客户验收:{{::item.acceptQty}}{{::item.product.unit}}
|
|
|
|
|
|
|
+ 已验收:{{::item.acceptQty}}{{::item.product.unit}}
|
|
|
</div>
|
|
</div>
|
|
|
<div ng-if="item.returnQty" class="text-error text-center text-bold f14">
|
|
<div ng-if="item.returnQty" class="text-error text-center text-bold f14">
|
|
|
- 客户验退:{{::item.returnQty}}{{::item.product.unit}}
|
|
|
|
|
|
|
+ 已验退:{{::item.returnQty}}{{::item.product.unit}}
|
|
|
</div>
|
|
</div>
|
|
|
</td>
|
|
</td>
|
|
|
<td class="text-center">
|
|
<td class="text-center">
|