Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuloulou
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to dashboard
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
ZhongW
9 years ago
Commit
e7f4bd0be266a7cbf488608bbae7aca6fb47cb44
1 parent
80d06ffe
隐藏BLK
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
code/apps/goods/views/basegoods/Edit.html
code/static/js.jquery/module/goods/basegoods/Edit.js
server/views/goods/basegoods/Edit.html
code/apps/goods/views/basegoods/Edit.html
View file @
e7f4bd0
...
...
@@ -120,8 +120,8 @@
<
span
class
=
"showPlatform"
style
=
"display: none"
>
<
label
class
=
"col-sm-1 control-label"
>
展示平台
<
/label
>
<
div
class
=
"col-sm-2 checkbox"
style
=
"margin-top: 3px"
>
<
label
><
input
type
=
"checkbox"
name
=
"appType"
value
=
"1"
[[
appType
==
1
?
'checked'
:
''
]]
>
BLK
<
/label
>
<
input
type
=
"hidden"
id
=
"appType"
name
=
"appType"
value
=
"[[appType||'0']]"
for
=
"checkbox"
/>
<
label
><
input
disabled
=
"true"
type
=
"checkbox"
name
=
"appType"
value
=
"1"
[[
appType
==
1
?
'checked'
:
''
]]
>
BLK
<
/label
>
<
input
type
=
"hidden"
id
=
"appType"
name
=
"appType"
value
=
"[[appType||'0']]"
for
=
"checkbox"
/>
<
/div
>
<
/span
>
<
/div
>
...
...
code/static/js.jquery/module/goods/basegoods/Edit.js
View file @
e7f4bd0
...
...
@@ -102,7 +102,7 @@ var tabTree=new common.tabTree("#tree",SORTDATA);
tabTree
.
isfeeze
=
true
;
if
(
ACTION
==
1
){
//编辑页面显示展示平台
/*$('.showPlatform').show();*/
$
(
'.showPlatform'
).
show
();
}
if
(
ACTION
==
1
&&
canEditSort
){
...
...
server/views/goods/basegoods/Edit.html
View file @
e7f4bd0
...
...
@@ -120,8 +120,8 @@
<
span
class
=
"showPlatform"
style
=
"display: none"
>
<
label
class
=
"col-sm-1 control-label"
>
展示平台
<
/label
>
<
div
class
=
"col-sm-2 checkbox"
style
=
"margin-top: 3px"
>
<
label
><
input
type
=
"checkbox"
name
=
"appType"
value
=
"1"
[[
appType
==
1
?
'checked'
:
''
]]
>
BLK
<
/label
>
<
input
type
=
"hidden"
id
=
"appType"
name
=
"appType"
value
=
"[[appType||'0']]"
for
=
"checkbox"
/>
<
label
><
input
disabled
=
"true"
type
=
"checkbox"
name
=
"appType"
value
=
"1"
[[
appType
==
1
?
'checked'
:
''
]]
>
BLK
<
/label
>
<
input
type
=
"hidden"
id
=
"appType"
name
=
"appType"
value
=
"[[appType||'0']]"
for
=
"checkbox"
/>
<
/div
>
<
/span
>
<
/div
>
...
...
Please
register
or
login
to post a comment