Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
9 years ago
Commit
1e442639ab763632a2fb43d206e1c016cc301f42
1 parent
35318ca1
fix invoice display issue
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
apps/me/models/returns.js
apps/me/views/partial/order/detail/info-box.hbs
apps/me/models/returns.js
View file @
1e44263
...
...
@@ -73,7 +73,6 @@ const getUserReturn = (uid, page) => {
}
}
:
false
;
data
.
list
.
forEach
(
item
=>
{
item
.
orderGoods
=
item
.
goods
;
item
.
createTime
=
item
.
orderCreateTime
;
...
...
apps/me/views/partial/order/detail/info-box.hbs
View file @
1e44263
...
...
@@ -19,9 +19,13 @@
<h4
class=
"status-title"
>
发票信息
</h4>
{{#if
invoice
}}
{{#
invoice
}}
{{#if
showInvoice
}}
<p
class=
"text"
>
发票类型:
{{
typeText
}}
</p>
<p
class=
"text"
>
发票抬头:
{{
title
}}
</p>
<p
class=
"text"
>
发票内容:
{{
contentValue
}}
</p>
{{^}}
<p
class=
"text"
>
暂不需要发票
</p>
{{/if}}
{{/
invoice
}}
{{^}}
<p
class=
"text"
>
暂不需要发票
</p>
...
...
Please
register
or
login
to post a comment