|
|
@@ -102,10 +102,10 @@
|
|
|
border: none;
|
|
|
}
|
|
|
/*全选*/
|
|
|
- .table .check-act input{
|
|
|
+ .check-act input{
|
|
|
display: none;
|
|
|
}
|
|
|
- .table .check-act label{
|
|
|
+ .check-act label{
|
|
|
width: 12px;
|
|
|
height: 12px;
|
|
|
display: inline-block;
|
|
|
@@ -113,27 +113,31 @@
|
|
|
position: relative;
|
|
|
top: 2px;
|
|
|
}
|
|
|
- .table .check-act label{
|
|
|
+ .check-act label{
|
|
|
background-position: -48px 0;
|
|
|
}
|
|
|
- .table .check-act input:checked + label{
|
|
|
+ .check-act input:checked + label{
|
|
|
background-position: -31px 0;
|
|
|
}
|
|
|
.apply-btn{
|
|
|
- width: 100%;
|
|
|
- margin: 0 auto;
|
|
|
+ /*margin: 30px 0;*/
|
|
|
text-align: center;
|
|
|
- margin: 30px 0;
|
|
|
+ position: fixed;
|
|
|
+ width: 1026px;
|
|
|
+ bottom: 0;
|
|
|
+ background: #e0dedf;
|
|
|
+ height: 60px;
|
|
|
}
|
|
|
.apply-btn button{
|
|
|
- width: 80px;
|
|
|
- height: 26px;
|
|
|
- line-height: 26px;
|
|
|
+ width: 116px;
|
|
|
text-align: center;
|
|
|
font-size: 14px;
|
|
|
color: #fff;
|
|
|
background: #5078cb;
|
|
|
border: none;
|
|
|
+ float: right;
|
|
|
+ height: 100%;
|
|
|
+
|
|
|
}
|
|
|
.invoice-com-tab thead>tr>th.select-line{
|
|
|
padding: 8px 0;
|
|
|
@@ -304,13 +308,69 @@
|
|
|
.com_tab ul li.active:after{
|
|
|
display: block
|
|
|
}
|
|
|
+
|
|
|
+ .clearboth::after, .clearboth::before {
|
|
|
+ clear: both;
|
|
|
+ zoom: 1;
|
|
|
+ content: ' ';
|
|
|
+ overflow: hidden;
|
|
|
+ display: block;
|
|
|
+ visibility: hidden;
|
|
|
+ }
|
|
|
+ .pull-left {
|
|
|
+ float: left
|
|
|
+ }
|
|
|
+ .pull-right {
|
|
|
+ float: right
|
|
|
+ }
|
|
|
+ .w50 {
|
|
|
+ width: 50%;
|
|
|
+ margin-bottom: 5px;
|
|
|
+ }
|
|
|
+ .w35 {
|
|
|
+ width: 322px
|
|
|
+ }
|
|
|
+ .w65 {
|
|
|
+ width: 598px;
|
|
|
+ }
|
|
|
+ .w100 {
|
|
|
+ width: 100%;
|
|
|
+ margin-bottom: 5px;
|
|
|
+ }
|
|
|
+ .overhidden {
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+ }
|
|
|
+ .name {
|
|
|
+ margin-right: 10px;
|
|
|
+ }
|
|
|
+ .marginLeft {
|
|
|
+ max-height: 60px;
|
|
|
+ overflow-y: auto;
|
|
|
+ }
|
|
|
+ .marginLeft p {
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+ .marginLeft p a {
|
|
|
+ color: #3f84f6 !important;
|
|
|
+ }
|
|
|
+ .tbpadding {
|
|
|
+ padding: 10px;
|
|
|
+ padding-bottom: 5px;
|
|
|
+ }
|
|
|
+ .fixedImg {
|
|
|
+ position: absolute;
|
|
|
+ right: 0;
|
|
|
+ top: 0;
|
|
|
+ }
|
|
|
</style>
|
|
|
<div class="count user_right fr">
|
|
|
<div class="count_center">
|
|
|
<div class="com_tab">
|
|
|
<ul class="fl">
|
|
|
- <li ng-class="{'active': active == 'apply_invoice'}" ng-click="toggleTab('apply_invoice')"><a>买家开票申请</a></li>
|
|
|
- <li ng-class="{'active': active == 'apply_record'}" ng-click="toggleTab('apply_record')"><a>开票记录</a></li>
|
|
|
+ <li ng-class="{'active': active == 'apply_invoice'}" ng-click="toggleTab('apply_invoice')"><a>待开票</a></li>
|
|
|
+ <li ng-class="{'active': active == 'apply_record'}" ng-click="toggleTab('apply_record')"><a>已开票</a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -324,7 +384,7 @@
|
|
|
</div>
|
|
|
<div class="invoice-search">
|
|
|
<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>
|
|
|
@@ -332,57 +392,135 @@
|
|
|
<table class="invoice-com-tab table" ng-table="billRecordTableParam">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th width="45">
|
|
|
+ <th width="60">
|
|
|
<lable class="check-act">
|
|
|
<input type="checkbox" id="checkAll" ng-disabled="!billData || billData.length == 0" ng-click="onAllChecked()" ng-checked="isAllCheck" />
|
|
|
<label for="checkAll"></label>
|
|
|
</lable>
|
|
|
全选</th>
|
|
|
- <th width="70">申请时间</th>
|
|
|
- <th width="90">订单号</th>
|
|
|
- <th width="90">开票金额(¥)</th>
|
|
|
- <th width="55" class="select-line">
|
|
|
- <select class="select-adder form-control" style="position: relative;left: 6px;" ng-change="billTypeSearch(billType)" ng-model="billType">
|
|
|
- <option value="1">类型</option>
|
|
|
- <option value="2">普票</option>
|
|
|
- <option value="3">专票</option>
|
|
|
- </select>
|
|
|
- </th>
|
|
|
- <th width="120">发票抬头</th>
|
|
|
- <th width="50">收票人</th>
|
|
|
- <th width="160">收票地址</th>
|
|
|
- <th width="50">联系电话</th>
|
|
|
+ <th width="573">开票信息</th>
|
|
|
+ <th width="382">收票信息</th>
|
|
|
+ <!--<th width="70">申请时间</th>-->
|
|
|
+ <!--<th width="90">订单号</th>-->
|
|
|
+ <!--<th width="90">开票金额(¥)</th>-->
|
|
|
+ <!--<th width="55" class="select-line">-->
|
|
|
+ <!--<select class="select-adder form-control" style="position: relative;left: 6px;" ng-change="billTypeSearch(billType)" ng-model="billType">-->
|
|
|
+ <!--<option value="1">类型</option>-->
|
|
|
+ <!--<option value="2">普票</option>-->
|
|
|
+ <!--<option value="3">专票</option>-->
|
|
|
+ <!--</select>-->
|
|
|
+ <!--</th>-->
|
|
|
+ <!--<th width="120">发票抬头</th>-->
|
|
|
+ <!--<th width="50">收票人</th>-->
|
|
|
+ <!--<th width="160">收票地址</th>-->
|
|
|
+ <!--<th width="50">联系电话</th>-->
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr ng-repeat="item in billData track by $index">
|
|
|
- <td style="width: 50px;">
|
|
|
+ <td style="width: 60px;">
|
|
|
<lable class="check-act">
|
|
|
<input type="checkbox" id={{$index+1}} ng-checked="item.checked" ng-click="checkInvoice(item)" />
|
|
|
<label for={{$index+1}}></label>
|
|
|
</lable>
|
|
|
</td>
|
|
|
- <td ng-bind="item.createTime | date : 'yyyy-MM-dd'"></td>
|
|
|
- <td>
|
|
|
- <span ng-repeat="(col, orderid) in item.orderids.split(',')">
|
|
|
- <a ng-href="vendor#/purchase/detail/{{item.purchaseids.split(',')[col] | EncryptionFilter}}" ng-bind="orderid" target="_blank" class="link-order"></a>
|
|
|
- </span>
|
|
|
- </td>
|
|
|
- <td ng-bind="item.price"></td>
|
|
|
- <td style="padding: 0;">
|
|
|
- <span ng-bind="item.invoicetype==1206?'普票':'专票'"></span>
|
|
|
- <b ng-click="lookInvoiceInfo(item)" class="invoice-info">开票信息</b>
|
|
|
- </td>
|
|
|
- <td ng-bind="item.invoicetitle"></td>
|
|
|
- <td ng-bind="item.receiverName"></td>
|
|
|
- <td class="address" title="{{item.area+' '+item.detailAddr}}">
|
|
|
- <p ng-bind="item.area"></p>
|
|
|
- <p ng-bind="item.detailAddr"></p>
|
|
|
+ <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="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>
|
|
|
+ </div>
|
|
|
+ <div class="list clearboth" style="width: 100%">
|
|
|
+ <div class="pull-left w50">
|
|
|
+ <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="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="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">
|
|
|
+ <p ng-repeat="orderid in item.orderids"><a target="_blank" ng-href="user#/order/detail/{{orderid | EncryptionFilter}}">{{orderid}}</a></p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="pull-right w35 clearboth" style="margin-bottom: 0px">
|
|
|
+ <div class="pull-left w100 clearboth">
|
|
|
+ <div class="pull-left name">申请开票时间: </div>
|
|
|
+ <div class="pull-left marginLeft">{{item.createTime | date : 'yyyy-MM-dd HH:mm:ss'}}</div>
|
|
|
+ </div>
|
|
|
+ <div class="pull-left w100 clearboth">
|
|
|
+ <div class="pull-left name">收票人: </div>
|
|
|
+ <div class="pull-left marginLeft overhidden" style="width: 234px;text-align: left" title="{{item.receiverName}}">{{item.receiverName || '-'}}</div>
|
|
|
+ </div>
|
|
|
+ <div class="pull-left w100 clearboth">
|
|
|
+ <div class="pull-left name">联系电话: </div>
|
|
|
+ <div class="pull-left marginLeft">{{item.recTel || '-'}}</div>
|
|
|
+ </div>
|
|
|
+ <div class="pull-left w100 clearboth">
|
|
|
+ <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;">{{item.invoiceAddress || '-'}}</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="fixedImg">
|
|
|
+ <!--item.invoicetype==1206?'普票':'专票'-->
|
|
|
+ <img src="static/img/user/images/invoice-nor.png" ng-if="item.invoicetype == 1206" width="41"/>
|
|
|
+ <img src="static/img/user/images/invoice-spec.png" ng-if="item.invoicetype == 1205" width="41"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</td>
|
|
|
- <td ng-bind="item.recTel">13135015772</td>
|
|
|
+ <!--<td style="width: 50px;">-->
|
|
|
+ <!--<lable class="check-act">-->
|
|
|
+ <!--<input type="checkbox" id={{$index+1}} ng-checked="item.checked" ng-click="checkInvoice(item)" />-->
|
|
|
+ <!--<label for={{$index+1}}></label>-->
|
|
|
+ <!--</lable>-->
|
|
|
+ <!--</td>-->
|
|
|
+ <!--<td ng-bind="item.createTime | date : 'yyyy-MM-dd'"></td>-->
|
|
|
+ <!--<td>-->
|
|
|
+ <!--<span ng-repeat="(col, orderid) in item.orderids.split(',')">-->
|
|
|
+ <!--<a ng-href="vendor#/purchase/detail/{{item.purchaseids.split(',')[col] | EncryptionFilter}}" ng-bind="orderid" target="_blank" class="link-order"></a>-->
|
|
|
+ <!--</span>-->
|
|
|
+ <!--</td>-->
|
|
|
+ <!--<td ng-bind="item.price"></td>-->
|
|
|
+ <!--<td style="padding: 0;">-->
|
|
|
+ <!--<span ng-bind="item.invoicetype==1206?'普票':'专票'"></span>-->
|
|
|
+ <!--<b ng-click="lookInvoiceInfo(item)" class="invoice-info">开票信息</b>-->
|
|
|
+ <!--</td>-->
|
|
|
+ <!--<td ng-bind="item.invoicetitle"></td>-->
|
|
|
+ <!--<td ng-bind="item.receiverName"></td>-->
|
|
|
+ <!--<td class="address" title="{{item.area+' '+item.detailAddr}}">-->
|
|
|
+ <!--<p ng-bind="item.area"></p>-->
|
|
|
+ <!--<p ng-bind="item.detailAddr"></p>-->
|
|
|
+ <!--</td>-->
|
|
|
+ <!--<td ng-bind="item.recTel">13135015772</td>-->
|
|
|
</tr>
|
|
|
<tr class="record-num" ng-if="billData && billData.length>0">
|
|
|
- <td colspan="9">
|
|
|
+ <td colspan="3">
|
|
|
<span class="count-tip">显示 <span ng-bind="$$kdnData.start"></span>-<span ng-bind="$$kdnData.end"></span> 条,共 <span ng-bind="$$kdnData.totalElements"></span> 条</span>
|
|
|
</td>
|
|
|
</tr>
|
|
|
@@ -394,7 +532,24 @@
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
- <div class="apply-btn" ng-style="$$kdnData.totalElements>10?'margin-top: 100px':''" ng-if="billData && billData.length>0">
|
|
|
+ <div class="apply-btn clearboth" ng-style="$$kdnData.totalElements>10?'margin-top: 100px':''" ng-if="billData && billData.length>0" style="position: static">
|
|
|
+ <div style="float:left;line-height: 60px;font-size: 14px;margin-left: 20px">
|
|
|
+ <lable class="check-act">
|
|
|
+ <input type="checkbox" id="checkAll2" ng-disabled="!billData || billData.length == 0" ng-click="onAllChecked()" ng-checked="isAllCheck" />
|
|
|
+ <label for="checkAll2"></label>
|
|
|
+ </lable>
|
|
|
+ 全选
|
|
|
+ </div>
|
|
|
+ <button ng-click="submitApply()">确认开票</button>
|
|
|
+ </div>
|
|
|
+ <div class="apply-btn" id="applyBtn" ng-style="$$kdnData.totalElements>10?'margin-top: 100px':''" ng-if="billData.length > 0">
|
|
|
+ <div style="float:left;line-height: 60px;font-size: 14px;margin-left: 20px">
|
|
|
+ <lable class="check-act">
|
|
|
+ <input type="checkbox" id="checkAll3" ng-disabled="!billData || billData.length == 0" ng-click="onAllChecked()" ng-checked="isAllCheck" />
|
|
|
+ <label for="checkAll3"></label>
|
|
|
+ </lable>
|
|
|
+ 全选
|
|
|
+ </div>
|
|
|
<button ng-click="submitApply()">确认开票</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -410,52 +565,156 @@
|
|
|
<table class="invoice-com-tab table invoice-com" ng-table="billRecordTableParam" style="table-layout: fixed;">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th width="90">申请时间</th>
|
|
|
- <th width="185">订单号</th>
|
|
|
- <th width="110">开票金额(¥)</th>
|
|
|
- <th width="60" class="select-line">
|
|
|
- <select class="select-adder form-control" style="position: relative;left: 6px;" ng-change="billTypeSearch(billType)" ng-model="billType">
|
|
|
- <option value="1">类型</option>
|
|
|
- <option value="2">普票</option>
|
|
|
- <option value="3">专票</option>
|
|
|
- </select>
|
|
|
- </th>
|
|
|
- <th width="145">发票抬头</th>
|
|
|
- <th width="70">收票人</th>
|
|
|
- <th width="205">收票地址</th>
|
|
|
- <th width="125">联系电话</th>
|
|
|
+ <th width="650">开票信息</th>
|
|
|
+ <th width="350">收票信息</th>
|
|
|
+ <!--<th width="90">申请时间</th>-->
|
|
|
+ <!--<th width="185">订单号</th>-->
|
|
|
+ <!--<th width="110">开票金额(¥)</th>-->
|
|
|
+ <!--<th width="60" class="select-line">-->
|
|
|
+ <!--<select class="select-adder form-control" style="position: relative;left: 6px;" ng-change="billTypeSearch(billType)" ng-model="billType">-->
|
|
|
+ <!--<option value="1">类型</option>-->
|
|
|
+ <!--<option value="2">普票</option>-->
|
|
|
+ <!--<option value="3">专票</option>-->
|
|
|
+ <!--</select>-->
|
|
|
+ <!--</th>-->
|
|
|
+ <!--<th width="145">发票抬头</th>-->
|
|
|
+ <!--<th width="70">收票人</th>-->
|
|
|
+ <!--<th width="205">收票地址</th>-->
|
|
|
+ <!--<th width="125">联系电话</th>-->
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
- <tr ng-repeat="item in billData track by $index">
|
|
|
- <td ng-bind="item.createTime | date : 'yyyy-MM-dd'" title="{{item.createTime | date : 'yyyy-MM-dd'}}"></td>
|
|
|
- <td>
|
|
|
- <span ng-repeat="(col, orderid) in item.orderids.split(',')">
|
|
|
- <a ng-href="vendor#/purchase/detail/{{item.purchaseids.split(',')[col] | EncryptionFilter}}" ng-bind="orderid" title="{{orderid}}" target="_blank" class="link-order"></a>
|
|
|
- </span>
|
|
|
- </td>
|
|
|
- <td ng-bind="item.price" title="{{item.price}}"></td>
|
|
|
- <td style="padding: 0;">
|
|
|
- <span ng-bind="item.invoicetype==1206?'普票':'专票'"></span>
|
|
|
- <b ng-click="lookInvoiceInfo(item)" class="invoice-info">开票信息</b></td>
|
|
|
- <td ng-bind="item.invoicetitle" title="{{item.invoicetitle}}"></td>
|
|
|
- <td ng-bind="item.receiverName" title="{{item.receiverName}}"></td>
|
|
|
- <td class="address" title="{{item.area+' '+item.detailAddr}}">
|
|
|
- <p ng-bind="item.area"></p>
|
|
|
- <p ng-bind="item.detailAddr"></p>
|
|
|
- </td>
|
|
|
- <td ng-bind="item.recTel" title="{{item.recTel}}">13135015772</td>
|
|
|
- </tr>
|
|
|
- <tr class="record-num" ng-if="billData && billData.length>0">
|
|
|
- <td colspan="9">
|
|
|
+ <tr ng-repeat="item in billData track by $index">
|
|
|
+ <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="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>
|
|
|
+ </div>
|
|
|
+ <div class="list clearboth" style="width: 100%">
|
|
|
+ <div class="pull-left w50">
|
|
|
+ <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="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="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">
|
|
|
+ <p ng-repeat="orderid in item.orderids"><a target="_blank" ng-href="user#/order/detail/{{orderid | EncryptionFilter}}">{{orderid}}</a></p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <div class="pull-right clearboth" style="margin-bottom: 0px;width: 35%">
|
|
|
+ <div class="pull-left w100 clearboth">
|
|
|
+ <div class="pull-left name">申请开票时间: </div>
|
|
|
+ <div class="pull-left marginLeft">{{item.createTime | date : 'yyyy-MM-dd HH:mm:ss'}}</div>
|
|
|
+ </div>
|
|
|
+ <div class="pull-left w100 clearboth">
|
|
|
+ <div class="pull-left name">收票人: </div>
|
|
|
+ <div class="pull-left marginLeft overhidden" style="width: 234px;text-align: left" title="{{item.receiverName}}">{{item.receiverName || '-'}}</div>
|
|
|
+ </div>
|
|
|
+ <div class="pull-left w100 clearboth">
|
|
|
+ <div class="pull-left name">联系电话: </div>
|
|
|
+ <div class="pull-left marginLeft">{{item.recTel || '-'}}</div>
|
|
|
+ </div>
|
|
|
+ <div class="pull-left w100 clearboth">
|
|
|
+ <div class="pull-left name">收票地址: </div>
|
|
|
+ <div class="pull-left marginLeft" style="max-width: 224px;text-align: left;white-space: normal;white-space: normal;word-break: break-all;">{{item.invoiceAddress || '-'}}</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="fixedImg">
|
|
|
+ <!--item.invoicetype==1206?'普票':'专票'-->
|
|
|
+ <img src="static/img/user/images/invoice-nor.png" ng-if="item.invoicetype == 1206" width="41"/>
|
|
|
+ <img src="static/img/user/images/invoice-spec.png" ng-if="item.invoicetype == 1205" width="41"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <!--<td style="width: 50px;">-->
|
|
|
+ <!--<lable class="check-act">-->
|
|
|
+ <!--<input type="checkbox" id={{$index+1}} ng-checked="item.checked" ng-click="checkInvoice(item)" />-->
|
|
|
+ <!--<label for={{$index+1}}></label>-->
|
|
|
+ <!--</lable>-->
|
|
|
+ <!--</td>-->
|
|
|
+ <!--<td ng-bind="item.createTime | date : 'yyyy-MM-dd'"></td>-->
|
|
|
+ <!--<td>-->
|
|
|
+ <!--<span ng-repeat="(col, orderid) in item.orderids.split(',')">-->
|
|
|
+ <!--<a ng-href="vendor#/purchase/detail/{{item.purchaseids.split(',')[col] | EncryptionFilter}}" ng-bind="orderid" target="_blank" class="link-order"></a>-->
|
|
|
+ <!--</span>-->
|
|
|
+ <!--</td>-->
|
|
|
+ <!--<td ng-bind="item.price"></td>-->
|
|
|
+ <!--<td style="padding: 0;">-->
|
|
|
+ <!--<span ng-bind="item.invoicetype==1206?'普票':'专票'"></span>-->
|
|
|
+ <!--<b ng-click="lookInvoiceInfo(item)" class="invoice-info">开票信息</b>-->
|
|
|
+ <!--</td>-->
|
|
|
+ <!--<td ng-bind="item.invoicetitle"></td>-->
|
|
|
+ <!--<td ng-bind="item.receiverName"></td>-->
|
|
|
+ <!--<td class="address" title="{{item.area+' '+item.detailAddr}}">-->
|
|
|
+ <!--<p ng-bind="item.area"></p>-->
|
|
|
+ <!--<p ng-bind="item.detailAddr"></p>-->
|
|
|
+ <!--</td>-->
|
|
|
+ <!--<td ng-bind="item.recTel">13135015772</td>-->
|
|
|
+ </tr>
|
|
|
+ <tr class="record-num" ng-if="billData && billData.length>0">
|
|
|
+ <td colspan="3">
|
|
|
<span class="count-tip">显示 <span ng-bind="$$kdnData.start"></span>-<span ng-bind="$$kdnData.end"></span> 条,共 <span ng-bind="$$kdnData.totalElements"></span> 条</span>
|
|
|
</td>
|
|
|
</tr>
|
|
|
+ <!--<tr ng-repeat="item in billData track by $index">-->
|
|
|
+ <!--<td ng-bind="item.createTime | date : 'yyyy-MM-dd'" title="{{item.createTime | date : 'yyyy-MM-dd'}}"></td>-->
|
|
|
+ <!--<td>-->
|
|
|
+ <!--<span ng-repeat="(col, orderid) in item.orderids.split(',')">-->
|
|
|
+ <!--<a ng-href="vendor#/purchase/detail/{{item.purchaseids.split(',')[col] | EncryptionFilter}}" ng-bind="orderid" title="{{orderid}}" target="_blank" class="link-order"></a>-->
|
|
|
+ <!--</span>-->
|
|
|
+ <!--</td>-->
|
|
|
+ <!--<td ng-bind="item.price" title="{{item.price}}"></td>-->
|
|
|
+ <!--<td style="padding: 0;">-->
|
|
|
+ <!--<span ng-bind="item.invoicetype==1206?'普票':'专票'"></span>-->
|
|
|
+ <!--<b ng-click="lookInvoiceInfo(item)" class="invoice-info">开票信息</b></td>-->
|
|
|
+ <!--<td ng-bind="item.invoicetitle" title="{{item.invoicetitle}}"></td>-->
|
|
|
+ <!--<td ng-bind="item.receiverName" title="{{item.receiverName}}"></td>-->
|
|
|
+ <!--<td class="address" title="{{item.area+' '+item.detailAddr}}">-->
|
|
|
+ <!--<p ng-bind="item.area"></p>-->
|
|
|
+ <!--<p ng-bind="item.detailAddr"></p>-->
|
|
|
+ <!--</td>-->
|
|
|
+ <!--<td ng-bind="item.recTel" title="{{item.recTel}}">13135015772</td>-->
|
|
|
+ <!--</tr>-->
|
|
|
+ <!--<tr class="record-num" ng-if="billData && billData.length>0">-->
|
|
|
+ <!--<td colspan="9">-->
|
|
|
+ <!--<span class="count-tip">显示 <span ng-bind="$$kdnData.start"></span>-<span ng-bind="$$kdnData.end"></span> 条,共 <span ng-bind="$$kdnData.totalElements"></span> 条</span>-->
|
|
|
+ <!--</td>-->
|
|
|
+ <!--</tr>-->
|
|
|
</tbody>
|
|
|
<tbody class="no-record-list" ng-if="!billData || billData.length<=0">
|
|
|
- <tr style="height:401px!important;">
|
|
|
- <td style="border: #fff 1px solid" colspan="10"><img src="static/img/all/empty-cart.png"><span class="f14">暂无开票记录</span></td>
|
|
|
- </tr>
|
|
|
+ <tr style="height:401px!important;">
|
|
|
+ <td style="border: #fff 1px solid" colspan="10"><img src="static/img/all/empty-cart.png"><span class="f14">暂无开票记录</span></td>
|
|
|
+ </tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|