|
|
@@ -0,0 +1,421 @@
|
|
|
+<style>
|
|
|
+ /*未开票*/
|
|
|
+ .vendor-invoice{
|
|
|
+ width: 100%;
|
|
|
+ margin: 0 auto;
|
|
|
+ background: #fff;
|
|
|
+ display: inline-block;
|
|
|
+ }
|
|
|
+ .vendor-invoice-tip{
|
|
|
+ width: 1000px;
|
|
|
+ height: 120px;
|
|
|
+ margin: 0 auto;
|
|
|
+ background: #f5f8fe;
|
|
|
+ padding: 8px 30px;
|
|
|
+ margin-top: 20px;
|
|
|
+ }
|
|
|
+ .vendor-invoice-tip p{
|
|
|
+ font-size: 12px;
|
|
|
+ color: #666;
|
|
|
+ line-height: 25px;
|
|
|
+ }
|
|
|
+ .vendor-invoice-tip p:nth-of-type(2){
|
|
|
+ color: #333;
|
|
|
+ }
|
|
|
+ .vendor-invoice-tip p strong{
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ .vendor-invoice-content{
|
|
|
+ width: 1000px;
|
|
|
+ margin: 0 auto;
|
|
|
+ margin-top: 16px;
|
|
|
+ }
|
|
|
+ .invoice-com-tab{
|
|
|
+ box-sizing: border-box;
|
|
|
+ border: #dae5fd 1px solid;
|
|
|
+ border-bottom: none;
|
|
|
+ }
|
|
|
+ .invoice-com-tab thead{
|
|
|
+ height: 40px;
|
|
|
+ width: 100%;
|
|
|
+ background: #89aefa;
|
|
|
+ }
|
|
|
+ .invoice-com-tab thead>tr th{
|
|
|
+ color: #fff;
|
|
|
+ font-weight: normal;
|
|
|
+ font-size: 14px;
|
|
|
+ text-align: center;
|
|
|
+ border-bottom: none;
|
|
|
+ vertical-align: middle;
|
|
|
+ }
|
|
|
+ .invoice-com-tab tbody tr:hover{
|
|
|
+ background: #f1f5ff;
|
|
|
+ }
|
|
|
+ .invoice-com-tab tbody>tr>td{
|
|
|
+ font-size: 14px;
|
|
|
+ color: #666;
|
|
|
+ border-bottom: 1px solid #dae5fd;
|
|
|
+ border-right: 1px solid #dae5fd;
|
|
|
+ height: 40px;
|
|
|
+ vertical-align: middle;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ /*无记录与记录条数*/
|
|
|
+ .table>tbody>tr.record-num td{
|
|
|
+ padding: 0;
|
|
|
+ border: none;
|
|
|
+ text-align: right;
|
|
|
+ font-size: 12px;
|
|
|
+ padding-right: 10px;
|
|
|
+ border-right: #fff 1px solid;
|
|
|
+ border-left: #fff 1px solid;
|
|
|
+ }
|
|
|
+ .table>tbody>tr.record-num:hover{
|
|
|
+ background: none;
|
|
|
+ }
|
|
|
+ .table>tbody+tbody{
|
|
|
+ border-top: 0;
|
|
|
+ }
|
|
|
+ .table>tbody+tbody.no-record-list tr td{
|
|
|
+ border: none;
|
|
|
+ }
|
|
|
+ /*全选*/
|
|
|
+ .table .check-act input{
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ .table .check-act label{
|
|
|
+ width: 12px;
|
|
|
+ height: 12px;
|
|
|
+ display: inline-block;
|
|
|
+ background: url(static/img/icon/check-rule.png) no-repeat;
|
|
|
+ position: relative;
|
|
|
+ top: 2px;
|
|
|
+ }
|
|
|
+ .table .check-act label{
|
|
|
+ background-position: -48px 0;
|
|
|
+ }
|
|
|
+ .table .check-act input:checked + label{
|
|
|
+ background-position: -31px 0;
|
|
|
+ }
|
|
|
+ .apply-btn{
|
|
|
+ width: 100%;
|
|
|
+ margin: 0 auto;
|
|
|
+ text-align: center;
|
|
|
+ margin: 30px 0;
|
|
|
+ }
|
|
|
+ .apply-btn button{
|
|
|
+ width: 80px;
|
|
|
+ height: 26px;
|
|
|
+ line-height: 26px;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #fff;
|
|
|
+ background: #5078cb;
|
|
|
+ border: none;
|
|
|
+ }
|
|
|
+ .invoice-com-tab thead>tr>th.select-line{
|
|
|
+ padding: 8px 0;
|
|
|
+ }
|
|
|
+ .invoice-com-tab thead>tr>th .form-control{
|
|
|
+ color: #666;
|
|
|
+ padding: 0;
|
|
|
+ height: 24px;
|
|
|
+ width: 52px;
|
|
|
+ opacity: 1;
|
|
|
+ border: #fff 1px solid;
|
|
|
+ border-radius: 2px;
|
|
|
+ position: relative;
|
|
|
+ left: 10px;
|
|
|
+ }
|
|
|
+ .invoice-com-tab thead>tr th,.invoice-com-tab tbody>tr td{
|
|
|
+ padding: 8px 3px;
|
|
|
+ }
|
|
|
+ .invoice-com-tab tbody>tr td.address{
|
|
|
+ text-align: left;
|
|
|
+ }
|
|
|
+ .invoice-com-tab tbody>tr td.address p{
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+ /*操作确认框*/
|
|
|
+ .com-del-box{
|
|
|
+ position: fixed;
|
|
|
+ z-index: 22;
|
|
|
+ height: 152px;
|
|
|
+ opacity: 1;
|
|
|
+ background-color: white;
|
|
|
+ width: 310px;
|
|
|
+ -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
|
|
|
+ box-shadow: 0 5px 15px rgba(0,0,0,.5);
|
|
|
+ margin: -155px 0 0 -75px;
|
|
|
+ top: 55%;
|
|
|
+ left: 50%;
|
|
|
+ }
|
|
|
+ .com-del-box .title{
|
|
|
+ height: 30px;
|
|
|
+ background-color: #5078cb;
|
|
|
+ text-align: right;
|
|
|
+ padding-right: 15px;
|
|
|
+ line-height: 30px;
|
|
|
+ }
|
|
|
+ .com-del-box .title a{
|
|
|
+ color: white;
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
+ .com-del-box .content{
|
|
|
+ width: 100%;
|
|
|
+ text-align: center;
|
|
|
+ margin: 0 auto;
|
|
|
+ }
|
|
|
+ .com-del-box .content p{
|
|
|
+ line-height: 23px;
|
|
|
+ font-size: 14px;
|
|
|
+ padding-top: 15px;
|
|
|
+ }
|
|
|
+ .com-del-box .content p i{
|
|
|
+ color: #5078cb;
|
|
|
+ font-size: 18px;
|
|
|
+ margin-right: 5px;
|
|
|
+ position: relative;
|
|
|
+ top: 2px;
|
|
|
+ }
|
|
|
+ .com-del-box .content div{
|
|
|
+ width: 100%;
|
|
|
+ text-align: center;
|
|
|
+ margin: 0 auto;
|
|
|
+ margin-top: 15px;
|
|
|
+ }
|
|
|
+ .com-del-box .content div a{
|
|
|
+ width: 55px;
|
|
|
+ height: 26px;
|
|
|
+ line-height: 26px;
|
|
|
+ display: inline-block;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+ .com-del-box .content div a:first-child{
|
|
|
+ background: #b4b5b9;
|
|
|
+ color: #333;
|
|
|
+ margin-right: 10px;
|
|
|
+ }
|
|
|
+ .com-del-box .content div a:last-child{
|
|
|
+ background: #5078cb;
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ .com-del-box .content div a:hover{
|
|
|
+ background: #3f7ae3;
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ .invoice-search{
|
|
|
+ width: 100%;
|
|
|
+ margin: 0 auto;
|
|
|
+ background: #f5f8fe;
|
|
|
+ height: 40px;
|
|
|
+ margin-top: 5px;
|
|
|
+ }
|
|
|
+ .invoice-search div.fr{
|
|
|
+ width: 388px;
|
|
|
+ margin-top: 3px;
|
|
|
+ margin-right: 14px;
|
|
|
+ }
|
|
|
+ .invoice-search input.form-control{
|
|
|
+ width: 330px;
|
|
|
+ height: 32px;
|
|
|
+ line-height: 58px;
|
|
|
+ font-size: 12px;
|
|
|
+ border-radius: 0;
|
|
|
+ border: #5078cb 1px solid;
|
|
|
+ background: #fff;
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
+ .invoice-search button{
|
|
|
+ border: none;
|
|
|
+ width: 58px;
|
|
|
+ height: 32px;
|
|
|
+ background: #5078cb;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #fff;
|
|
|
+ float: right;
|
|
|
+ }
|
|
|
+</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>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!--申请开票-->
|
|
|
+ <div class="vendor-invoice" ng-if="active == 'apply_invoice'">
|
|
|
+ <div class="vendor-invoice-tip">
|
|
|
+ <p>温馨提示:</p>
|
|
|
+ <P>1、买家只能对订单状态为<strong>“交易成功”</strong>,且已不能再发起售后的人民币交易订单进行补开发票。</P>
|
|
|
+ <p>2、发票金额为产品总金额且不含运费、积分、优惠券、促销折扣等金额。</p>
|
|
|
+ <p>3、发票邮寄费用将有卖家承担。</p>
|
|
|
+ </div>
|
|
|
+ <div class="vendor-invoice-content">
|
|
|
+ <table class="invoice-com-tab table">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th width="45">
|
|
|
+ <lable class="check-act">
|
|
|
+ <input type="checkbox" id="checkAll" />
|
|
|
+ <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">
|
|
|
+ <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>
|
|
|
+ <td>
|
|
|
+ <lable class="check-act">
|
|
|
+ <input type="checkbox" id="1" />
|
|
|
+ <label for="1"></label>
|
|
|
+ </lable>
|
|
|
+ </td>
|
|
|
+ <td>2017-08-28</td>
|
|
|
+ <td>131364634534</td>
|
|
|
+ <td>131313</td>
|
|
|
+ <td>普票</td>
|
|
|
+ <td>深圳市优软商城科技技</td>
|
|
|
+ <td>哦哦哦</td>
|
|
|
+ <td class="address">
|
|
|
+ <p>广东省 深圳市 南山区</p>
|
|
|
+ <p>科技园科技五路5号英唐大厦6楼</p>
|
|
|
+ </td>
|
|
|
+ <td>13135015772</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>
|
|
|
+ <lable class="check-act">
|
|
|
+ <input type="checkbox" id="1" />
|
|
|
+ <label for="1"></label>
|
|
|
+ </lable>
|
|
|
+ </td>
|
|
|
+ <td>2017-08-28</td>
|
|
|
+ <td>131364634534</td>
|
|
|
+ <td>131313</td>
|
|
|
+ <td>普票</td>
|
|
|
+ <td>深圳市优软商城科技技</td>
|
|
|
+ <td>哦哦哦</td>
|
|
|
+ <td class="address">
|
|
|
+ <p>广东省 深圳市 南山区</p>
|
|
|
+ <p>科技园科技五路5号英唐大厦6楼</p>
|
|
|
+ </td>
|
|
|
+ <td>13135015772</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="record-num">
|
|
|
+ <td colspan="9">
|
|
|
+ <span class="count-tip">显示 1-<span>10</span> 条,共<em> 2506 </em>条</span>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ <!--<tbody class="no-record-list">-->
|
|
|
+ <!--<tr class="height200">-->
|
|
|
+ <!--<td colspan="10"><img src="static/img/all/empty-cart.png"><span>暂无未开票信息!</span></td>-->
|
|
|
+ <!--</tr>-->
|
|
|
+ <!--</tbody>-->
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <div class="apply-btn">
|
|
|
+ <button ng-click="">确认开票</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!--开票记录-->
|
|
|
+ <div class="vendor-invoice" ng-if="active == 'apply_record'">
|
|
|
+ <div class="invoice-search">
|
|
|
+ <div class="fr">
|
|
|
+ <input type="text" class="form-control" placeholder="商家名称/订单号/发票抬头/收票人/联系电话"/>
|
|
|
+ <button>搜索</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="vendor-invoice-content">
|
|
|
+ <table class="invoice-com-tab table">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th width="70">申请时间</th>
|
|
|
+ <th width="90">订单号</th>
|
|
|
+ <th width="90">可开票金额(¥)</th>
|
|
|
+ <th width="55" class="select-line">
|
|
|
+ <select class="select-adder form-control">
|
|
|
+ <option value="1">状态</option>
|
|
|
+ <option value="2">普票</option>
|
|
|
+ <option value="3">专票</option>
|
|
|
+ </select>
|
|
|
+ </th>
|
|
|
+ <th width="120">发票抬头</th>
|
|
|
+ <th width="50">收票人</th>
|
|
|
+ <th width="170">收票地址</th>
|
|
|
+ <th width="50">联系电话</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td>2017-08-28</td>
|
|
|
+ <td>131364634534</td>
|
|
|
+ <td>131313</td>
|
|
|
+ <td>普票</td>
|
|
|
+ <td>深圳市优软商城科技技</td>
|
|
|
+ <td>哦哦哦</td>
|
|
|
+ <td class="address">
|
|
|
+ <p>广东省 深圳市 南山区</p>
|
|
|
+ <p>科技园科技五路5号英唐大厦6楼</p>
|
|
|
+ </td>
|
|
|
+ <td>13135015772</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td>2017-08-28</td>
|
|
|
+ <td>131364634534</td>
|
|
|
+ <td>131313</td>
|
|
|
+ <td>普票</td>
|
|
|
+ <td>深圳市优软商城科技技</td>
|
|
|
+ <td>哦哦哦</td>
|
|
|
+ <td class="address">
|
|
|
+ <p>广东省 深圳市 南山区</p>
|
|
|
+ <p>科技园科技五路5号英唐大厦6楼</p>
|
|
|
+ </td>
|
|
|
+ <td>13135015772</td>
|
|
|
+ </tr>
|
|
|
+ <tr class="record-num">
|
|
|
+ <td colspan="8">
|
|
|
+ <span class="count-tip">显示 1-<span>10</span> 条,共<em> 2506 </em>条</span>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ <!--<tbody class="no-record-list">-->
|
|
|
+ <!--<tr class="height200">-->
|
|
|
+ <!--<td colspan="8"><img src="static/img/all/empty-cart.png"><span>暂无未开票信息!</span></td>-->
|
|
|
+ <!--</tr>-->
|
|
|
+ <!--</tbody>-->
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+
|
|
|
+<!--操作框-->
|
|
|
+<div class="com-del-box" style="display: none;">
|
|
|
+ <div class="title">
|
|
|
+ <a ng-click=""><i class="fa fa-close fa-lg"></i></a>
|
|
|
+ </div>
|
|
|
+ <div class="content">
|
|
|
+ <p><i class="fa fa-exclamation-circle"></i>点击【确认】系统将通知买家发票
|
|
|
+ <br/>已寄出,否则请点击【取消】</p>
|
|
|
+ <div><a ng-click="">取消</a><a ng-click="">确认</a></div>
|
|
|
+ </div>
|
|
|
+</div>
|