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-21 19:35:26 +0800
Commit
449d292e764ec0035336c807c2c18fd1d7ed40c5
1 parent
61a0ec2c
物理类目中,没有性别
物理分类的图片没有地方可以维护
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletions
code/apps/category/views/Edit.html
code/static/js.jquery/module/category/Edit.js
code/apps/category/views/Edit.html
View file @
449d292
...
...
@@ -68,6 +68,16 @@
<
/div
>
<
div
class
=
"form-group"
>
<
label
class
=
"col-md-2 control-label"
>
图标
<
span
class
=
"red"
><
/span
>
<
/label
>
<
div
class
=
"col-md-5"
>
<
input
type
=
"file"
id
=
"sortIco"
name
=
"sortIco"
value
=
"[[sortIco]]"
>
<
/div
>
<
/div
>
<
div
class
=
"form-group"
>
<
label
class
=
"col-md-2 control-label"
>
排序
<
span
class
=
"red"
>*<
/span
>
<
/label
>
...
...
code/static/js.jquery/module/category/Edit.js
View file @
449d292
...
...
@@ -42,7 +42,10 @@ if (RESPONSEDATA.id != null) { // 修改品类页面不允许修改所属品
sort
.
isfeeze
=
true
;
}
var
e
=
new
common
.
edit
(
"#new-class-form"
);
var
e
=
new
common
.
edit
(
"#new-class-form"
,
{
"bucket"
:
"sort"
});
e
.
on
(
"bind"
,
function
(){
$
(
"#orderBy"
).
keyup
(
function
(){
...
...
Please
register
or
login
to post a comment