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
2baece24
authored
Apr 18, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整订单配送状态
parent
8ef24967
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
12 deletions
resources/views/detail/content.blade.php
resources/views/detail/content.blade.php
View file @
2baece24
...
...
@@ -26,7 +26,6 @@
<th>
交易状态
</th>
<th>
对账状态
</th>
<th>
配送状态
</th>
<th>
支付方式
</th>
<th>
支付类型
</th>
<th>
支付状态
</th>
...
...
@@ -75,16 +74,6 @@
}
?>
</td>
<td>
<?php
switch
(
$order_shipping_info
[
'status'
])
{
case
1
:
echo
'已配送'
;
break
;
case
2
:
echo
'已签收'
;
break
;
default
:
echo
'未配送'
;
break
;
}
?>
</td>
<td>
<?php
...
...
@@ -291,7 +280,7 @@
<tr>
<th
width=
"10%"
>
快递单号:
</th>
<td>
{{$s->shipping_no}}
</td>
<th
width=
"10%"
>
配送
方式
:
</th>
<th
width=
"10%"
>
配送
状态
:
</th>
<td>
<?php
switch
(
$s
->
status
)
{
...
...
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