Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-shops-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-06-06 18:33:04 +0800
Commit
a1dab437fe64102b925f4f010cc6410e5c312251
1 parent
0c405dbc
大小童 bug 修改
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
client/js/basegoods/index.js
client/js/goods/netsale.js
client/js/goods/partials/basic-info.js
client/js/goods/shelf_audit/index.js
client/js/basegoods/index.js
View file @
a1dab43
...
...
@@ -38,7 +38,8 @@ var AgeLevelEnum = {
1
:
"成人"
,
2
:
"大童"
,
3
:
"小童"
,
'2|3'
:
"大小童"
'2|3'
:
"大小童"
,
'3|2'
:
"大小童"
}
}
...
...
client/js/goods/netsale.js
View file @
a1dab43
...
...
@@ -12,7 +12,8 @@ var ENUM = {
1
:
'成人'
,
2
:
'大童'
,
3
:
'小童'
,
'2|3'
:
"大童/小童"
'2|3'
:
"大小童"
,
'3|2'
:
"大小童"
},
status
:
{
'8'
:
'待上架'
,
...
...
client/js/goods/partials/basic-info.js
View file @
a1dab43
...
...
@@ -12,7 +12,9 @@ var basicInfohtml = '',
ageLevel
:
{
'1'
:
'成人'
,
'2'
:
'大童'
,
'3'
:
'小童'
'3'
:
'小童'
,
'2|3'
:
"大小童"
,
'3|2'
:
"大小童"
},
gender
:
{
1
:
'男'
,
...
...
client/js/goods/shelf_audit/index.js
View file @
a1dab43
...
...
@@ -44,6 +44,8 @@ var AgeLevelEnum = {
1
:
"成人"
,
2
:
"大童"
,
3
:
"小童"
,
'2|3'
:
"大小童"
,
'3|2'
:
"大小童"
,
""
:
"未知年龄"
}
}
...
...
Please
register
or
login
to post a comment