hfxc226 3 years ago
parent
commit
9a9f52559f

+ 34 - 0
src/api/report/application-form.js

@@ -34,6 +34,23 @@ export function exportMonthReportBig24 (parameter) {
   })
 }
 
+/**
+ * export file
+ * parameter: { }
+ * @param parameter :
+  * @returns {*}
+ */
+export function exportMonthReportBig24Month (parameter) {
+  return axios({
+    url: '/report/repair/export/month?' + stringify(parameter),
+    method: 'get',
+    headers: {
+      'Content-Type': 'application/json;charset=UTF-8'
+    },
+    responseType: 'blob'
+  })
+}
+
 /**
  * page func
  * parameter: { }
@@ -66,3 +83,20 @@ export function exportMonthReportMttr (parameter) {
     responseType: 'blob'
   })
 }
+
+/**
+ * export file
+ * parameter: { }
+ * @param parameter :
+  * @returns {*}
+ */
+export function exportMonthReportMttrMonth (parameter) {
+  return axios({
+    url: '/report/repair/mttr/export/month?' + stringify(parameter),
+    method: 'get',
+    headers: {
+      'Content-Type': 'application/json;charset=UTF-8'
+    },
+    responseType: 'blob'
+  })
+}

+ 34 - 0
src/api/report/check-job.js

@@ -34,6 +34,23 @@ export function exportMonthReport (parameter) {
   })
 }
 
+/**
+ * export file
+ * parameter: { }
+ * @param parameter :
+  * @returns {*}
+ */
+export function exportMonthReportMonth (parameter) {
+  return axios({
+    url: '/report/check/jobs/export/month?' + stringify(parameter),
+    method: 'get',
+    headers: {
+      'Content-Type': 'application/json;charset=UTF-8'
+    },
+    responseType: 'blob'
+  })
+}
+
 /**
  * page func
  * parameter: { }
@@ -67,6 +84,23 @@ export function exportWeekReport (parameter) {
   })
 }
 
+/**
+ * export file
+ * parameter: { }
+ * @param parameter :
+  * @returns {*}
+ */
+export function exportWeekReportWeek (parameter) {
+  return axios({
+    url: '/report/check/jobs/week/export/week?' + stringify(parameter),
+    method: 'get',
+    headers: {
+      'Content-Type': 'application/json;charset=UTF-8'
+    },
+    responseType: 'blob'
+  })
+}
+
 /**
  * add func
  * parameter: { }

+ 17 - 0
src/api/report/repair-fee.js

@@ -33,3 +33,20 @@ export function exportMonthReportFee (parameter) {
     responseType: 'blob'
   })
 }
+
+/**
+ * export file
+ * parameter: { }
+ * @param parameter :
+  * @returns {*}
+ */
+export function exportMonthReportFeeMonth (parameter) {
+  return axios({
+    url: '/report/repair/fee/export/month?' + stringify(parameter),
+    method: 'get',
+    headers: {
+      'Content-Type': 'application/json;charset=UTF-8'
+    },
+    responseType: 'blob'
+  })
+}

+ 15 - 3
src/views/dashboard/CheckJobReport.vue

@@ -53,6 +53,8 @@
                     <span slot="action" slot-scope="record">
                       <template>
                         <a @click="handleView(record)">查看明细</a>
+                        <a-divider type="vertical" />
+                        <a @click="doExportDetail(record)">导出</a>
                       </template>
                     </span>
                   </a-table>
@@ -69,7 +71,7 @@
 </template>
 
 <script>
-import { getMonthReport, exportMonthReport } from '@/api/report/check-job'
+import { getMonthReport, exportMonthReport, exportMonthReportMonth } from '@/api/report/check-job'
 import { Chart } from '@antv/g2'
 import PrintInCheckJobReport from '@/views/dashboard/modules/PrintInCheckJobReport'
 import DetailCheckJobReport from '@/views/dashboard/modules/DetailCheckJobReport'
@@ -181,8 +183,8 @@ export default {
           // 需要将数据分组:总数,完成数
           const groupData = []
           this.chartsData.forEach(function (data) {
-            groupData.push({ name: '总数', month: data.month, num: data.totalNum })
-            groupData.push({ name: '完成数', month: data.month, num: data.totalFinishNum })
+            groupData.push({ name: '总数', month: data.month + '', num: data.totalNum })
+            groupData.push({ name: '完成数', month: data.month + '', num: data.totalFinishNum })
           })
           this.getCharts('container', groupData)// 调用统计图
         })
