|
@@ -72543,7 +72543,7 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- var _d = ["exportExcel_all", "exportText_pdf", "exportExcel_pdf", "export_img", "exportExcel_empty"], Sd = function () {
|
|
|
+ var _d = ["exportExcel_all", "exportText_pdf", "exportExcel_pdf", "export_img"/*, "exportExcel_empty"*/], Sd = function () {
|
|
|
function e(t) {
|
|
|
var n = this;
|
|
|
!function (e, t) {
|
|
@@ -74614,7 +74614,7 @@
|
|
|
else if ("exportExcel_pdf" === e) this.onSettingEvent("pdf");
|
|
|
else if ("export_img" === e) this.onSettingEvent("export_img");
|
|
|
else if ("exportText_pdf" === e) this.onSettingEvent("iText_pdf");
|
|
|
- else if ("exportExcel_empty" === e) this.onExportExcelEmpty(i.settings);
|
|
|
+ //else if ("exportExcel_empty" === e) this.onExportExcelEmpty(i.settings);
|
|
|
else if ("exportExcel_all" === e) this.onExportExcelAll(i.settings);
|
|
|
else if ("print_screen" === e) this.verticalScrollbar.move({top: 0}),
|
|
|
setTimeout((function () {
|
|
@@ -74868,7 +74868,7 @@
|
|
|
}, this.onUploadExcel = function (e) {
|
|
|
}, this.onExportExcelPage = function () {
|
|
|
}, this.onExportExcelAll = function () {
|
|
|
- }, this.onExportExcelEmpty = function () {
|
|
|
+ // }, this.onExportExcelEmpty = function () {
|
|
|
}, this.dbClickChart = function () {
|
|
|
}, this.selectedChartId = "";
|
|
|
var d = this.data.settings.background;
|
|
@@ -75390,11 +75390,11 @@
|
|
|
key: "onExportExcelAll", value: function (e) {
|
|
|
return this.sheet.onExportExcelAll = e, this
|
|
|
}
|
|
|
- },{
|
|
|
+ }/*,{
|
|
|
key: "onExportExcelEmpty", value: function (e) {
|
|
|
return this.sheet.onExportExcelEmpty = e, this
|
|
|
}
|
|
|
- }, {
|
|
|
+ }*/, {
|
|
|
key: "onSelectChart", value: function (e) {
|
|
|
return this.sheet.onSelectChart = e, this
|
|
|
}
|