Authored by lijian

放开上架 按钮 网销里面

... ... @@ -622,10 +622,11 @@ $(document).on("change", ".wqt_checkbox,.wqt_all", function() {
});
if(_isAdvance0&&_isAdvance1){
$('#onshelve').addClass('disabled');
return;
}
if (_count1 == g.selected.length) {
/* if (_count1 == g.selected.length) {
$('#onshelve').removeClass('disabled');
} else {
$('#onshelve').addClass('disabled');
... ... @@ -635,7 +636,7 @@ $(document).on("change", ".wqt_checkbox,.wqt_all", function() {
$('#offshelve').removeClass('disabled');
} else {
$('#offshelve').addClass('disabled');
}
}*/
});
/**
... ...