|
|
@@ -4,7 +4,9 @@
|
|
|
height: 36px;
|
|
|
opacity: 1;
|
|
|
}
|
|
|
-
|
|
|
+.auto-row {
|
|
|
+ width: 270px;word-wrap:break-word;
|
|
|
+}
|
|
|
.condition .more .form-group {
|
|
|
/*margin-bottom: 10px;*/
|
|
|
}
|
|
|
@@ -409,28 +411,28 @@
|
|
|
<div class="text-bold text-inverse text-flow" ng-if="item.custPurchaseCode" ><b>客户采购单号:</b><div ng-bind="::item.custPurchaseCode"></div></div>
|
|
|
<div class="text-bold text-inverse text-flow" ng-if="item.acceptCustName" ><b>收货客户:</b><div ng-bind="::item.acceptCustName"></div></div>
|
|
|
<div class="text-bold text-inverse text-flow" ng-if="item.acceptCustAddress" ><b>客户收货地址:</b><div ng-bind="::item.acceptCustAddress"></div></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.remark" title="{{item.remark}}"><b>备注:</b><span ng-bind="::item.remark"></span></div>
|
|
|
+ <div class="text-bold text-inverse text-flow" ng-if="item.vendspec" title="{{item.vendspec}}"><div ng-bind="::item.vendspec"></div></div>
|
|
|
+ <div class="text-bold text-inverse text-flow" ng-if="item.factory" title="{{item.factory}}"><b>送货工厂:</b><div ng-bind="::item.factory"></div></div>
|
|
|
+ <div class="text-bold text-inverse text-flow" ng-if="item.remark" title="{{item.remark}}"><b>备注:</b><div ng-bind="::item.remark"></div></div>
|
|
|
</td>
|
|
|
<td class="text-center">
|
|
|
- <div ng-if="item.repProdCode" class="dropdown">
|
|
|
+ <div ng-if="item.repProdCode" class="dropdown" ng-class="text-center">
|
|
|
<a href="javascript:void(0);" class="dropdown-toggle text-default"
|
|
|
ng-mouseover="getRepProd(item)">替代物料<i class="fa fa-fw fa-angle-down"></i></a>
|
|
|
- <div class="dropdown-menu pane" style="width: 270px;">
|
|
|
+ <div class="dropdown-menu pane" style="width: 300px;">
|
|
|
<div class="pane-body">
|
|
|
<ul class="list-unstyled list-menu">
|
|
|
<li >
|
|
|
- <div class="text-muted" ng-if="item.repProdCode != null">
|
|
|
+ <div class="text-muted auto-row" ng-if="item.repProdCode != null" >
|
|
|
<div class="text-bold text-inverse text-flow">替代料号:</div>{{::item.repProdCode}}
|
|
|
</div>
|
|
|
</li>
|
|
|
<li >
|
|
|
- <div class="text-muted" ng-if="item.repProdTitle != null">
|
|
|
+ <div class="text-muted auto-row" ng-if="item.repProdTitle != null" >
|
|
|
<div class="text-bold text-inverse text-flow">替代料名称:</div>{{::item.repProdTitle}}</div>
|
|
|
</li>
|
|
|
<li >
|
|
|
- <div class="text-muted" ng-if="item.repProdSpec != null">
|
|
|
+ <div class="text-muted auto-row" ng-if="item.repProdSpec != null">
|
|
|
<div class="text-bold text-inverse text-flow">替代料规格:</div>{{::item.repProdSpec}}</div>
|
|
|
</li>
|
|
|
</ul>
|