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
cfdb82f7
authored
Sep 12, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整渠道名
parent
d922196c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
app/Http/Controllers/OrderController.php
resources/views/detail/changeOrder.blade.php
app/Http/Controllers/OrderController.php
View file @
cfdb82f7
...
@@ -279,9 +279,9 @@ function getOrderAddress($order_id)
...
@@ -279,9 +279,9 @@ function getOrderAddress($order_id)
function
getSupplierName
(
$key
)
function
getSupplierName
(
$key
)
{
{
$redis
=
Redis
::
connection
(
'read'
);
$redis
=
Redis
::
connection
(
'read'
);
$supp_info
=
json_decode
(
$redis
->
hget
(
'supp_info_'
,
$key
),
true
);
$supp_info
=
$redis
->
hget
(
'supp_info_'
,
$key
);
return
$supp_info
[
'supplier_name'
]
;
return
$supp_info
;
}
}
Class
OrderController
extends
Controller
Class
OrderController
extends
Controller
...
...
resources/views/detail/changeOrder.blade.php
View file @
cfdb82f7
...
@@ -113,7 +113,7 @@
...
@@ -113,7 +113,7 @@
<p>
附加费设置
</p>
<p>
附加费设置
</p>
<table
class=
"table table-bordered table-hover extend-fee-table"
>
<table
class=
"table table-bordered table-hover extend-fee-table"
>
<thead>
<thead>
<th>
供应商
</th>
<th>
供应商
/渠道
</th>
<th>
商品金额
</th>
<th>
商品金额
</th>
<th>
调整附加费
</th>
<th>
调整附加费
</th>
</thead>
</thead>
...
...
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