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
3768688e
authored
Jul 17, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
去掉搜索提示
parent
c1acc1af
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
resources/views/erpOrder/content.blade.php
resources/views/orderlist/content.blade.php
resources/views/erpOrder/content.blade.php
View file @
3768688e
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
<dl>
<dl>
<dt>
推送业务员:
</dt>
<dt>
推送业务员:
</dt>
<dd
style=
"width: 115px;"
>
<dd
style=
"width: 115px;"
>
<select
id=
"order_send"
name=
"order_send"
class=
"form-control order_send selectpicker"
title=
"全部"
data-live-search=
"true"
data-live-search-placeholder=
"搜索"
>
<select
id=
"order_send"
name=
"order_send"
class=
"form-control order_send selectpicker"
title=
"全部"
data-live-search=
"true"
>
@foreach ($sale_list as $v)
@foreach ($sale_list as $v)
<option
value=
"{{$v->userId}}"
>
{{$v->name}}
</option>
<option
value=
"{{$v->userId}}"
>
{{$v->name}}
</option>
@endforeach
@endforeach
...
...
resources/views/orderlist/content.blade.php
View file @
3768688e
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
<dl>
<dl>
<dt>
推送业务员:
</dt>
<dt>
推送业务员:
</dt>
<dd
style=
"width: 115px;"
>
<dd
style=
"width: 115px;"
>
<select
id=
"order_send"
name=
"order_send"
class=
"form-control order_send selectpicker"
title=
"全部"
data-live-search=
"true"
data-live-search-placeholder=
"搜索"
>
<select
id=
"order_send"
name=
"order_send"
class=
"form-control order_send selectpicker"
title=
"全部"
data-live-search=
"true"
>
@foreach ($sale_list as $v)
@foreach ($sale_list as $v)
<option
value=
"{{$v->userId}}"
>
{{$v->name}}
</option>
<option
value=
"{{$v->userId}}"
>
{{$v->name}}
</option>
@endforeach
@endforeach
...
...
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