|
|
@@ -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>-->
|
|
|
@@ -606,7 +606,7 @@
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr ng-repeat="item in billData track by $index">
|
|
|
- <td colspan="2" style="position: relative;padding: 0px">
|
|
|
+ <td colspan="2" style="position: relative;padding: 8px">
|
|
|
<div class="clearboth tbpadding" >
|
|
|
<div class="pull-left clearboth" style="margin-bottom: 0px;width: 65%">
|
|
|
<div class="list clearboth pull-left" style="width: 50%">
|
|
|
@@ -616,7 +616,8 @@
|
|
|
</div>
|
|
|
<div class="clearboth w100">
|
|
|
<div class="pull-left name">买家: </div>
|
|
|
- <div class="pull-left marginLeft overhidden" title="{{item.submitEnterprise.enName}} | {{item.submiter.userName}}" style="max-width: 224px">{{item.submitEnterprise.enName}} | {{item.submiter.userName}}</div>
|
|
|
+ <div class="pull-left marginLeft overhidden" ng-if="item.submitEnterprise.enName" title="{{item.submitEnterprise.enName}} | {{item.submiter.userName}}" style="max-width: 224px">{{item.submitEnterprise.enName}} | {{item.submiter.userName}}</div>
|
|
|
+ <div class="pull-left marginLeft overhidden" ng-if="!item.submitEnterprise.enName" title="{{item.submiter.userName}}" style="max-width: 224px">{{item.submiter.userName}}(个人帐户)</div>
|
|
|
</div>
|
|
|
<div class="clearboth w100">
|
|
|
<div class="pull-left name">开票金额: </div>
|