@@ -222,6 +224,16 @@ export default {
         this.BaseTool.UPLOAD.downLoadExportExcel(file)
       })
     },
+    doExportDetail (record) {
+      const parameter = {
+        ...this.queryParam,
+        month: record.month,
+        year: record.year
+      }
+      exportMonthReportMonth(parameter).then(file => {
+        this.BaseTool.UPLOAD.downLoadExportExcel(file)
+      })
+    },
     handlePrint (record) {
       const modal = this.$refs.basePrintModal
       this.visible = false

+ 15 - 3
src/views/dashboard/CheckJobReportWeek.vue

@@ -59,6 +59,8 @@
                         <a @click="handleAdd(record)">提交数据</a>
                         <a-divider type="vertical" />
                         <a @click="handleView(record)">查看明细</a>
+                        <a-divider type="vertical" />
+                        <a @click="doExportDetail(record)">导出</a>
                       </template>
                     </span>
                   </a-table>
@@ -75,7 +77,7 @@
 </template>
 
 <script>
-import { getWeekReport, exportWeekReport, saveWorkHour } from '@/api/report/check-job'
+import { getWeekReport, exportWeekReport, saveWorkHour, exportWeekReportWeek } from '@/api/report/check-job'
 import { Chart } from '@antv/g2'
 import PrintInCheckJobReportWeek from '@/views/dashboard/modules/PrintInCheckJobReportWeek'
 import DetailCheckJobReport from '@/views/dashboard/modules/DetailCheckJobReport'
@@ -172,8 +174,8 @@ export default {
           // 需要将数据分组:总数,完成数
           const groupData = []
           this.chartsData.forEach(function (data) {
-            groupData.push({ name: '标准工时', week: data.week, totalHours: data.totalHours })
-            groupData.push({ name: '可用工时', week: data.week, totalHours: data.useHours })
+            groupData.push({ name: '标准工时', week: data.week + '', totalHours: data.totalHours })
+            groupData.push({ name: '可用工时', week: data.week + '', totalHours: data.useHours })
           })
           this.getCharts('container', groupData)// 调用统计图
         })
@@ -213,6 +215,16 @@ export default {
         this.BaseTool.UPLOAD.downLoadExportExcel(file)
       })
     },
+    doExportDetail (record) {
+      const parameter = {
+        ...this.queryParam,
+        week: record.week,
+        year: record.year
+      }
+      exportWeekReportWeek(parameter).then(file => {
+        this.BaseTool.UPLOAD.downLoadExportExcel(file)
+      })
+    },
     handlePrint (record) {
       const modal = this.$refs.basePrintModal
       this.visible = false

+ 13 - 1
src/views/dashboard/RepairReport.vue

@@ -45,6 +45,8 @@
                     <span slot="action" slot-scope="record">
                       <template>
                         <a @click="handleView(record)">查看明细</a>
+                        <a-divider type="vertical" />
+                        <a @click="doExportDetail(record)">导出</a>
                       </template>
                     </span>
                   </a-table>
@@ -61,7 +63,7 @@
 </template>
 
 <script>
-import { getMonthReportBig24, exportMonthReportBig24 } from '@/api/report/application-form'
+import { getMonthReportBig24, exportMonthReportBig24, exportMonthReportBig24Month } from '@/api/report/application-form'
 import { Chart } from '@antv/g2'
 import PrintInRepairReport from '@/views/dashboard/modules/PrintInRepairReport'
 import DetailRepairReport from '@/views/dashboard/modules/DetailRepairReport'
@@ -185,6 +187,16 @@ export default {
         this.BaseTool.UPLOAD.downLoadExportExcel(file)
       })
     },
