From fe470128a5432662cc3f394280c652c5ab023161 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期三, 28 五月 2025 09:22:59 +0800
Subject: [PATCH] 1、设备TEEP/设备开动率/班次利用率页面新增异常反馈功能 2、设备TEEP页面实现滚动加载(每次滚动加载15条) 3、异常反馈页面增加手动新增反馈异常功能 4、利用率分段与走势分析页面解决重置按钮后请求日期与显示日期不相等问题

---
 src/views/mdc/base/modules/efficiencyShiftReport/EfficiencyShiftList.vue |   80 ++++++++++++++++++++--------------------
 1 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/src/views/mdc/base/modules/efficiencyShiftReport/EfficiencyShiftList.vue b/src/views/mdc/base/modules/efficiencyShiftReport/EfficiencyShiftList.vue
index 58abebf..a112342 100644
--- a/src/views/mdc/base/modules/efficiencyShiftReport/EfficiencyShiftList.vue
+++ b/src/views/mdc/base/modules/efficiencyShiftReport/EfficiencyShiftList.vue
@@ -77,22 +77,22 @@
             </a-row>
 
             <a-row :gutter="24" v-if="toggleSearchStatus">
-<!--              <a-col :md="5" :sm="5" :xs="5">-->
-<!--                <a-form-item label="璁惧绉嶇被">-->
-<!--                  <a-select-->
-<!--                    :value="queryParams.deviceCategory"-->
-<!--                    mode="multiple"-->
-<!--                    placeholder="璇烽�夋嫨璁惧绉嶇被"-->
-<!--                    allow-clear-->
-<!--                    :maxTagCount="1"-->
-<!--                    @change="selectChange($event,'deviceCategory')"-->
-<!--                  >-->
-<!--                    <a-select-option v-for="(item,index) in device_category_list" :value="item.value" :key="index">-->
-<!--                      {{item.label}}-->
-<!--                    </a-select-option>-->
-<!--                  </a-select>-->
-<!--                </a-form-item>-->
-<!--              </a-col>-->
+              <!--              <a-col :md="5" :sm="5" :xs="5">-->
+              <!--                <a-form-item label="璁惧绉嶇被">-->
+              <!--                  <a-select-->
+              <!--                    :value="queryParams.deviceCategory"-->
+              <!--                    mode="multiple"-->
+              <!--                    placeholder="璇烽�夋嫨璁惧绉嶇被"-->
+              <!--                    allow-clear-->
+              <!--                    :maxTagCount="1"-->
+              <!--                    @change="selectChange($event,'deviceCategory')"-->
+              <!--                  >-->
+              <!--                    <a-select-option v-for="(item,index) in device_category_list" :value="item.value" :key="index">-->
+              <!--                      {{item.label}}-->
+              <!--                    </a-select-option>-->
+              <!--                  </a-select>-->
+              <!--                </a-form-item>-->
+              <!--              </a-col>-->
               <a-col :md="5" :sm="5" :xs="5">
                 <a-form-item label="璁惧绾у埆">
                   <a-select
@@ -112,12 +112,9 @@
               <a-col :md="5" :sm="5" :xs="5">
                 <a-form-item label="閲嶈绋嬪害">
                   <a-select
-                    :value="queryParams.deviceImportanceLevel"
-                    mode="multiple"
+                    v-model="queryParam.deviceImportanceLevel"
                     placeholder="璇烽�夋嫨璁惧閲嶈绋嬪害"
                     allow-clear
-                    :maxTagCount="1"
-                    @change="selectChange($event,'deviceImportanceLevel')"
                   >
                     <a-select-option v-for="(item,index) in device_importance_level_list" :value="item.value"
                                      :key="index">
@@ -136,12 +133,11 @@
                     <a-button type="primary" @click="searchQuery" icon="search">鏌ヨ</a-button>
                     <a-button type="primary" @click="searchReset" icon="reload">閲嶇疆</a-button>
                     <a-button type="primary" @click="exportExcel" icon="download">瀵煎嚭</a-button>
