Browse Source

代采-客户采购单明细增加客户单号等显示

Hu Jie 7 years ago
parent
commit
0d3d282fad
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/main/webapp/resources/tpl/index/sale/order_detail.html

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

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