From d3b947df2d7193ff59be8e60cbb63b73a4535c5b Mon Sep 17 00:00:00 2001
From: cuilei <ray_tsu1@163.com>
Date: 星期二, 17 六月 2025 16:21:03 +0800
Subject: [PATCH] 设备管理-油液基础数据维护页面、设备台账增加油液信息页签

---
 src/views/eam/equipment/EamEquipmentList.vue |  257 +++++++++++++++++++++++++++++++--------------------
 1 files changed, 157 insertions(+), 100 deletions(-)

diff --git a/src/views/eam/equipment/EamEquipmentList.vue b/src/views/eam/equipment/EamEquipmentList.vue
index e136054..ade580a 100644
--- a/src/views/eam/equipment/EamEquipmentList.vue
+++ b/src/views/eam/equipment/EamEquipmentList.vue
@@ -16,8 +16,8 @@
             </a-form-item>
           </a-col>
           <a-col :xl="6" :lg="7" :md="8" :sm="24">
-            <a-form-item label="鍏抽敭璁惧鏍囪瘑">
-              <j-dict-select-tag dict-code="yn" placeholder="璇烽�夋嫨鍏抽敭璁惧鏍囪瘑"
+            <a-form-item label="绠$悊鍒嗙被">
+              <j-dict-select-tag dict-code="equipment_abc_flag" placeholder="璇烽�夋嫨绠$悊鍒嗙被"
                                  v-model="queryParam.equipmentImportance"></j-dict-select-tag>
             </a-form-item>
           </a-col>
@@ -29,21 +29,16 @@
               </a-form-item>
             </a-col>
             <a-col :xl="6" :lg="7" :md="8" :sm="24">
-              <a-form-item label="鎶�鏈姸鎬�">
-                <j-dict-select-tag dict-code="technology_status" placeholder="璇烽�夋嫨鎶�鏈姸鎬�"
-                                   v-model="queryParam.technologyStatus"></j-dict-select-tag>
-              </a-form-item>
-            </a-col>
-            <a-col :xl="6" :lg="7" :md="8" :sm="24">
-              <a-form-item label="鎿嶄綔绯荤粺">
-                <a-input placeholder="璇疯緭鍏ユ搷浣滅郴缁�" v-model="queryParam.operationSystem"></a-input>
+              <a-form-item label="璁惧绫诲埆">
+                <j-dict-select-tag dict-code="equipment_category" placeholder="璇烽�夋嫨璁惧绫诲埆"
+                                   v-model="queryParam.equipmentCategory"></j-dict-select-tag>
               </a-form-item>
             </a-col>
             <a-col :xl="6" :lg="7" :md="8" :sm="24">
               <a-form-item label="浣跨敤杞﹂棿">
                 <a-tree-select v-model="queryParam.orgId"
                                style="width: 100%"
-                               :tree-data="treeData"
+                               :tree-data="treeDataAlias"
                                :dropdown-style="{ maxHeight: '400px', overflow: 'auto' }"
                                placeholder="璇烽�夋嫨浣跨敤杞﹂棿"
                                allow-clear
@@ -52,12 +47,7 @@
                 </a-tree-select>
               </a-form-item>
             </a-col>
-            <a-col :xl="6" :lg="7" :md="8" :sm="24">
-              <a-form-item label="璁惧鍒嗙被">
-                <j-dict-select-tag dict-code="equipment_category" placeholder="璇烽�夋嫨璁惧鍒嗙被"
-                                   v-model="queryParam.equipmentCategory"></j-dict-select-tag>
-              </a-form-item>
-            </a-col>
+
           </template>
           <a-col :xl="6" :lg="7" :md="8" :sm="24">
             <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
@@ -85,10 +75,10 @@
       <a-button type="primary" icon="download" @click="handleTemplateXlsDownload">瀵煎叆妯℃澘涓嬭浇</a-button>
       <a-dropdown v-if="selectedRowKeys.length > 0">
         <a-menu slot="overlay">
