Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王水玲
9 years ago
Commit
41e00ccc5ddf1a7169b6ce793b3e0857aff2e874
1 parent
98f2d7cf
发票 订单详情
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
0 deletions
static/sass/me/_order-detail.css
template/m.yohobuy.com/actions/index/home/order-detail.phtml
static/sass/me/_order-detail.css
View file @
41e00cc
...
...
@@ -267,4 +267,28 @@
.btn-rebuy
{
margin-left
:
10px
;
}
.invoice-info
{
margin
:
20px
0
;
border-top
:
1px
solid
#e0e0e0
;
border-bottom
:
1px
solid
#e0e0e0
;
background
:
#fff
;
padding
:
30px
;
box-sizing
:
border-box
;
overflow
:
hidden
;
span
{
font-size
:
28px
;
color
:
#444
;
line-height
:
40px
;
}
.invoice-fr
{
float
:
right
;
}
.invoice-see
{
color
:
#d0021b
;
}
}
}
...
...
template/m.yohobuy.com/actions/index/home/order-detail.phtml
View file @
41e00cc
...
...
@@ -71,6 +71,28 @@
</p>
{
{/if
}
}
{
{#invoice
}
}
<ul
class=
"invoice-info"
>
<li>
<span>发票信息</span>
<span
class=
"invoice-fr"
>
{
{#if
type
}
}电子发票
{
{else
}
}纸质发票
{
{/if
}
}</span>
</li>
<li>
<span>发票抬头</span>
<span
class=
"invoice-fr"
>
{
{title
}
}</span>
</li>
<li>
<span>发票内容</span>
<span
class=
"invoice-fr"
>
{
{contentValue
}
}</span>
</li>
{
{#if
pdfUrl
}
}
<li>
<a
href=
"{{pdfUrl}}"
><span
class=
"invoice-fr invoice-see"
>点击下载PDF发票</span></a>
</li>
{
{/if
}
}
</ul>
{
{/invoice
}
}
<div
class=
"opt block"
>
{
{#unless
unreceived
}
}
{
{#unless
unpaid
}
}
...
...
Please
register
or
login
to post a comment