-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguide.html
56 lines (46 loc) · 1.88 KB
/
guide.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<title>明阅电子发票</title>
<script src="dist/js/mui.min.js"></script>
<link href="dist/css/mui.min.css" rel="stylesheet" />
<link href="css/index.css" rel="stylesheet" />
<script src="js/common.js"></script>
</head>
<body>
<div class="mui-navbar-inner mui-bar mui-bar-nav">
<button type="button" class="mui-left mui-action-back mui-btn mui-btn-link mui-btn-nav mui-pull-left">
<span class="mui-icon mui-icon-left-nav"></span>
</button>
<h1 class="mui-center mui-title">电子发票上传方法</h1>
</div>
<!--页面标题栏结束-->
<!--页面主内容区开始-->
<div class="mui-content guide">
<div class="mui-content-padded">
<h4>电子发票上传方法</h4>
<dl class="dl-horizontal">
<dt>方法一:</dt>
<dd>将带有电子发票PDF附件的电子邮件转发 至
<a href="mailto:[email protected]">[email protected]</a>;
<p>
*使用该方法上传电子发票文件,需要用户注册时指定电子邮箱,只有利用指定的电子邮箱所转发的电子发票文件,才能够被平台接受,成功上传。</p>
</dd>
</dl>
<dl class="dl-horizontal">
<dt>方法二:</dt>
<dd>访问《明阅电子发票助手》官网
<a href="http://www.mydzfp.cn">www.mydzfp.cn</a>,登录【我的明阅】利 用文件上传功能上传电子发票,包括提交电子发票下载地址或指定本地PDF文件上传两种方式;
</dd>
</dl>
<dl class="dl-horizontal">
<dt>方法三:</dt>
<dd>登录《明阅电子发票助手》手机端APP, 提交电子发票下载地址。
</dd>
</dl>
</div>
</div>
</body>
</html>