|
|
@@ -145,10 +145,14 @@
|
|
|
</div>
|
|
|
<div class="text-overflow" title="{{::item.product.title}}">
|
|
|
<span ng-bind="::item.product.title"></span>
|
|
|
- </div>
|
|
|
<div class="text-muted text-over" ng-bind="::item.product.spec" title="{{::item.product.spec}}"></div>
|
|
|
<div class="text-muted text-bold text-overflow" ng-if="item.vendspec" title="item.vendspec"><span ng-bind="::item.vendspec"></span></div>
|
|
|
<div class="text-bold text-inverse text-flow" ng-if="item.factory" title="{{item.factory}}"><b>送货工厂:</b><span ng-bind="::item.factory"></span></div>
|
|
|
+ <div class="text-bold text-inverse text-flow" ng-if="item.custPurchaseCode"><b>客户采购单号:</b><br><span ng-bind="::item.custPurchaseCode"></span></div>
|
|
|
+ <div class="text-bold text-inverse text-flow" ng-if="item.acceptCustName"><b>收货客户:</b><br>
|
|
|
+ <span ng-bind="::item.acceptCustName"></span></div>
|
|
|
+ <div class="text-bold text-inverse text-flow" ng-if="item.acceptCustAddress"><b>客户收货地址:</b><br>
|
|
|
+ <span ng-bind="::item.acceptCustAddress"></span></div>
|
|
|
<div class="text-bold text-inverse text-flow" ng-if="item.remark" title="{{item.remark}}"><b>备注:</b><span ng-bind="::item.remark"></span></div>
|
|
|
<div ng-repeat="att in item.attachs" class="text-bold text-bold text-overflow">
|
|
|
<a href="file/{{att.id}}">{{att.name}}</a>
|