|
@@ -85,11 +85,11 @@ let zTreeOprObj = {
|
|
|
$("#export_div").find("span").each(function(cIdx,elementSpan){
|
|
|
elementSpan.innerText = cnt;
|
|
|
});
|
|
|
- if (cnt) {
|
|
|
- $('#btnBatchArchiveRpt').removeAttr('disabled');
|
|
|
- } else {
|
|
|
- $('#btnBatchArchiveRpt').attr('disabled', '');
|
|
|
- }
|
|
|
+ // if (cnt) {
|
|
|
+ // $('#btnBatchArchiveRpt').removeAttr('disabled');
|
|
|
+ // } else {
|
|
|
+ // $('#btnBatchArchiveRpt').attr('disabled', '');
|
|
|
+ // }
|
|
|
}
|
|
|
},
|
|
|
getReportTemplateTree: function() {
|