chengkun
2025-04-18 1bb985f32f2efe0f9dd69f3cf29a1c809b1cf96d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 
    <head>
        <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
        <link href="./images/reset.css?v={yun:}$config.cachecode{/yun}" rel="stylesheet" type="text/css" />
        <link href="./images/system.css?v={yun:}$config.cachecode{/yun}" rel="stylesheet" type="text/css" />
 
        <link href="./images/table_form.css?v={yun:}$config.cachecode{/yun}" rel="stylesheet" type="text/css" />
        <script src="{yun:}$config.sy_weburl{/yun}/js/jquery-1.8.0.min.js?v={yun:}$config.cachecode{/yun}"></script>
        <link href="{yun:}$config.sy_weburl{/yun}/js/layui/css/layui.css?v={yun:}$config.cachecode{/yun}" rel="stylesheet" type="text/css" />
        <script src="{yun:}$config.sy_weburl{/yun}/js/layui/layui.js?v={yun:}$config.cachecode{/yun}"></script>
        <script src="{yun:}$config.sy_weburl{/yun}/js/layui/phpyun_layer.js?v={yun:}$config.cachecode{/yun}"></script>
        <script src="js/admin_public.js?v={yun:}$config.cachecode{/yun}" language="javascript"></script>
        <title></title>
    </head>
 
    <body class="body_ifm">
        <div class="infoboxp">
 
 
            <div class="clear"></div>
 
            <div class="tty_table-bom">
 
                <table width="100%" class="table_form" style="border-spacing: 5px 0px;margin-top: 0;">
                    <tr>
                        <th colspan="2" class="admin_bold_box">
                            <div class="admin_bold">开票详情</div>
                        </th>
                    </tr>
                    <tr>
                        <th align="right" width="120">订单号:</th>
                        <td>
                            <div class="yun_admin_divh">{yun:}$invoice.order_id{/yun}</div>
                        </td>
                    </tr>
                    <tr>
                        <th align="right">开票总额:</th>
                        <td>
                            <div class="yun_admin_divh">¥ {yun:}$invoice.price{/yun}</div>
                        </td>
                    </tr>
 
                    <tr class="admin_table_trbg">
                        <th align="right">支付状态:</th>
                        <td>
                            <div class="yun_admin_divh">支付成功</div>
                        </td>
                    </tr>
 
                    <tr class="admin_table_trbg">
                        <th align="right">申请时间:</th>
                        <td>
                            <div class="yun_admin_divh">{yun:}$invoice.addtime|date_format:"%Y-%m-%d %H:%M:%S"{/yun}</div>
                        </td>
                    </tr>
                    
                    <tr>
                        <th align="right" width="230">发票抬头:</th>
                        <td>
                            <div class="yun_admin_divh">{yun:}$invoice.title{/yun}</div>
                        </td>
                    </tr>
                    
                    <tr>
                        <th align="right" width="230">开票类型:</th>
                        <td>
                            <div class="yun_admin_divh">{yun:}if $invoice.type!='2'{/yun}企业普通发票{yun:}else if $invoice.type=='2'{/yun}增值税专用票{yun:}/if{/yun}</div>
                        </td>
                    </tr>
                    
                    {yun:}if $invoice.invoice_id{/yun}
                    <tr>
                        <th align="right" width="230">发票税号:</th>
                        <td>
                            <div class="yun_admin_divh">{yun:}$invoice.invoice_id{/yun}</div>
                        </td>
                    </tr>
                    {yun:}/if{/yun}
                    
                    {yun:}if $invoice.bank{/yun}
                    <tr>
                        <th align="right" width="230">开户银行:</th>
                        <td>
                            <div class="yun_admin_divh">{yun:}$invoice.bank{/yun}</div>
                        </td>
                    </tr>
                    {yun:}/if{/yun}
                    
                    {yun:}if $invoice.bankno{/yun}
                    <tr>
                        <th align="right" width="230">开户账号:</th>
                        <td>
                            <div class="yun_admin_divh">{yun:}$invoice.bankno{/yun}</div>
                        </td>
                    </tr>
                    {yun:}/if{/yun}
                    
                    {yun:}if $invoice.opaddress{/yun}
                    <tr>
                        <th align="right" width="230">注册地址:</th>
                        <td>
                            <div class="yun_admin_divh">{yun:}$invoice.opaddress{/yun}</div>
                        </td>
                    </tr>
                    {yun:}/if{/yun}
                    
                    {yun:}if $invoice.opphone{/yun}
                    <tr>
                        <th align="right" width="230">注册固话:</th>
                        <td>
                            <div class="yun_admin_divh">{yun:}$invoice.opphone{/yun}</div>
                        </td>
                    </tr>
                    {yun:}/if{/yun}
                    
                    {yun:}if $invoice.style{/yun}
                    <tr>
                        <th align="right" width="230">开票性质:</th>
                        <td>
                            <div class="yun_admin_divh">{yun:}if $invoice.style!='2'{/yun}纸质发票{yun:}else if $invoice.style=='2'{/yun}电子发票{yun:}/if{/yun}</div>
                        </td>
                    </tr>
                    {yun:}/if{/yun}
                    
                    <tr class="admin_table_trbg">
                        <th align="right">收件人名:</th>
                        <td>
                            <div class="yun_admin_divh">{yun:}$invoice.link_man{/yun}</div>
                        </td>
                    </tr>
                    
                    {yun:}if $invoice.link_moblie{/yun}
                    <tr>
                        <th align="right">联系电话:</th>
                        <td>
                            <div class="yun_admin_divh">{yun:}$invoice.link_moblie{/yun}</div>
                        </td>
                    </tr>
                    {yun:}/if{/yun}
                    
                    {yun:}if $invoice.address{/yun}
                    <tr class="admin_table_trbg">
                        <th align="right">邮寄地址:</th>
                        <td>
                            <div class="yun_admin_divh">{yun:}$invoice.address{/yun}</div>
                        </td>
                    </tr>
                    {yun:}/if{/yun}
                    
                    {yun:}if $invoice.email{/yun}
                    <tr class="admin_table_trbg">
                        <th align="right">电子邮箱:</th>
                        <td>
                            <div class="yun_admin_divh">{yun:}$invoice.email{/yun}</div>
                        </td>
                    </tr>
                    {yun:}/if{/yun}
                     
                    <tr>
                        <th align="right">发票状态:</th>
                        <td>
                            <div class="yun_admin_divh">
                                {yun:}if $invoice.status=='0'{/yun}未审核{yun:}/if{/yun} {yun:}if $invoice.status=='1'{/yun}已审核{yun:}/if{/yun} {yun:}if $invoice.status=='2'{/yun}未通过{yun:}/if{/yun} {yun:}if $invoice.status=='3'{/yun}已打印{yun:}/if{/yun} {yun:}if $invoice.status=='4'{/yun}已邮寄{yun:}/if{/yun}
                            </div>
                        </td>
                    </tr>
                    {yun:}if $invoice.statusbody{/yun}
                    <tr>
                        <th align="right">审核状态原因:</th>
                        <td>
                            <div class="yun_admin_divh">
                                {yun:}$invoice.statusbody{/yun}
                            </div>
                        </td>
                    </tr>
                    {yun:}/if{/yun}
                    <tr height="100">
                        <th align="right">&nbsp;</th>
                        <td>
                            <div class="yun_admin_divh">
                                <input class="tty_cz" name="" type="button" value="返回" onclick="javascript:history.go(-1);">
                            </div>
                        </td>
                    </tr>
                </table>
            </div>
        </div>
    </body>
 
</html>