+    doExportDetail (record) {
+      const parameter = {
+        ...this.queryParam,
+        month: record.month,
+        year: record.year
+      }
+      exportMonthReportBig24Month(parameter).then(file => {
+        this.BaseTool.UPLOAD.downLoadExportExcel(file)
+      })
+    },
     handlePrint (record) {
       const modal = this.$refs.basePrintModal
       this.visible = false

+ 13 - 1
src/views/dashboard/RepairReportFee.vue

@@ -45,6 +45,8 @@
                     <span slot="action" slot-scope="record">
                       <template>
                         <a @click="handleView(record)">查看明细</a>
+                        <a-divider type="vertical" />
+                        <a @click="doExportDetail(record)">导出</a>
                       </template>
                     </span>
                   </a-table>
@@ -61,7 +63,7 @@
 </template>
 
 <script>
-import { getMonthReportFee, exportMonthReportFee } from '@/api/report/repair-fee'
+import { getMonthReportFee, exportMonthReportFee, exportMonthReportFeeMonth } from '@/api/report/repair-fee'
 import { Chart } from '@antv/g2'
 import PrintInRepairReportFee from '@/views/dashboard/modules/PrintInRepairReportFee'
 import DetailRepairReportFee from '@/views/dashboard/modules/DetailRepairReportFee'
@@ -193,6 +195,16 @@ export default {
         this.BaseTool.UPLOAD.downLoadExportExcel(file)
       })
     },
+    doExportDetail (record) {
+      const parameter = {
+        ...this.queryParam,
+        month: record.month,
+        year: record.year
+      }
+      exportMonthReportFeeMonth(parameter).then(file => {
+        this.BaseTool.UPLOAD.downLoadExportExcel(file)
+      })
+    },
     handlePrint (record) {
       const modal = this.$refs.basePrintModal
       this.visible = false

+ 13 - 1
src/views/dashboard/RepairReportMttr.vue

@@ -45,6 +45,8 @@
                     <span slot="action" slot-scope="record">
                       <template>
                         <a @click="handleView(record)">查看明细</a>
+                        <a-divider type="vertical" />
+                        <a @click="doExportDetail(record)">导出</a>
                       </template>
                     </span>
                   </a-table>
@@ -61,7 +63,7 @@
 </template>
 
 <script>
-import { getMonthReportMttr, exportMonthReportMttr } from '@/api/report/application-form'
+import { getMonthReportMttr, exportMonthReportMttr, exportMonthReportMttrMonth } from '@/api/report/application-form'
 import { Chart } from '@antv/g2'
 import PrintInRepairReportMttr from '@/views/dashboard/modules/PrintInRepairReportMttr'
 import DetailRepairReport from '@/views/dashboard/modules/DetailRepairReport'
@@ -192,6 +194,16 @@ export default {
         this.BaseTool.UPLOAD.downLoadExportExcel(file)
       })
     },
+    doExportDetail (record) {
+      const parameter = {
+        ...this.queryParam,
+        month: record.month,
+        year: record.year
+      }
+      exportMonthReportMttrMonth(parameter).then(file => {
+        this.BaseTool.UPLOAD.downLoadExportExcel(file)
+      })
+    },
     handlePrint (record) {
       const modal = this.$refs.basePrintModal
       this.visible = false

+ 5 - 5
src/views/dashboard/modules/DetailCheckJobReport.vue

@@ -7,9 +7,6 @@
     @cancel="handleCancel"
   >
     <title-divider title="明细列表" width="90px"></title-divider>
-    <div class="table-operator">
-      <a-button v-if="$auth('check-polling-jobs-add')" type="primary" icon="download" style="margin-bottom: 10px">导出</a-button>
-    </div>
     <a-table
       bordered
       :data-source="data"
@@ -24,7 +21,9 @@
         </template>
       </span>
       <span slot="status" slot-scope="text">
-        <badge :text="BaseTool.Object.getField(statusMap,text)" :status="DictCache.COLOR.REPAIR_APPLICATION_FORM_STATUS[text]"/>
+        <badge
+          :text="BaseTool.Object.getField(statusMap,text)"
+          :status="DictCache.COLOR.REPAIR_APPLICATION_FORM_STATUS[text]" />
       </span>
     </a-table>
     <template slot="footer">
@@ -35,6 +34,8 @@
 
 <script>
 import DetailList from '@/components/tools/DetailList'
+import { exportMonthReportMonth } from '@/api/report/check-job'
+
 const DetailListItem = DetailList.Item
 
 export default {
@@ -213,7 +214,6 @@ export default {
       this.confirmLoading = false
     },
     handleView (record) {
-
     }
   }
 }