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
weiqingting
2016-03-22 10:28:31 +0800
Commit
e39854e0861881a3289134ac7aa6a0fb86255a31
1 parent
347bd819
类目添加supplieid提交
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
client/js/basegoods/edit.js
server/interface/basegoods.js
client/js/basegoods/edit.js
View file @
e39854e
...
...
@@ -104,7 +104,7 @@ var SORTDATA={
{
id
:
RESPONSEDATA
.
sortId
,
sortName
:
RESPONSEDATA
.
sortName
}
],
otherParam
:
function
(){
return
{
brandId
:
$
(
"#brandId"
).
val
()
}
//$("#brandId").val()
return
{
brandId
:
$
(
"#brandId"
).
val
()
,
supplierId
:
common
.
util
.
__input
(
"supplierId"
)}
},
complete
:
function
(
data
){
if
(
data
.
length
>
2
){
...
...
server/interface/basegoods.js
View file @
e39854e
...
...
@@ -285,7 +285,8 @@ exports.res = [
url
:
'/product/querySortBySmallSort'
,
params
:[
{
name
:
"brandId"
,
type
:
"Number"
},
{
name
:
"sortId"
,
type
:
"Number"
}
{
name
:
"sortId"
,
type
:
"Number"
},
{
name
:
"supplierId"
,
type
:
"Number"
}
]
},
{
...
...
Please
register
or
login
to post a comment