-          <a-menu-item key="1" @click="handleOpenNameplateModal(selectionRows)">
-            <a-icon type="printer"/>
-            鎵撳嵃閾墝
-          </a-menu-item>
+<!--          <a-menu-item key="1" @click="handleOpenNameplateModal(selectionRows)">-->
+<!--            <a-icon type="printer"/>-->
+<!--            鎵撳嵃閾墝-->
+<!--          </a-menu-item>-->
           <a-menu-item key="2" @click="batchDel" v-if="isShowAuth('eam:equipment:delete')">
             <a-icon type="delete"/>
             鍒犻櫎
@@ -121,20 +111,11 @@
         @change="handleTableChange"
         :customRow="customTableRow"
       >
-        <span slot="equipmentImportance" slot-scope="text">
-          <lx-switch v-model="text" disabled checked-children="鏄�" un-checked-children="鍚�"/>
-        </span>
-        <span slot="mdcFlag" slot-scope="text">
-          <lx-switch v-model="text" disabled checked-children="鏄�" un-checked-children="鍚�"/>
-        </span>
         <span slot="processParametersFlag" slot-scope="text">
           <lx-switch v-model="text" disabled checked-children="鏈�" un-checked-children="鏃�"/>
         </span>
         <span slot="precisionParametersFlag" slot-scope="text">
           <lx-switch v-model="text" disabled checked-children="鏈�" un-checked-children="鏃�"/>
-        </span>
-        <span slot="specialEquipment" slot-scope="text">
-          <lx-switch v-model="text" disabled checked-children="鏄�" un-checked-children="鍚�"/>
         </span>
         <span slot="action" slot-scope="text, record">
           <a @click.stop="handleEdit(record)">缂栬緫</a>
@@ -143,9 +124,9 @@
           <a-dropdown>
             <a class="ant-dropdown-link">鏇村 <a-icon type="down"/></a>
             <a-menu slot="overlay">
-              <a-menu-item>
-                <a href="javascript:;" @click="handleOpenNameplateModal([record])">閾墝</a>
-              </a-menu-item>
+<!--              <a-menu-item>-->
+<!--                <a href="javascript:;" @click="handleOpenNameplateModal([record])">閾墝</a>-->
+<!--              </a-menu-item>-->
               <a-menu-item>
                 <a href="javascript:;" @click="handleOpenResumeDrawer(record)">灞ュ巻</a>
               </a-menu-item>
@@ -172,14 +153,29 @@
       <a-tab-pane tab="鐐规宸ュ崟" :key="2">
         <eam-inspection-order-list ref="tabPaneTableListRef2" :isDisplayOperation="false"/>
       </a-tab-pane>
-      <a-tab-pane tab="鍛ㄤ繚宸ュ崟" :key="3">
+<!--      <a-tab-pane tab="鍛ㄤ繚宸ュ崟" :key="3">
         <eam-week-maintenance-order-list ref="tabPaneTableListRef3" :isDisplayOperation="false"/>
+      </a-tab-pane>-->
+      <a-tab-pane tab="浜屼繚宸ュ崟" :key="3">
+        <eam-second-maintenance-order-list ref="tabPaneTableListRef3"  :isDisplayOperation="false" />
       </a-tab-pane>
-      <a-tab-pane tab="缁翠慨宸ュ崟" :key="4">
-        <eam-repair-order-list ref="tabPaneTableListRef4" :isDisplayOperation="false"/>
+      <a-tab-pane tab="涓変繚宸ュ崟" :key="4">
+        <eam-third-maintenance-order-list ref="tabPaneTableListRef4"  :isDisplayOperation="false" />
       </a-tab-pane>
