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