物理类目中,没有性别
物理分类的图片没有地方可以维护
Showing
2 changed files
with
14 additions
and
1 deletions
@@ -68,6 +68,16 @@ | @@ -68,6 +68,16 @@ | ||
68 | </div> | 68 | </div> |
69 | 69 | ||
70 | <div class="form-group"> | 70 | <div class="form-group"> |
71 | + <label class="col-md-2 control-label">图标 | ||
72 | + <span class="red"></span> | ||
73 | + </label> | ||
74 | + | ||
75 | + <div class="col-md-5"> | ||
76 | + <input type="file" id="sortIco" name="sortIco" value="[[sortIco]]"> | ||
77 | + </div> | ||
78 | + </div> | ||
79 | + | ||
80 | + <div class="form-group"> | ||
71 | <label class="col-md-2 control-label">排序 | 81 | <label class="col-md-2 control-label">排序 |
72 | <span class="red">*</span> | 82 | <span class="red">*</span> |
73 | </label> | 83 | </label> |
@@ -42,7 +42,10 @@ if (RESPONSEDATA.id != null) { // 修改品类页面不允许修改所属品 | @@ -42,7 +42,10 @@ if (RESPONSEDATA.id != null) { // 修改品类页面不允许修改所属品 | ||
42 | sort.isfeeze=true; | 42 | sort.isfeeze=true; |
43 | } | 43 | } |
44 | 44 | ||
45 | -var e=new common.edit("#new-class-form"); | 45 | + |
46 | +var e=new common.edit("#new-class-form", { | ||
47 | + "bucket" : "sort" | ||
48 | +}); | ||
46 | 49 | ||
47 | e.on("bind",function(){ | 50 | e.on("bind",function(){ |
48 | $("#orderBy").keyup(function(){ | 51 | $("#orderBy").keyup(function(){ |
-
Please register or login to post a comment