|
|
@@ -55,7 +55,7 @@
|
|
|
font-size: 14px;
|
|
|
color: #666;
|
|
|
border-bottom: 1px solid #dae5fd;
|
|
|
- border-right: 1px solid #dae5fd;
|
|
|
+ /*border-right: 1px solid #dae5fd;*/
|
|
|
height: 40px;
|
|
|
vertical-align: middle;
|
|
|
text-align: center;
|
|
|
@@ -458,7 +458,7 @@
|
|
|
</div>
|
|
|
<div class="clearboth w100" ng-if="item.invoicetype !== 1205">
|
|
|
<div class="pull-left name">订单号: </div>
|
|
|
- <div class="pull-left marginLeft" style="max-width: 224px;max-height: 40px;overflow-y: auto;">
|
|
|
+ <div class="pull-left marginLeft" style="max-width: 224px;max-height: 40px;overflow-y: auto;overflow-x: hidden;">
|
|
|
<p ng-repeat="(col,orderid) in item.orderids">
|
|
|
<a ng-href="vendor#/purchase/detail/{{item.purchaseids[col] | EncryptionFilter}}" ng-bind="orderid" title="{{orderid}}" target="_blank"></a>
|
|
|
<!--<a target="_blank" ng-href="user#/order/detail/{{orderid | EncryptionFilter}}">{{orderid}}</a>-->
|
|
|
@@ -481,7 +481,7 @@
|
|
|
</div>
|
|
|
<div class="clearboth w100" ng-if="item.invoicetype === 1205">
|
|
|
<div class="pull-left name">订单号: </div>
|
|
|
- <div class="pull-left marginLeft" style="max-width: 224px;max-height: 40px;overflow-y: auto;">
|
|
|
+ <div class="pull-left marginLeft" style="max-width: 224px;max-height: 40px;overflow-y: auto;overflow-x: hidden;">
|
|
|
<p ng-repeat="(col,orderid) in item.orderids">
|
|
|
<a ng-href="vendor#/purchase/detail/{{item.purchaseids[col] | EncryptionFilter}}" ng-bind="orderid" title="{{orderid}}" target="_blank"></a>
|
|
|
<!--<a target="_blank" ng-href="user#/order/detail/{{orderid | EncryptionFilter}}">{{orderid}}</a>-->
|