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
2ddfee18
authored
Feb 27, 2019
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
详情页添加业务类型
parent
435b5cd4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
resources/views/detail/content.blade.php
resources/views/detail/content.blade.php
View file @
2ddfee18
...
@@ -31,6 +31,10 @@
...
@@ -31,6 +31,10 @@
<th>
订单类型
</th>
<th>
订单类型
</th>
@endif
@endif
@if ($order_temp_info['business_type'])
<th>
业务类型
</th>
@endif
@if ($order_info['order_pay_type'] == 2)
@if ($order_info['order_pay_type'] == 2)
<th>
预付款
</th>
<th>
预付款
</th>
<th>
尾款
</th>
<th>
尾款
</th>
...
@@ -48,6 +52,10 @@
...
@@ -48,6 +52,10 @@
<td>
{{ $order_info['sale_type'] == 1 ? '现卖' : '预售' }}
</td>
<td>
{{ $order_info['sale_type'] == 1 ? '现卖' : '预售' }}
</td>
@endif
@endif
@if ($order_temp_info['business_type'])
<td>
{{ Config('params.business_type')[$order_temp_info['business_type']] }}
</td>
@endif
@if ($order_info['order_pay_type'] == 2)
@if ($order_info['order_pay_type'] == 2)
<td>
{{$currency.$order_info['advance_amount']}}
</td>
<td>
{{$currency.$order_info['advance_amount']}}
</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