Authored by weiqingting

基础商品提交

@@ -155,7 +155,7 @@ $(document).on("click",".sortadd",function(){ @@ -155,7 +155,7 @@ $(document).on("click",".sortadd",function(){
155 } 155 }
156 }); 156 });
157 $(document).on("change","#brandId",function(){ 157 $(document).on("change","#brandId",function(){
158 - // $("#productName").val($(this).text().replace(/\/)); 158 + //$("#productName").val($(this).text().replace());
159 }); 159 });
160 $(document).on("click",".sortdelete",function(){ 160 $(document).on("click",".sortdelete",function(){
161 var index=$(this).data("index"); 161 var index=$(this).data("index");