-      <a-tab-pane tab="淇濆吇鏍囧噯" :key="5">
-        <eam-maintenance-standard-list ref="tabPaneTableListRef5" :isDisplayOperation="false"/>
+      <a-tab-pane tab="缁翠慨宸ュ崟" :key="5">
+        <eam-repair-order-list ref="tabPaneTableListRef5" :isDisplayOperation="false"/>
+      </a-tab-pane>
+      <a-tab-pane tab="淇濆吇鏍囧噯" :key="6">
+        <eam-maintenance-standard-list ref="tabPaneTableListRef6" :isDisplayOperation="false"/>
+      </a-tab-pane>
+      <a-tab-pane tab="宸ヨ壓鍙傛暟" :key="7" v-if="isOpenProcess">
+        <eam-equipment-process-list ref="tabPaneTableListRef7" :isDisplayOperation="false"/>
+      </a-tab-pane>
+      <a-tab-pane tab="璁惧绮惧害" :key="8" v-if="isOpenPrecision">
+        <eam-equipment-precision-list ref="tabPaneTableListRef8" :isDisplayOperation="false"/>
+      </a-tab-pane>
+      <a-tab-pane tab="璁惧娌规恫" :key="9">
+        <eam-equipment-fluid-list ref="tabPaneTableListRef9" :isDisplayOperation="false"/>
       </a-tab-pane>
     </a-tabs>
 
@@ -204,7 +200,12 @@
   import EamRepairOrderList from '../repair/EamRepairOrderList'
   import EamInspectionOrderList from '../maintenance/EamInspectionOrderList'
   import EamEquipmentAttachmentList from '@views/eam/equipment/EamEquipmentAttachmentList.vue'
