|
|
@@ -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>
|