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