|
|
@@ -893,10 +893,10 @@
|
|
|
<div class="pay_com">
|
|
|
<span>发票信息详情
|
|
|
<!--<a ng-click="modifyInvoice(bill)" ng-if="order.invoicetype!='1207'&&order.status == 501"><i class="fa fa-plus-square" aria-hidden="true"></i> <em ng-if="!bill.name">新增发票</em><em ng-if="bill.name">修改发票</em></a>-->
|
|
|
- <span ng-click="modifyInvoice(bill)" ng-if="order.invoicetype!='1207'&&(order.status == 501 || order.status == 503 || order.status == 504)"><i class="fa fa-plus-square" aria-hidden="true"></i> <button ng-if="!bill.name">新增发票</button><button ng-if="bill.name">修改发票</button></span>
|
|
|
+ <span ng-click="modifyInvoice(bill)" ng-if="order.invoicetype!='1207'&&order.status == 501"><i class="fa fa-plus-square" aria-hidden="true"></i> <button ng-if="!bill.name">新增发票</button><button ng-if="bill.name">修改发票</button></span>
|
|
|
</span>
|
|
|
</div>
|
|
|
- <p class="bill-radio" ng-if="order.status == '501' || order.status == 503 || order.status == 504">
|
|
|
+ <p class="bill-radio" ng-if="order.status == '501'">
|
|
|
<span ng-click="selectBill('1207')">
|
|
|
<input type="radio" name="bill" ng-checked="order.invoicetype == '1207'"/>
|
|
|
<label></label><em>暂不开票</em>
|
|
|
@@ -916,7 +916,7 @@
|
|
|
<div class="pay_oder_xq_list no-need-bill notice" ng-if="order.invoicetype!='1207' && !bill.name">
|
|
|
还没有对应的发票信息,请新增相应的发票信息
|
|
|
</div>
|
|
|
- <div class="pay_oder_xq_list" ng-if="order.invoicetype&&order.invoicetype != '1207'&&bill.name">
|
|
|
+ <div class="pay_oder_xq_list" ng-if="order.invoicetype&&order.invoicetype != '1207'&& bill.name">
|
|
|
<p><em>发票类型:</em><span ng-bind="order.invoicetype | billTypeFilter "></span></p>
|
|
|
<p><em>发票抬头:</em><span ng-bind="bill.head || '空'"></span></p>
|
|
|
<p ng-if="order.invoicetype == '1205'"><em>单位地址:</em><span ng-bind="bill.companyAddress || '空'"></span></p>
|
|
|
@@ -928,6 +928,7 @@
|
|
|
<p><em>联系电话:</em><span ng-bind="bill.telephone || '空'"></span></p>
|
|
|
<p><em>详细地址:</em><span>{{bill.area}}, {{bill.detailAddress}}</span></p>
|
|
|
</div>
|
|
|
+ <div class="pay_oder_xq_list" ng-if="order.invoicetype === 1207 && !bill.name" style="font-size: 16px;line-height: 40px;text-align: center">暂无发票信息</div>
|
|
|
</div>
|
|
|
<!-- 付款金额 -->
|
|
|
<div class="sure_oder" style="margin-top: 10px">
|