|
|
@@ -438,12 +438,12 @@ tbody td div.text-mould {
|
|
|
</tr>
|
|
|
<tr class="order-bd">
|
|
|
<td class="product">
|
|
|
- <div class="text-mould clearfix" ng-repeat="items in inquiryMould.inquiryMouldItems">
|
|
|
+ <div class="text-mould" ng-repeat="items in inquiryMould.inquiryMouldItems">
|
|
|
<div class="text-num text-bold text-ps" >
|
|
|
<span>模具:</span>{{items.psCode}}-{{items.psName}}
|
|
|
</div>
|
|
|
<div class="text-muted" ng-repeat="prod in items.inquiryMouldDetails">
|
|
|
- <div><span class="text-bold color-black">物料:</span><span class="text-detail" title="{{prod.prodCode}}-{{prod.prodTitle}}-{{prod.prodSpec}}">{{prod.prodCode}}-{{prod.prodTitle}}-{{prod.prodSpec}}</span></div>
|
|
|
+ <div class="clearfix"><span class="text-bold color-black">物料:</span><span class="text-detail" title="{{prod.prodCode}}-{{prod.prodTitle}}-{{prod.prodSpec}}">{{prod.prodCode}}-{{prod.prodTitle}}-{{prod.prodSpec}}</span></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div ng-if="inquiryMould.attachs.length" class="text-muted">
|