Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
liuyue
9 years ago
Commit
a53c807a7596bb9ca04ab728423a434eab7c7fe8
1 parent
f9bdc9f8
网销店铺品牌筛选
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
4 deletions
client/js/goods/netsale.js
client/js/goods/netsale.js
View file @
a53c807
...
...
@@ -37,9 +37,22 @@ var ENUM = {
}
};
var
tabTree
=
new
common
.
tabTree
(
"#sortTree"
);
var
tabTree
=
new
common
.
tabTree
(
"#sortTree"
);
tabTree
.
init
();
new
common
.
dropDown
({
el
:
'#shopId'
,
ajax
:
'shopsRest'
});
new
common
.
dropDown
({
el
:
'#brandId'
,
ajax
:
'brand'
});
var
t
=
new
common
.
tab
({
el
:
"#basicTab"
,
click
:
function
()
{
...
...
@@ -106,9 +119,9 @@ var g = new common.grid({
isScreen
:
common
.
util
.
__input
(
"isScreen"
),
isMeasure
:
common
.
util
.
__input
(
"isMeasure"
),
gender
:
common
.
util
.
__input
(
"gender"
),
maxSortId
:
tabTree
.
selected
[
0
]?
tabTree
.
selected
[
0
].
id
:
""
,
middleSortId
:
tabTree
.
selected
[
1
]?
tabTree
.
selected
[
1
].
id
:
""
,
smallSortId
:
tabTree
.
selected
[
2
]?
tabTree
.
selected
[
2
].
id
:
""
,
maxSortId
:
tabTree
.
selected
[
0
]
?
tabTree
.
selected
[
0
].
id
:
""
,
middleSortId
:
tabTree
.
selected
[
1
]
?
tabTree
.
selected
[
1
].
id
:
""
,
smallSortId
:
tabTree
.
selected
[
2
]
?
tabTree
.
selected
[
2
].
id
:
""
,
isOutLets
:
common
.
util
.
__input
(
"isOutLets"
),
productStatus
:
common
.
util
.
__input
(
"productStatus"
),
size
:
common
.
util
.
__input
(
"size"
),
...
...
Please
register
or
login
to post a comment