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
439eb348
authored
Oct 30, 2019
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整明细
parent
7aec11d6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
resources/views/detail/content.blade.php
resources/views/detail/content.blade.php
View file @
439eb348
...
@@ -503,16 +503,16 @@
...
@@ -503,16 +503,16 @@
<td>
{{$v['brand_name']}}
</td>
<td>
{{$v['brand_name']}}
</td>
<td
id=
"goods_number_{{$v['rec_id']}}"
>
{{$v['goods_number']}}
</td>
<td
id=
"goods_number_{{$v['rec_id']}}"
>
{{$v['goods_number']}}
</td>
<td>
<td>
<span
id=
"{{$v['rec_id']}}"
>
{{$v['goods_price
_format
']}}
</span>
<span
id=
"{{$v['rec_id']}}"
>
{{$v['goods_price']}}
</span>
</td>
</td>
@if (in_array($order_info['order_type'], [2, 3]))
@if (in_array($order_info['order_type'], [2, 3]))
<td>
{{ $currency . number_format($v['goods_price'] * $v['goods_number'],
4
, '.', '') }}
</td>
<td>
{{ $currency . number_format($v['goods_price'] * $v['goods_number'],
2
, '.', '') }}
</td>
@elseif ($username != 'vpadmin@ichunt.com')
@elseif ($username != 'vpadmin@ichunt.com')
<td>
{{$v['single_pre_price_format']}}
</td>
<td>
{{$v['single_pre_price_format']}}
</td>
<td>
{{$v['single_pre_price_amount']}}
</td>
<td>
{{$v['single_pre_price_amount']}}
</td>
@else
@else
<td>
{{ $currency . number_format($v['goods_price'] * $v['goods_number'],
4
, '.', '') }}
</td>
<td>
{{ $currency . number_format($v['goods_price'] * $v['goods_number'],
2
, '.', '') }}
</td>
@endif
@endif
<td>
{{$v['delivery_time']}}
</td>
<td>
{{$v['delivery_time']}}
</td>
...
...
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