+                    <a-button type="primary" @click="handleShowFeedbackModal" icon="plus" v-has="'efficiencyShiftReport:feedback'">寮傚父鍙嶉</a-button>
                     <a-button type="primary" icon="printer" v-print="'#EfficiencyShift'"
                               v-has="'efficiencyShiftReport:print'">鎵撳嵃
                     </a-button>
                   </a-space>
-                  <a-checkbox-group :value="checkedList" :default-value="['lyl']" :options="efficiencyOptions"
-                                    @change="efficiencyOptionsOnChange"/>
                 </div>
                 <table cellpadding="5" cellspacing="1" style="border: 1px solid darkgray;">
                   <tr>
@@ -153,6 +149,13 @@
                     </td>
                   </tr>
                 </table>
+              </a-col>
+            </a-row>
+
+            <a-row :gutter="24">
+              <a-col>
+                <a-checkbox-group :value="checkedList" :default-value="['lyl']" :options="efficiencyOptions"
+                                  @change="efficiencyOptionsOnChange"/>
               </a-col>
             </a-row>
           </a-form>
@@ -253,6 +256,8 @@
         </div>
       </a-spin>
     </div>
+
+    <mdc-message-approval-modal ref="modalForm" :visible="modalVisible" @closeModal="modalVisible = false"/>
   </div>
 </template>
 
@@ -263,10 +268,11 @@
   import '@/components/table2excel/table2excel'
   import { ajaxGetDictItems, getDictItemsFromCache, duplicateCheck } from '@/api/api'
   import api from '@/api/mdc'
+  import MdcMessageApprovalModal from '../MdcMessageApproval/MdcMessageApprovalModal'
 
   export default {
     name: 'EfficiencyShiftList',
-    components: {},
+    components: { MdcMessageApprovalModal },
     data() {
       return {
         typeTree: '',
@@ -278,16 +284,13 @@
         equipmentTypeList: [],
         driveTypeList: [],
         device_level_list: [],
-        device_category_list: [],
         device_importance_level_list: [],
         identifying: [],
         queryParam: {},
         queryParams: {
           equipmentType: [],
           driveType: [],
-          deviceLevel: [],
-          deviceCategory: [],
-          deviceImportanceLevel: []
+          deviceLevel: []
         },
         queryParamEquip: {},
         queryParamPeople: {},
@@ -316,7 +319,8 @@
         shiftList: [],
         shiftSubList: [],
         spinning: false,
-        toggleSearchStatus: false
+        toggleSearchStatus: false,
+        modalVisible: false// 寮傚父鍙嶉寮圭獥鏄惁寮瑰嚭
       }
     },
     props: { nodeTree: '', Type: '', nodePeople: '' },
@@ -575,15 +579,6 @@
         // if(!this.queryParam.startTime&&!this.queryParam.endTime)this.searchReset()
       },
       efficiencyOptionsOnChange(checkedList) {
-        // let index = checkedList.indexOf('lyl')
-        // if (index < 0) {
-        //   // this.$message.warn('涓嶈兘鍙栨秷鏌ヨ鍒╃敤鐜�')
-        //   this.$notification.warning({
-        //     message: '娑堟伅',
-        //     description: '涓嶈兘鍙栨秷鏌ヨ鐝鍒╃敤鐜�'
-        //   })
-        //   return false
-        // }
         this.checkedList = checkedList
       },
       searchQuery() {
@@ -616,8 +611,7 @@
         this.queryParams = {
           equipmentType: [],
           driveType: [],
-          deviceLevel: [],
-          deviceCategory: []
+          deviceLevel: []
         }
         this.loadData()
         // this.onClearSelected()
@@ -646,6 +640,13 @@
           this.spinning = false
         })
       },
+
+      // 鎺у埗寮傚父鍙嶉寮圭獥寮瑰嚭
+      handleShowFeedbackModal() {
+        this.$refs.modalForm.formParams = {}
+        this.modalVisible = true
+      },
+
       queryGroup() {
         getAction(this.url.queryEquipmentType).then(res => {
           if (res.success) {
@@ -810,7 +811,6 @@
     z-index: 6;
     left: 632px;
   }
-
 
   #EfficiencyShift {
     overflow: hidden;

--
Gitblit v1.9.3