Browse Source

发货单显示客户确认数量变更

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@1056 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg 11 years ago
parent
commit
f3af11c219
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/resources/tpl/index/sale/send.html

+ 1 - 1
src/main/webapp/resources/tpl/index/sale/send.html

@@ -266,7 +266,7 @@
 				<div class="text-num text-bold"
 					title="{{item.qty}}" ng-bind="::item.qty"></div>
 				<div class="text-muted" ng-bind="::item.orderItem.product.unit"></div>
-				
+				<div><code ng-if="item.replyRemark"><i class="fa fa-fw fa-warning"></i><span ng-bind="::item.replyRemark"></span></code></div>
 			</td>
 			<td class="br-l" colspan="2">
 				<div>单据编号:<a href="#/sale/order/{{::item.orderItem.order.id}}" ng-bind="::item.orderItem.order.code"></a></div>