|
@@ -405,9 +405,9 @@
|
|
|
<div ng-show="!notice.$editing">
|
|
<div ng-show="!notice.$editing">
|
|
|
<ul>
|
|
<ul>
|
|
|
<li>本次需求:{{::notice.qty}}</li>
|
|
<li>本次需求:{{::notice.qty}}</li>
|
|
|
- <li><span>[订单数:{{::notice.orderItem.qty}}]</span></li>
|
|
|
|
|
<li>剩余未发:<span class="text-num text-inverse"
|
|
<li>剩余未发:<span class="text-num text-inverse"
|
|
|
- ng-bind="notice.qty-(notice.endQty || 0)"></span></li>
|
|
|
|
|
|
|
+ ng-bind="notice.qty-(notice.endQty || 0)"></span></li>
|
|
|
|
|
+ <li><span>[订单数:{{::notice.orderItem.qty}}]</span></li>
|
|
|
<li class="dropdown dropdown-submenu"><a ng-click="" class="dropdown-toggle" ng-mouseenter="getSends(notice)"><span
|
|
<li class="dropdown dropdown-submenu"><a ng-click="" class="dropdown-toggle" ng-mouseenter="getSends(notice)"><span
|
|
|
ng-class="{'text-muted' : notice.endQty == null || notice.endQty == 0,'text-default': notice.endQty > 0}">[已发货:{{notice.endQty}}]</span></a>
|
|
ng-class="{'text-muted' : notice.endQty == null || notice.endQty == 0,'text-default': notice.endQty > 0}">[已发货:{{notice.endQty}}]</span></a>
|
|
|
<div class="dropdown-menu order-send arrow-border arrow-bottom-right"
|
|
<div class="dropdown-menu order-send arrow-border arrow-bottom-right"
|