...
|
...
|
@@ -124,6 +124,7 @@ $("#filter-btn").click(function(){ |
|
|
|
|
|
$("#add-btn").click(function(){
|
|
|
attributeOp("新建", '/erpproduct/brandfolder/add', {});
|
|
|
$('#type').attr("disabled", false);
|
|
|
});
|
|
|
|
|
|
$(document).on('click', '.edit-class-btn', function () {
|
...
|
...
|
@@ -131,6 +132,8 @@ $(document).on('click', '.edit-class-btn', function () { |
|
|
|
|
|
console.log(item);
|
|
|
attributeOp("修改", '/erpproduct/brandfolder/update', item);
|
|
|
$('#type').attr("disabled", true);
|
|
|
|
|
|
});
|
|
|
|
|
|
|
...
|
...
|
|