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
bf8ef2e2
authored
Jun 02, 2020
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整自营客服
parent
587b7126
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
app/Http/Controllers/OrderController.php
resources/views/changeOrder/tempSave.blade.php
app/Http/Controllers/OrderController.php
View file @
bf8ef2e2
...
...
@@ -493,6 +493,11 @@ Class OrderController extends Controller
$perm
=
new
PermController
;
$sale_list
=
$perm
->
getUserByDepartmentId
(
Config
(
'perm_args.sales_department_id'
));
// 获取所有的销售
if
(
$tid
==
2
)
{
$admin
=
(
object
)
array
(
'userId'
=>
1000
,
'name'
=>
'admin'
,
'status'
=>
0
);
array_unshift
(
$sale_list
,
$admin
);
}
//获取订单列表
$url
=
Config
(
'website.api_domain'
)
.
'order/getAllOrder'
;
...
...
resources/views/changeOrder/tempSave.blade.php
View file @
bf8ef2e2
...
...
@@ -118,6 +118,11 @@
<th>
付款时间:
</th>
<td>
{{$order_temp_info['temp_save_info']['pay_time_limit'].'天'}}
</td>
</tr>
<tr>
<th>
客服备注:
</th>
<td>
{{ $order_temp_info['temp_save_info']['kefu_remark'] }}
</td>
</tr>
</table>
</form>
</div>
...
...
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