|
|
@@ -435,48 +435,58 @@
|
|
|
<td colspan="2" style="position: relative;padding: 0px">
|
|
|
<div class="clearboth tbpadding" >
|
|
|
<div class="pull-left clearboth w65" style="margin-bottom: 0px">
|
|
|
- <div class="list clearboth" style="width: 100%">
|
|
|
- <div class="pull-left w50 clearboth">
|
|
|
+ <div class="list clearboth pull-left" style="width: 50%">
|
|
|
+ <div class="clearboth w100">
|
|
|
<div class="pull-left name">发票抬头: </div>
|
|
|
<div class="pull-left marginLeft overhidden" title="{{item.invoicetitle}}" style="max-width: 224px">{{item.invoicetitle}}</div>
|
|
|
</div>
|
|
|
- <div class="pull-left w50" ng-if="item.invoicetype === 1205">
|
|
|
- <div class="pull-left name">税务登记号: </div>
|
|
|
- <div class="pull-left marginLeft overhidden" title="{{item.billInfo.companyTaxNumber}}" style="max-width: 205px;">{{item.billInfo.companyTaxNumber || '-'}}</div>
|
|
|
+ <div class="clearboth w100">
|
|
|
+ <div class="pull-left name">买家: </div>
|
|
|
+ <div class="pull-left marginLeft overhidden" title="{{item.submiter.userName}}" style="max-width: 224px">{{item.submiter.userName}}</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="list clearboth" style="width: 100%">
|
|
|
- <div class="pull-left w50">
|
|
|
+ <div class="clearboth w100">
|
|
|
<div class="pull-left name">开票金额: </div>
|
|
|
<div class="pull-left marginLeft overhidden" title="{{item.price}}" style="max-width: 224px">{{'¥' + item.price || '-'}}</div>
|
|
|
</div>
|
|
|
- <div class="pull-left w50" ng-if="item.invoicetype === 1205">
|
|
|
- <div class="pull-left name">开户银行: </div>
|
|
|
- <div class="pull-left marginLeft overhidden" title="{{item.billInfo.bankName}}" style="max-width: 224px">{{item.billInfo.bankName || '-'}}</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="list clearboth" style="width: 100%">
|
|
|
- <div class="pull-left w50" ng-if="item.invoicetype === 1205">
|
|
|
+ <div class="clearboth w100" ng-if="item.invoicetype === 1205">
|
|
|
<div class="pull-left name">单位电话: </div>
|
|
|
<div class="pull-left marginLeft" title="{{item.billInfo.companyPhone}}">{{item.billInfo.companyPhone || '-'}}</div>
|
|
|
</div>
|
|
|
- <div class="pull-left w50" ng-if="item.invoicetype === 1205">
|
|
|
+ <div class="clearboth w100" ng-if="item.invoicetype === 1205">
|
|
|
+ <div class="pull-left name">单位地址: </div>
|
|
|
+ <div class="pull-left marginLeft" style="max-width: 224px;text-align: left;white-space: normal;word-break: break-all;" title="{{item.billInfo.companyAddress}}">{{item.billInfo.companyAddress || '-'}}</div>
|
|
|
+ </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;">
|
|
|
+ <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>-->
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="pull-left list clearboth" style="width: 50%">
|
|
|
+ <div class="clearboth w100" ng-if="item.invoicetype === 1205">
|
|
|
+ <div class="pull-left name">税务登记号: </div>
|
|
|
+ <div class="pull-left marginLeft overhidden" title="{{item.billInfo.companyTaxNumber}}" style="max-width: 205px;">{{item.billInfo.companyTaxNumber || '-'}}</div>
|
|
|
+ </div>
|
|
|
+ <div class="clearboth w100" ng-if="item.invoicetype === 1205">
|
|
|
+ <div class="pull-left name">开户银行: </div>
|
|
|
+ <div class="pull-left marginLeft overhidden" title="{{item.billInfo.bankName}}" style="max-width: 224px">{{item.billInfo.bankName || '-'}}</div>
|
|
|
+ </div>
|
|
|
+ <div class="clearboth w100" ng-if="item.invoicetype === 1205">
|
|
|
<div class="pull-left name">开户银行账号: </div>
|
|
|
<div class="pull-left marginLeft overhidden" title="{{item.billInfo.bankAccount}}" style="max-width: 200px">{{item.billInfo.bankAccount || '-'}}</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="pull-left w50" ng-if="item.invoicetype === 1205">
|
|
|
- <div class="pull-left name">单位地址: </div>
|
|
|
- <div class="pull-left marginLeft" style="max-width: 224px;text-align: left;white-space: normal;word-break: break-all;" title="{{item.billInfo.companyAddress}}">{{item.billInfo.companyAddress || '-'}}</div>
|
|
|
- </div>
|
|
|
- <div class="pull-left w50">
|
|
|
- <div class="pull-left name">订单号: </div>
|
|
|
- <div class="pull-left marginLeft" style="max-width: 224px;max-height: 40px;overflow-y: auto;">
|
|
|
- <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>-->
|
|
|
- </p>
|
|
|
+ <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;">
|
|
|
+ <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>-->
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -568,7 +578,7 @@
|
|
|
<div class="vendor-invoice" ng-if="active == 'apply_record'">
|
|
|
<div class="invoice-search" style="margin-top: 5px;margin-bottom: 16px; width: 100%">
|
|
|
<div class="fr">
|
|
|
- <input type="text" ng-keydown="enterEvent($event, keyword)" class="form-control" ng-model="keyword" placeholder="订单号/发票抬头/收票人/联系电话"/>
|
|
|
+ <input type="text" ng-keydown="enterEvent($event, keyword)" class="form-control" ng-model="keyword" placeholder="买家/订单号/收票人/联系电话"/>
|
|
|
<button ng-click="searchByKey(keyword)">搜索</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -599,51 +609,60 @@
|
|
|
<td colspan="2" style="position: relative;padding: 0px">
|
|
|
<div class="clearboth tbpadding" >
|
|
|
<div class="pull-left clearboth" style="margin-bottom: 0px;width: 65%">
|
|
|
- <div class="list clearboth" style="width: 100%">
|
|
|
- <div class="pull-left w50 clearboth">
|
|
|
+ <div class="list clearboth pull-left" style="width: 50%">
|
|
|
+ <div class="clearboth w100">
|
|
|
<div class="pull-left name">发票抬头: </div>
|
|
|
<div class="pull-left marginLeft overhidden" title="{{item.invoicetitle}}" style="max-width: 224px">{{item.invoicetitle}}</div>
|
|
|
</div>
|
|
|
- <div class="pull-left w50" ng-if="item.invoicetype === 1205">
|
|
|
- <div class="pull-left name">税务登记号: </div>
|
|
|
- <div class="pull-left marginLeft overhidden" title="{{item.billInfo.companyTaxNumber}}" style="max-width: 205px;">{{item.billInfo.companyTaxNumber || '-'}}</div>
|
|
|
+ <div class="clearboth w100">
|
|
|
+ <div class="pull-left name">买家: </div>
|
|
|
+ <div class="pull-left marginLeft overhidden" title="{{item.submiter.userName}}" style="max-width: 224px">{{item.submiter.userName}}</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="list clearboth" style="width: 100%">
|
|
|
- <div class="pull-left w50">
|
|
|
+ <div class="clearboth w100">
|
|
|
<div class="pull-left name">开票金额: </div>
|
|
|
<div class="pull-left marginLeft overhidden" title="{{item.price}}" style="max-width: 224px">{{'¥' + item.price || '-'}}</div>
|
|
|
</div>
|
|
|
- <div class="pull-left w50" ng-if="item.invoicetype === 1205">
|
|
|
- <div class="pull-left name">开户银行: </div>
|
|
|
- <div class="pull-left marginLeft overhidden" title="{{item.billInfo.bankName}}" style="max-width: 224px">{{item.billInfo.bankName || '-'}}</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="list clearboth" style="width: 100%">
|
|
|
- <div class="pull-left w50" ng-if="item.invoicetype === 1205">
|
|
|
+ <div class="clearboth w100" ng-if="item.invoicetype === 1205">
|
|
|
<div class="pull-left name">单位电话: </div>
|
|
|
<div class="pull-left marginLeft" title="{{item.billInfo.companyPhone}}">{{item.billInfo.companyPhone || '-'}}</div>
|
|
|
</div>
|
|
|
- <div class="pull-left w50" ng-if="item.invoicetype === 1205">
|
|
|
+ <div class="clearboth w100" ng-if="item.invoicetype === 1205">
|
|
|
+ <div class="pull-left name">单位地址: </div>
|
|
|
+ <div class="pull-left marginLeft" style="max-width: 224px;text-align: left;white-space: normal;word-break: break-all;" title="{{item.billInfo.companyAddress}}">{{item.billInfo.companyAddress || '-'}}</div>
|
|
|
+ </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;">
|
|
|
+ <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>-->
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="pull-left list clearboth" style="width: 50%">
|
|
|
+ <div class="clearboth w100" ng-if="item.invoicetype === 1205">
|
|
|
+ <div class="pull-left name">税务登记号: </div>
|
|
|
+ <div class="pull-left marginLeft overhidden" title="{{item.billInfo.companyTaxNumber}}" style="max-width: 205px;">{{item.billInfo.companyTaxNumber || '-'}}</div>
|
|
|
+ </div>
|
|
|
+ <div class="clearboth w100" ng-if="item.invoicetype === 1205">
|
|
|
+ <div class="pull-left name">开户银行: </div>
|
|
|
+ <div class="pull-left marginLeft overhidden" title="{{item.billInfo.bankName}}" style="max-width: 224px">{{item.billInfo.bankName || '-'}}</div>
|
|
|
+ </div>
|
|
|
+ <div class="clearboth w100" ng-if="item.invoicetype === 1205">
|
|
|
<div class="pull-left name">开户银行账号: </div>
|
|
|
<div class="pull-left marginLeft overhidden" title="{{item.billInfo.bankAccount}}" style="max-width: 200px">{{item.billInfo.bankAccount || '-'}}</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="pull-left w50" ng-if="item.invoicetype === 1205">
|
|
|
- <div class="pull-left name">单位地址: </div>
|
|
|
- <div class="pull-left marginLeft" style="max-width: 224px;text-align: left;white-space: normal;word-break: break-all;" title="{{item.billInfo.companyAddress}}">{{item.billInfo.companyAddress || '-'}}</div>
|
|
|
- </div>
|
|
|
- <div class="pull-left w50">
|
|
|
- <div class="pull-left name">订单号: </div>
|
|
|
- <div class="pull-left marginLeft" style="max-width: 224px;max-height: 40px;overflow-y: auto;">
|
|
|
- <p ng-repeat="(col,orderid) in item.orderids">
|
|
|
- <!--<a target="_blank" ng-href="user#/order/detail/{{orderid | EncryptionFilter}}">{{orderid}}</a>-->
|
|
|
- <a ng-href="vendor#/purchase/detail/{{item.purchaseids[col] | EncryptionFilter}}" ng-bind="orderid" title="{{orderid}}" target="_blank"></a>
|
|
|
- </p>
|
|
|
+ <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;">
|
|
|
+ <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>-->
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
</div>
|
|
|
<div class="pull-right clearboth" style="margin-bottom: 0px;width: 35%">
|
|
|
<div class="pull-left w100 clearboth">
|