Browse Source

只有待发货状态显示备料中

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

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

@@ -435,7 +435,7 @@
 						</div>
 					</div>
 				</div>
-				<div ng-if="notice.waiting" class="text-muted">
+				<div ng-if="(!notice.endQty || notice.endQty<notice.qty) && !notice.end && notice.waiting" class="text-muted">
 					<div title="暂时不可发货"><i class="fa fa-cog fa-lg"></i><br>备料中</div>
 				</div>
 			</td>