-
-
-
-
-
-
- 查询
-
- 导出
-
-
-
-
+
+
+
+
+
+
+ 查询
+
+
+ 导出
+
+
+
+
+
diff --git a/src/views/report/Product/weekly.vue b/src/views/report/Product/weekly.vue
index 42cb7ee4..378aa55a 100644
--- a/src/views/report/Product/weekly.vue
+++ b/src/views/report/Product/weekly.vue
@@ -1,7 +1,7 @@
@@ -28,7 +28,9 @@
diff --git a/src/views/report/productionMonthReport/index.vue b/src/views/report/productionMonthReport/index.vue
index 97d50d20..649570d0 100644
--- a/src/views/report/productionMonthReport/index.vue
+++ b/src/views/report/productionMonthReport/index.vue
@@ -1,7 +1,7 @@
@@ -26,7 +26,7 @@
保存
-
@@ -496,7 +496,7 @@ export default {
/* 从表生成工作簿对象 */
import('xlsx').then(excel => {
var wb = excel.utils.table_to_book(
- document.querySelector("#exportTable"),
+ document.querySelector("#exportproductionTable"),
xlsxParam
);
/* 获取二进制字符串作为输出 */
diff --git a/src/views/report/productionWeekReport/index.vue b/src/views/report/productionWeekReport/index.vue
index 90b24211..cf67175f 100644
--- a/src/views/report/productionWeekReport/index.vue
+++ b/src/views/report/productionWeekReport/index.vue
@@ -1,7 +1,7 @@
@@ -28,7 +28,7 @@
保存
-
@@ -517,7 +517,7 @@ export default {
/* 从表生成工作簿对象 */
import('xlsx').then(excel => {
var wb = excel.utils.table_to_book(
- document.querySelector("#exportTable"),
+ document.querySelector("#exportproductionTable"),
xlsxParam
);
/* 获取二进制字符串作为输出 */
diff --git a/src/views/report/productionYearReport/index.vue b/src/views/report/productionYearReport/index.vue
index 4740f1d8..0315c056 100644
--- a/src/views/report/productionYearReport/index.vue
+++ b/src/views/report/productionYearReport/index.vue
@@ -1,7 +1,7 @@
@@ -30,7 +30,7 @@
保存
-
@@ -452,7 +452,7 @@ export default {
/* 从表生成工作簿对象 */
import('xlsx').then(excel => {
var wb = excel.utils.table_to_book(
- document.querySelector("#exportTable"),
+ document.querySelector("#exportproductionTable"),
xlsxParam
);
/* 获取二进制字符串作为输出 */