|
|
@@ -890,14 +890,14 @@
|
|
|
<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"><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 || 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>
|
|
|
</div>
|
|
|
- <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>
|
|
|
- </span>
|
|
|
+ <p class="bill-radio" ng-if="order.status == '501' || order.status == 503 || order.status == 504">
|
|
|
+ <!--<span ng-click="selectBill('1207')">-->
|
|
|
+ <!--<input type="radio" name="bill" ng-checked="order.invoicetype == '1207'"/>-->
|
|
|
+ <!--<label></label><em>暂不开票</em>-->
|
|
|
+ <!--</span>-->
|
|
|
<span ng-click="selectBill('1206')" ng-hide="storeArray.length == 1 && hideNormal">
|
|
|
<input type="radio" name="bill" ng-checked="order.invoicetype == '1206'"/>
|
|
|
<label></label><em>增值税普通发票</em>
|
|
|
@@ -906,10 +906,10 @@
|
|
|
<input type="radio" name="bill" ng-checked="order.invoicetype == '1205'"/>
|
|
|
<label></label><em>增值税专用发票</em>
|
|
|
</span>
|
|
|
- <b ng-if="order.invoicetype == '1206' && hideNormal">因存在部分寄售产品,寄售产品默认仅提供增值税专票</b>
|
|
|
+ <b ng-if="order.invoicetype == '1205' && hideNormal">因存在部分寄售产品,寄售产品默认仅提供增值税专票</b>
|
|
|
</p>
|
|
|
- <div class="pay_oder_xq_list no-need-bill f14" ng-if="order.invoicetype=='1207'">
|
|
|
- </div>
|
|
|
+ <!--<div class="pay_oder_xq_list no-need-bill f14" ng-if="order.invoicetype=='1207'">-->
|
|
|
+ <!--</div>-->
|
|
|
<div class="pay_oder_xq_list no-need-bill notice" ng-if="order.invoicetype!='1207' && !bill.name">
|
|
|
还没有对应的发票信息,请新增相应的发票信息
|
|
|
</div>
|
|
|
@@ -961,12 +961,20 @@
|
|
|
<input type="hidden" name="timestamp" value={{ysepayRequest.timestamp}}>
|
|
|
<input type="hidden" name="sign" value={{ysepayRequest.sign}}>
|
|
|
</form>
|
|
|
- <p>
|
|
|
- <span class="style01" style="width: 220px; margin-left: 610px;">付款方式:
|
|
|
- <select class="select" ng-model="order.paytype">
|
|
|
- <option value="1102">在线支付</option>
|
|
|
- <option value="1103">线下支付</option>
|
|
|
- </select>
|
|
|
+ <p class="payment">
|
|
|
+ <span class="style01 " style="width: 268px; margin-left: 590px;">付款方式:
|
|
|
+ <span ng-click="order.paytype = 1102" class="bill-radio" style="width: 80px;float:none;margin-left:5px;padding: 0">
|
|
|
+ <input type="radio" name="payfor" ng-checked="order.paytype == '1102'"/>
|
|
|
+ <label></label><em>在线支付</em>
|
|
|
+ </span>
|
|
|
+ <span ng-click="order.paytype = 1103" class="bill-radio" style="width: 80px;float:none;margin-left:5px;padding: 0">
|
|
|
+ <input type="radio" name="payfor" ng-checked="order.paytype == '1103'"/>
|
|
|
+ <label></label><em>线下支付</em>
|
|
|
+ </span>
|
|
|
+ <!--<select class="select" ng-model="order.paytype">-->
|
|
|
+ <!--<option value="1102">在线支付</option>-->
|
|
|
+ <!--<option value="1103">线下支付</option>-->
|
|
|
+ <!--</select>-->
|
|
|
</span>
|
|
|
<a ng-click="confirmPay()">提交订单</a></p>
|
|
|
<p class="bulb-remind"><img src="static/img/user/bulb.png" alt="">若价格变动,请在订单提交后联系卖家改价</p>
|