Browse Source

feat(accept):验收单显示调整

Hu Jie 7 years ago
parent
commit
f828593cc7
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/webapp/resources/tpl/index/sale/accept.html

+ 3 - 3
src/main/webapp/resources/tpl/index/sale/accept.html

@@ -233,9 +233,9 @@
 					<div class="text-muted" title="{{item.product.spec}}"
 						ng-bind="item.product.spec"
 						ng-if="item.product.spec != null"></div>
-					<div class="text-muted" title="{{item.product.spec}}"
-						ng-bind="item.product.spec"
-						ng-if="item.orderItem.product.spec == null"></div>
+					<div class="text-muted" title="{{item.orderItem.product.spec}}"
+						ng-bind="item.orderItem.product.spec"
+						ng-if="item.product.spec == null"></div>
 					<div class="text-bold text-inverse" title="送货工厂"
 						ng-if="item.orderItem.factory">
 						送货工厂:<span ng-bind="::item.orderItem.factory"></span>