Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
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
马力
2016-09-26 15:08:37 +0800
Commit
094bc8153c5348e26684a7a80581d46f0c59acac
1 parent
6424b8b9
修改品类尺码关联时,如果有很多行序值相同时,只需要报一次序值不可重复
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
code/static/js.jquery/module/baserule/CateSize.js
code/static/js.jquery/module/baserule/CateSize.js
View file @
094bc81
...
...
@@ -106,6 +106,7 @@ var Bll = {
if
(
Bll
.
orderBys
[
i
]
==
Bll
.
module
.
orderBy
)
{
flag
=
false
;
common
.
util
.
__tip
(
"排序值不可重复"
,
"warning"
);
break
;
}
}
}
...
...
Please
register
or
login
to post a comment