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
b3922ea1
authored
May 28, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
订单列表状态添加全选
parent
9f6f8ca1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
public/css/order.css
resources/views/orderlist/content.blade.php
public/css/order.css
View file @
b3922ea1
...
...
@@ -308,3 +308,7 @@ input[type="color"],
.bootstrap-select
:not
([
class
*=
col-
])
:not
([
class
*=
form-control
])
:not
(
.input-group-btn
)
{
width
:
150px
;
}
.bs-select-all
,
.bs-deselect-all
{
width
:
100%
!important
;
}
\ No newline at end of file
resources/views/orderlist/content.blade.php
View file @
b3922ea1
...
...
@@ -462,6 +462,14 @@
$
(
'input[name=test_order]'
).
attr
(
'checked'
,
true
);
}
$
(
".selectpicker"
).
selectpicker
({
actionsBox
:
true
,
//在下拉选项添加选中所有和取消选中的按钮
countSelectedText
:
"已选中{0}项"
,
selectedTextFormat
:
"count > 5"
,
selectAllText
:
'全选'
,
deselectAllText
:
'取消全选'
,
})
$
(
'.selectpicker'
).
selectpicker
(
'val'
,
order_status
.
split
(
','
)).
trigger
(
"change"
);
$
.
lie
.
order
.
index
();
...
...
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