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
33dea923
authored
Mar 18, 2020
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整团购筛选
parent
d4b1b4bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
resources/views/selfOrder/content.blade.php
resources/views/selfOrder/content.blade.php
View file @
33dea923
...
...
@@ -448,6 +448,8 @@
var
order_send
=
"{{$condition['order_send']}}"
;
var
order_pay_type
=
"{{$condition['order_pay_type']}}"
;
var
is_new
=
"{{$condition['is_new']}}"
;
var
order_type_extend
=
"{{$condition['order_type_extend']}}"
;
var
status_extend
=
"{{$condition['status_extend']}}"
;
var
manager
=
"{{$role}}"
;
if
(
test_order
)
{
...
...
@@ -472,6 +474,8 @@
// $('.order_pay_type').selectpicker('val', order_pay_type.split(',')).trigger("change");
$
(
'.order_pay_type'
).
selectpicker
(
'val'
,
order_pay_type
);
$
(
'.is_new'
).
selectpicker
(
'val'
,
is_new
.
split
(
','
)).
trigger
(
"change"
);
$
(
'.order_type_extend'
).
selectpicker
(
'val'
,
order_type_extend
.
split
(
','
)).
trigger
(
"change"
);
$
(
'.status_extend'
).
selectpicker
(
'val'
,
status_extend
.
split
(
','
)).
trigger
(
"change"
);
$
(
'.business_type'
).
selectpicker
(
'val'
,
business_type
.
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