...
|
...
|
@@ -662,14 +662,16 @@ $(document).on("change", ".wqt_checkbox,.wqt_all", function () { |
|
|
|
|
|
});
|
|
|
if (_isAdvance0 && _isAdvance1) {
|
|
|
$('#onshelve').addClass('disabled');
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
if (_count1 == g.selected.length) {
|
|
|
$('#onshelve').removeClass('disabled');
|
|
|
} else {
|
|
|
$('#onshelve').addClass('disabled');
|
|
|
}
|
|
|
$('#onshelve').removeClass('disabled');
|
|
|
//if (_count1 == g.selected.length) {
|
|
|
// $('#onshelve').removeClass('disabled');
|
|
|
//} else {
|
|
|
// $('#onshelve').addClass('disabled');
|
|
|
//}
|
|
|
|
|
|
if (_count2 == g.selected.length) {
|
|
|
$('#offshelve').removeClass('disabled');
|
...
|
...
|
|