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
8e24ef57
authored
Jun 20, 2019
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整erp列表
parent
2d038bf1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
app/Http/Controllers/OrderController.php
resources/views/erpOrder/content.blade.php
app/Http/Controllers/OrderController.php
View file @
8e24ef57
...
...
@@ -482,7 +482,7 @@ Class OrderController extends Controller
$show
=
$page
->
show
();
$info
[
'condition'
]
=
$info
[
'map'
];
$info
[
'sale_list'
]
=
$sale_list
;
$info
[
'sale_list'
]
=
isset
(
$sale_list
)
?
$sale_list
:
''
;
$info
[
'list'
]
=
$response
[
'data'
][
'data'
];
$info
[
'count'
]
=
$response
[
'data'
][
'count'
];
$info
[
'page'
]
=
$show
;
...
...
resources/views/erpOrder/content.blade.php
View file @
8e24ef57
...
...
@@ -79,7 +79,6 @@
<th
class=
"pl30"
>
订单状态
</th>
<th
class=
"pl30"
>
付款类型
</th>
<th
class=
"pl30"
>
支付方式
</th>
<th
class=
"pl30"
>
推送业务员
</th>
<th
class=
"pl30"
>
发货状态
</th>
<th
class=
"pl30"
>
配送方式
</th>
<th
class=
"pl30"
>
订单来源
</th>
...
...
@@ -90,7 +89,7 @@
@if (empty($list))
<tr>
<td
colspan=
"1
1
"
class=
"text-center"
>
没有查询到相关记录~
</td>
<td
colspan=
"1
0
"
class=
"text-center"
>
没有查询到相关记录~
</td>
</tr>
@else
<tbody>
...
...
@@ -122,15 +121,6 @@
<td
class=
"show-list"
>
{{ Config('params.order_pay_type')[$v['order_pay_type']] }}
</td>
<td
class=
"show-list"
>
<?php
print_r
(
App\Http\Controllers\getPayName
(
$v
[
'order_id'
]));
?>
</td>
<td
class=
"show-list"
>
<?php
foreach
(
$sale_list
as
$val
)
{
if
(
$val
->
userId
==
$v
[
'sale_id'
])
{
echo
$val
->
name
;
}
}
?>
</td>
<td
class=
"show-list"
class=
"show-list"
>
<?php
$status
=
App\Http\Controllers\getShipping
(
$v
[
'order_id'
]);
...
...
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