wangzhe преди 11 месеца
родител
ревизия
0f28ecf000

+ 3 - 2
src/views/zdsz/enginee/municipal/municipal_statistics/index.vue

@@ -610,9 +610,10 @@
             // },
             /** 导出按钮操作 */
             handleExport() {
-                this.download('zdsz/materialStatistics/export', {
+                // this.download('zdsz/materialStatistics/export', {
+                this.download('zdsz/engineeringWasteMaterial/engineeringMunicipalExport', {
                     ...this.queryParams
-                }, `用料统计${new Date().getTime()}.xlsx`)
+                }, `市政统计${new Date().getTime()}.xlsx`)
             },
             tableRowClassName(){
                 // return "background:#199ED8;border: 2px solid #000066"

+ 7 - 2
src/views/zdsz/enginee/pipeJacking/pipeJacking_statistics/index.vue

@@ -173,6 +173,10 @@
                     prop="enginClassification"
                     label="工程分类">
                 </el-table-column>
+                <!--<el-table-column-->
+                    <!--prop="enginClassification"-->
+                    <!--label="工程规模">-->
+                <!--</el-table-column>-->
                 <el-table-column
                     prop="actualityPE"
                     label="PE实际用料">
@@ -610,9 +614,10 @@
             // },
             /** 导出按钮操作 */
             handleExport() {
-                this.download('zdsz/materialStatistics/export', {
+                // this.download('zdsz/materialStatistics/export', {
+                this.download('zdsz/engineeringWasteMaterial/engineeringPipeJackingExport', {
                     ...this.queryParams
-                }, `用料统计${new Date().getTime()}.xlsx`)
+                }, `顶管统计${new Date().getTime()}.xlsx`)
             },
             tableRowClassName(){
                 // return "background:#199ED8;border: 2px solid #000066"