Procházet zdrojové kódy

1.资产绩效扣分统计报表-投诉详情导出

GouGengquan před 1 týdnem
rodič
revize
ae4b1cf9d1

+ 1 - 1
src/views/assets/myOrderList.vue

@@ -188,7 +188,7 @@
               </div>
               <div>
                 <el-button type="text" size="mini" @click="openProductionReturnDialog(row)">申请产品退回</el-button>
-                <!-- <el-button type="text" size="mini" @click="openComplaintDialog(row)">项目投诉</el-button> -->
+                <el-button type="text" size="mini" @click="openComplaintDialog(row)">项目投诉</el-button>
               </div>
               <!-- <el-button v-if="row.currentNodeCode === 'REPORT_OUT_APPLY'" type="text"
                             @click="canceladdRepertoryOutWarehouse(row)">

+ 4 - 1
src/views/statistical/assets/performanceDeduction.vue

@@ -455,7 +455,7 @@
     <el-dialog title="投诉详情" :visible.sync="complaintDialogVisible" width="70%" @open="getAssetsComplaintDetail()">
       <y-page-list-layout :get-page-list="getAssetsComplaintDetail" :page-list="pageData" :page-para="complaintQuery">
         <template slot="left">
-          <el-button class="filter-item" round type="info" @click="exportPerformanceDeductionDetail()">导出</el-button>
+          <el-button class="filter-item" round type="info" @click="exportAssetsComplaintDetail()">导出</el-button>
         </template>
         <parentTable :data="pageData.records" slot="table" style="width: 100%;height: 60vh">
           <el-table-column align="center" prop="complainantType" label="投诉类型" min-width="12.5%">
@@ -740,6 +740,9 @@ export default {
     exportPerformanceDeductionDetail() {
       this.$utils.exportUtil('assets/statisticalStatement/getAssetsPerformanceDeductionDetail/export', this.listQueryDetail, '导出');
     },
+    exportAssetsComplaintDetail() {
+      this.$utils.exportUtil('assets/statisticalStatement/getAssetsComplaintDetail/export', this.complaintQuery, '导出');
+    },
     // 条件查询
     searchList2() {
       this.getAssetsPerformanceDeductionVOByEvaluator();