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
Plain Diff
Browse Files
Authored by
liuyue
2016-03-24 14:28:01 +0800
Commit
e7eaefc05ca006d730810f8e22ca409888f97699
2 parents
2a7b6b75
73105746
Merge branch 'release/1.6' of git.dev.yoho.cn:platform/yohobuy-portal-fe into release/1.6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
client/js/goods/netsale-edit.js
server/views/partials/netsale/goods-params.html
client/js/goods/netsale-edit.js
View file @
e7eaefc
...
...
@@ -77,6 +77,7 @@ if ($('.contentpanel').data('type') == 'info') {
$
(
'#saveAllInfo'
).
hide
();
$
(
".goods-img i"
).
remove
();
$
(
"#search-key-list"
).
hide
();
$
(
".brand-list"
).
hide
();
// 上架审核的查看页面
if
(
$
(
'.contentpanel'
).
data
(
'action'
)
!=
'audit'
)
{
...
...
server/views/partials/netsale/goods-params.html
View file @
e7eaefc
...
...
@@ -44,7 +44,7 @@
<
label
style
=
"cursor: pointer;"
><
input
name
=
"[[b.attributeId]]"
type
=
"[[b.inputType]]"
value
=
"[[c.id]]"
>
[[
c
.
text
]]
<
/label
>
[[
/each]
]
<
/span
>
<
input
id
=
"[[b.attributeId]]"
type
=
"hidden"
for
=
"[[b.inputType]]"
value
=
"[[b.selectedValues]]"
required
=
"required
"
>
<
input
id
=
"[[b.attributeId]]"
type
=
"hidden"
for
=
"[[b.inputType]]"
value
=
"[[b.selectedValues]]"
[[
b
.
isMust
==
"N"
?
""
:
"required"
]]
placeholder
=
"[[b.attributeName]]
"
>
<
/div
>
[[
/if]
]
[[
/each]
]
...
...
Please
register
or
login
to post a comment