|
@@ -3,7 +3,7 @@
|
|
|
<head>
|
|
|
<meta charset="utf-8" />
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
- <title>VIP订阅订单详情</title>
|
|
|
+ <title>企业商机管理订单详情</title>
|
|
|
{{include "/common/inc.html"}}
|
|
|
<link rel="stylesheet" type="text/css" href="{{Msg "seo" "cdn"}}/dataexport/base.css"/>
|
|
|
<link rel="stylesheet" type="text/css" href="{{Msg "seo" "cdn"}}/dataexport/dataExport.css"/>
|
|
@@ -105,7 +105,6 @@
|
|
|
</div>
|
|
|
<script>
|
|
|
var order_status={{.T.res.order_status}};
|
|
|
- console.log(order_status)
|
|
|
if (order_status=="已取消"){
|
|
|
$(".orderstatus").css("color","orange")
|
|
|
}else if (order_status=="已支付"){
|
|
@@ -148,6 +147,7 @@
|
|
|
</ul>
|
|
|
<div class="line"></div>
|
|
|
<ul class="row third" style="margin-top:20px !important;padding-right: 0px; margin-left:20px ">
|
|
|
+ <li class="row-list nofloat">支付金额:{{.T.res.order_money}}元</li>
|
|
|
<li class="row-list nofloat">支付方式:{{.T.res.pay_way}}</li>
|
|
|
<li class="row-list nofloat">支付单号:{{.T.transaction_id}}</li>
|
|
|
</ul>
|
|
@@ -159,11 +159,16 @@
|
|
|
<div class="hd">发票信息</div>
|
|
|
<div class="bd clearfix" style="padding-right: 65px;">
|
|
|
<ul class="row first" style="margin-top:20px !important;">
|
|
|
+ <li class="row-list nofloat">发票状态:{{.T.res.applybill_status}}</li>
|
|
|
<li class="row-list nofloat">发票类型:普通发票(电子发票)</li>
|
|
|
{{if eq .T.res.order_status "未支付"}}
|
|
|
<li class="row-list nofloat">发票抬头:-</li>
|
|
|
{{else}}
|
|
|
- <li class="row-list nofloat">发票抬头:{{.T.res.applybill_type}}</li>
|
|
|
+ {{if eq .T.res.applybill_status "未申请"}}
|
|
|
+ <li class="row-list nofloat" style="display:none">发票抬头:{{.T.res.applybill_type}}</li>
|
|
|
+ {{else}}
|
|
|
+ <li class="row-list nofloat" >发票抬头:{{.T.res.applybill_type}}</li>
|
|
|
+ {{end}}
|
|
|
{{end}}
|
|
|
{{if .T.res.applybill_type}}
|
|
|
{{if eq .T.res.applybill_type "个人"}}
|