Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
朱继来
/
后台订单管理
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c01462a6
authored
Jan 14, 2019
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整退款列表处理时间
parent
28498475
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
resources/views/detail/content.blade.php
resources/views/refundlist/content.blade.php
resources/views/detail/content.blade.php
View file @
c01462a6
...
...
@@ -491,8 +491,8 @@
<tr>
<td>
{{$v['goods_name']}}
</td>
<td>
{{$v['refund_num']}}
</td>
<td>
{{$v['single_pre_price']}}
</td>
<td>
{{number_format($v['refund_num'] * $v['single_pre_price'], 4)}}
</td>
<td>
{{$
currency . $
v['single_pre_price']}}
</td>
<td>
{{
$currency .
number_format($v['refund_num'] * $v['single_pre_price'], 4)}}
</td>
</tr>
@endforeach
</tbody>
...
...
resources/views/refundlist/content.blade.php
View file @
c01462a6
...
...
@@ -98,7 +98,7 @@
}
?>
</td>
<td
class=
"show-list"
>
{{$v['
refund_time'] ? date('Y-m-d H:i:s', $v['refund
_time']) : ''}}
</td>
<td
class=
"show-list"
>
{{$v['
update_time'] ? date('Y-m-d H:i:s', $v['update
_time']) : ''}}
</td>
<td>
<div
class=
"btn-group btn-group-xs"
>
<a
class=
"btn btn-primary"
href=
"/refund_details/{{$v['refund_id']}}"
target=
"_blank"
>
查看申请
</a>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment