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
47501781
authored
Oct 25, 2019
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
去掉推送页面经理栏
parent
439f19f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
20 deletions
app/Http/Controllers/OrderController.php
resources/views/detail/sendSales.blade.php
app/Http/Controllers/OrderController.php
View file @
47501781
...
@@ -877,7 +877,7 @@ Class OrderController extends Controller
...
@@ -877,7 +877,7 @@ Class OrderController extends Controller
$tags
=
$request
->
input
(
'tags'
,
''
);
$tags
=
$request
->
input
(
'tags'
,
''
);
// 联营
// 联营
$joint_manager
=
$perm
->
getRoleUsers
(
$request
,
'经理'
);
//
$joint_manager = $perm->getRoleUsers($request, '经理');
$joint_in_charge_1
=
$perm
->
getRoleUsers
(
$request
,
'线销一组主管'
);
$joint_in_charge_1
=
$perm
->
getRoleUsers
(
$request
,
'线销一组主管'
);
$joint_in_charge_2
=
$perm
->
getRoleUsers
(
$request
,
'线销二组主管'
);
$joint_in_charge_2
=
$perm
->
getRoleUsers
(
$request
,
'线销二组主管'
);
$joint_in_charge_3
=
$perm
->
getRoleUsers
(
$request
,
'线销三组主管'
);
$joint_in_charge_3
=
$perm
->
getRoleUsers
(
$request
,
'线销三组主管'
);
...
@@ -896,7 +896,7 @@ Class OrderController extends Controller
...
@@ -896,7 +896,7 @@ Class OrderController extends Controller
$self_kefu
=
array_merge
(
$self_assistant
,
$self_kefu
);
$self_kefu
=
array_merge
(
$self_assistant
,
$self_kefu
);
}
}
$info
[
'joint_manager'
]
=
$this
->
filterLeave
(
$joint_manager
);
//
$info['joint_manager'] = $this->filterLeave($joint_manager);
$joint_in_charge_1
=
$this
->
filterLeave
(
$joint_in_charge_1
);
$joint_in_charge_1
=
$this
->
filterLeave
(
$joint_in_charge_1
);
$joint_in_charge_2
=
$this
->
filterLeave
(
$joint_in_charge_2
);
$joint_in_charge_2
=
$this
->
filterLeave
(
$joint_in_charge_2
);
...
...
resources/views/detail/sendSales.blade.php
View file @
47501781
...
@@ -9,24 +9,6 @@
...
@@ -9,24 +9,6 @@
<input
type=
"hidden"
name=
"order_id"
value=
"{{$order_info['order_id']}}"
>
<input
type=
"hidden"
name=
"order_id"
value=
"{{$order_info['order_id']}}"
>
<table
class=
"table table-bordered table-hover check-table"
style=
"min-height:150px;"
>
<table
class=
"table table-bordered table-hover check-table"
style=
"min-height:150px;"
>
@if (!empty($joint_manager))
<tr>
<td
class=
"check-table-title"
width=
"10%"
>
管理员:
</td>
<td>
<ul>
@foreach ($joint_manager as $k => $v)
@if ($v->userId == $order_info['sale_id'])
<li><label><input
type=
"radio"
name=
"sale_id"
value=
"{{$v->userId}}"
checked
/><span>
{{$v->name}}
</span></label></li>
@else
<li><label><input
type=
"radio"
name=
"sale_id"
value=
"{{$v->userId}}"
/><span>
{{$v->name}}
</span></label></li>
@endif
@endforeach
</ul>
</td>
</tr>
@endif
@if (!empty($joint_in_charge))
@if (!empty($joint_in_charge))
<tr>
<tr>
<td
class=
"check-table-title"
>
联营客服:
</td>
<td
class=
"check-table-title"
>
联营客服:
</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