-  import EamWeekMaintenanceOrderList from '@views/eam/maintenance/EamWeekMaintenanceOrderList.vue'
+  // import EamWeekMaintenanceOrderList from '@views/eam/maintenance/EamWeekMaintenanceOrderList.vue'
+  import EamEquipmentProcessList from '@views/eam/equipment/modules/EamEquipmentProcessList.vue'
+  import EamEquipmentPrecisionList from '@views/eam/equipment/modules/EamEquipmentPrecisionList.vue'
+  import EamSecondMaintenanceOrderList from '@views/eam/maintenance/EamSecondMaintenanceOrderList.vue'
+  import EamThirdMaintenanceOrderList from '@views/eam/maintenance/EamThirdMaintenanceOrderList.vue'
+  import EamEquipmentFluidList from '@views/eam/equipment/modules/EamEquipmentFluidList.vue'
 
   export default {
     name: 'EamEquipmentList',
@@ -217,7 +218,12 @@
       NameplateModal,
       EamEquipmentModal,
       EamEquipmentAttachmentList,
-      EamWeekMaintenanceOrderList
+      // EamWeekMaintenanceOrderList,
+      EamEquipmentProcessList,
+      EamEquipmentPrecisionList,
+      EamSecondMaintenanceOrderList,
+      EamThirdMaintenanceOrderList,
+      EamEquipmentFluidList
     },
     data() {
       return {
@@ -253,23 +259,22 @@
             fixed: 'left'
           },
           {
-            title: '鍏抽敭璁惧鏍囪瘑',
+            title: '绠$悊鍒嗙被',
             align: 'center',
             width: 120,
-            dataIndex: 'equipmentImportance',
-            scopedSlots: { customRender: 'equipmentImportance' }
-          },
-          {
-            title: '璧勪骇鐘舵��',
-            align: 'center',
-            width: 100,
-            dataIndex: 'assetStatus_dictText'
+            dataIndex: 'equipmentImportance_dictText',
           },
           {
             title: '鎶�鏈姸鎬�',
             align: 'center',
             width: 100,
             dataIndex: 'technologyStatus_dictText'
+          },
+          {
+            title: '璧勪骇浣跨敤鐘舵��',
+            align: 'center',
+            width: 100,
+            dataIndex: 'assetStatus_dictText'
           },
           {
             title: '缁翠慨鐘舵��',
@@ -284,12 +289,6 @@
             dataIndex: 'maintenanceStatus_dictText'
           },
           {
-            title: '鎿嶄綔绯荤粺',
-            align: 'center',
-            width: 100,
-            dataIndex: 'operationSystem'
-          },
-          {
             title: '浣跨敤杞﹂棿',
             align: 'center',
             width: 100,
@@ -302,9 +301,14 @@
             dataIndex: 'equipmentManager_dictText'
           },
           {
-            title: '璁惧鍒嗙被',
+            title: '璁惧绫诲埆',
             align: 'center',
             dataIndex: 'equipmentCategory_dictText'
+          },
+          {
+            title: '璁惧绉嶇被',
+            align: 'center',
+            dataIndex: 'equipmentType_dictText'
           },
           {
             title: '璁惧鍨嬪彿',
@@ -319,27 +323,28 @@
             dataIndex: 'equipmentSpecification'
           },
           {
-            title: '涓昏酱杩炴帴灏哄',
+            title: '鐢垫満鍙版暟',
             align: 'center',
-            width: 120,
-            dataIndex: 'spindleConnectDimension'
+            width: 100,
+            dataIndex: 'motorsNumber'
           },
           {
-            title: '鎬诲姛鐜�',
+            title: '鎬诲姛鐜�(KW)',
             align: 'center',
             width: 100,
             dataIndex: 'equipmentPower'
+          },
+          {
+            title: '閲嶉噺(鍚�)',
+            align: 'center',
+            width: 100,
+            dataIndex: 'equipmentWeight'
           },
           {
             title: '瀹夎浣嶇疆',
             align: 'center',
             width: 100,
             dataIndex: 'installationPosition'
-          },
-          {
-            title: '绔嬮」鍗″彿',
-            align: 'center',
-            dataIndex: 'cardNumber'
           },
           {
             title: '鍑哄巶缂栧彿',
@@ -359,35 +364,22 @@
             dataIndex: 'originCountry'
           },
           {
+            title: '璁惧渚涘簲鍟�',
+            align: 'center',
+            width: 100,
+            dataIndex: 'supplier'
+          },
+          {
             title: '鍑哄巶鏃ユ湡',
             align: 'center',
             width: 100,
             dataIndex: 'leaveFactoryDate'
           },
           {
-            title: '楠屾敹鏃ユ湡',
+            title: '鎶曠敤鏃ユ湡',
             align: 'center',
             width: 100,
             dataIndex: 'acceptanceCheckDate'
-          },
-          {
-            title: '璐ㄤ繚寮�濮嬫棩鏈�',
-            align: 'center',
-            width: 120,
-            dataIndex: 'warrantyStartDate'
-          },
-          {
-            title: '璐ㄤ繚缁撴潫鏃ユ湡',
-            align: 'center',
-            width: 120,
-            dataIndex: 'warrantyEndDate'
-          },
-          {
-            title: '鏄惁瀹炴柦MDC',
-            align: 'center',
-            width: 120,
-            dataIndex: 'mdcFlag',
-            scopedSlots: { customRender: 'mdcFlag' }
           },
           {
             title: '鏈夋棤宸ヨ壓鍙傛暟',
@@ -404,26 +396,35 @@
             scopedSlots: { customRender: 'precisionParametersFlag' }
           },
           {
-            title: '鏄惁涓虹壒绉嶈澶�',
+            title: '澶栧舰灏哄',
             align: 'center',
-            width: 120,
-            dataIndex: 'specialEquipment',
-            scopedSlots: { customRender: 'specialEquipment' }
+            dataIndex: 'overallDimensions'
           },
           {
-            title: '閲嶉噺',
+            title: '鍘熷��(鍏�)',
             align: 'center',
-            dataIndex: 'equipmentWeight'
+            dataIndex: 'originalValue'
           },
           {
-            title: '璁惧绔彛',
+            title: '璧勯噾鏉ユ簮',
             align: 'center',
-            dataIndex: 'equipmentPort'
+            dataIndex: 'fundingSource'
           },
           {
-            title: '鍧愭爣鏁伴噺',
+            title: '鍔熻兘鐢ㄩ��',
             align: 'center',
-            dataIndex: 'coordinateNum'
+            dataIndex: 'functionUse'
+          },
+          {
+            title: '鎬ц兘鎸囨爣',
+            align: 'center',
+            dataIndex: 'performanceIndicators'
+          },
+          {
+            title: '鍏ュ笎鏃堕棿',
+            align: 'center',
+            width: 100,
+            dataIndex: 'bookingTime'
           },
           {
             title: '鍒涘缓浜�',
@@ -468,19 +469,22 @@
           exportXlsUrl: 'eam/equipment/exportXls',
           importExcelUrl: 'eam/equipment/importExcel',
           loadProductionOptions: '/mdc/mdcProduction/loadProductionTreeOptions',
-          templateXlsDownloadUrl: '瀵煎叆妯℃澘/璁惧鍙拌处瀵煎叆妯℃澘_v1.0.xlsx'
+          templateXlsDownloadUrl: '瀵煎叆妯℃澘/璁惧鍙拌处瀵煎叆妯℃澘_v1.1.xlsx'
         },
         treeData: [],
         printedRows: [],
         activeTabKey: 1,
         appHomeUrl: '',
-        currentTableRowRecord: {}
+        currentTableRowRecord: {},
+        isOpenProcess: false,
+        isOpenPrecision: false,
+        treeDataAlias: [],
       }
     },
     computed: {
       importExcelUrl: function() {
         return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`
-      }
+      },
     },
     created() {
       this.loadAllProductionTree()
@@ -492,6 +496,8 @@
         getAction(this.url.loadProductionOptions).then(res => {
           if (res.success) {
             this.treeData = [...res.result]
+            this.treeDataAlias = this.deepCopyAndModify(res.result)
+            console.info('treeDataAlias====', this.treeDataAlias)
           } else {
             that.$message.warning(res.message)
           }
@@ -567,7 +573,27 @@
         this.$refs['tabPaneTableListRef' + this.activeTabKey].queryParam.equipmentId = null
         this.$refs['tabPaneTableListRef' + this.activeTabKey].dataSource = []
         this.$refs['tabPaneTableListRef' + this.activeTabKey].onClearSelected()
-        if (selectedRowKeys.length === 1) this.loadTabPaneTableData(selectedRowKeys[0])
+        if (selectedRowKeys.length === 1) {
+          let row = this.dataSource.find(row => row.id === selectedRowKeys[0]);
+          if(row) {
+            this.isOpenProcess = (row.processParametersFlag === '1')
+            this.isOpenPrecision = (row.precisionParametersFlag === '1')
+          }else {
+            this.isOpenProcess = false
+            this.isOpenPrecision = false
+          }
+          this.loadTabPaneTableData(selectedRowKeys[0])
+        }else {
+          this.isOpenProcess = false
+          this.isOpenPrecision = false
+        }
+        //tab鏍囩琚攢姣佷簡锛岃繑鍥炵涓�涓猼ab
+        if(!this.isOpenProcess && this.activeTabKey === 6) {
+          this.activeTabKey = 1;
+        }
+        if(!this.isOpenPrecision && this.activeTabKey === 7) {
+          this.activeTabKey = 1;
+        }
       },
 
       handleTemplateXlsDownload() {
@@ -581,7 +607,38 @@
             this.appHomeUrl = res.result.settingValue
           }
         })
-      }
+      },
+      deepCopyAndModify(arr) {
+        // 濡傛灉褰撳墠鍏冪礌涓嶆槸鏁扮粍鎴栧璞★紝鐩存帴杩斿洖
+        if (!Array.isArray(arr) && typeof arr !== 'object' || arr === null || arr.length === 0) {
+          return arr;
+        }
+
+        // 濡傛灉鏄暟缁勶紝鍒涘缓涓�涓柊鏁扮粍骞堕�掑綊澶勭悊姣忎釜鍏冪礌
+        if (Array.isArray(arr)) {
+          const newArray = [];
+          for (let i = 0; i < arr.length; i++) {
+            newArray.push(this.deepCopyAndModify(arr[i]));
+          }
+          return newArray;
+        }
+
+        // 濡傛灉鏄璞★紝鍒涘缓涓�涓柊瀵硅薄骞堕�掑綊澶勭悊姣忎釜灞炴��
+        const newObj = {};
+        for (const key in arr) {
+          if (arr.hasOwnProperty(key)) {
+            if(key === 'selectable') {
+              newObj[key] = true;
+            } else if(key === 'children') {
+              newObj[key] = this.deepCopyAndModify(arr[key]);
+            }else {
+              newObj[key] = arr[key];
+            }
+
+          }
+        }
+        return newObj;
+      },
     }
   }
 </script>

--
Gitblit v1.9.3