From c34e08d3ea5c4bb125cf632b43f657e81387ea1c Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期五, 04 七月 2025 13:21:16 +0800
Subject: [PATCH] 用户管理选择维修部门班组

---
 src/views/eam/equipment/EamEquipmentLedger.vue |   53 +++++++++++++++++++++--------------------------------
 1 files changed, 21 insertions(+), 32 deletions(-)

diff --git a/src/views/eam/equipment/EamEquipmentLedger.vue b/src/views/eam/equipment/EamEquipmentLedger.vue
index 44f998d..c8f40fb 100644
--- a/src/views/eam/equipment/EamEquipmentLedger.vue
+++ b/src/views/eam/equipment/EamEquipmentLedger.vue
@@ -11,13 +11,13 @@
             </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.equipmentCode"></a-input>
+            <a-form-item label="缁熶竴缂栫爜">
+              <a-input placeholder="璇疯緭鍏ョ粺涓�缂栫爜妯$硦鏌ヨ" v-model="queryParam.equipmentCode"></a-input>
             </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.equipmentName"></a-input>
+              <a-input placeholder="璇疯緭鍏ヨ澶囧悕绉版ā绯婃煡璇�" v-model="queryParam.equipmentName"></a-input>
             </a-form-item>
           </a-col>
           <template v-if="toggleSearchStatus">
@@ -40,7 +40,8 @@
             <a-col :xl="6" :lg="7" :md="8" :sm="24">
               <a-form-item label="缁翠慨鐝粍">
                 <a-tree-select v-model="queryParam.repairDepartOrgCode" style="width: 100%"
-                               :tree-data="repairDepartTreeData"
+                               show-search :tree-data="repairDepartTreeData" treeNodeFilterProp="title"
+                               :replaceFields="{key:'orgCode',value:'orgCode'}" searchPlaceholder="璇疯緭鍏ュ叧閿瓧鎼滅储"
                                :dropdown-style="{ maxHeight: '400px', overflow: 'auto' }" placeholder="璇烽�夋嫨缁翠慨鐝粍"
                                allow-clear tree-default-expand-all>
                 </a-tree-select>
@@ -121,7 +122,12 @@
 
         <!--鎿嶄綔绯荤粺-->
         <template slot="operationSystem" slot-scope="text">
-          <a-switch checked-children="鏄�" un-checked-children="鍚�" :checked="+text" disabled/>
+          <a-switch checked-children="鏄�" un-checked-children="鍚�" :checked="Boolean(+text)" disabled/>
+        </template>
+
+        <!--鎿嶄綔绯荤粺-->
+        <template slot="fireExtinguisher" slot-scope="text">
+          <a-switch checked-children="鏄�" un-checked-children="鍚�" :checked="Boolean(+text)" disabled/>
         </template>
 
         <!--璧勪骇鍒堕�犲晢-->
@@ -183,7 +189,8 @@
     <!--</a-tabs>-->
 
     <!-- 琛ㄥ崟鍖哄煙 -->
-    <eamEquipment-modal ref="modalForm" @ok="modalFormOk" :productionTreeData="productionTreeData"/>
+    <eamEquipment-modal ref="modalForm" @ok="modalFormOk" :productionTreeData="productionTreeData"
+                        :repairDepartTreeData="repairDepartTreeData"/>
     <!--灞ュ巻寮圭獥-->
     <resume-drawer ref="resumeDrawerRef" :currentTableRowRecord="currentTableRowRecord"/>
   </a-card>
@@ -244,7 +251,6 @@
           {
             title: '缁熶竴缂栫爜',
             align: 'center',
-            width: 100,
             dataIndex: 'equipmentCode',
             scopedSlots: { customRender: 'equipmentCode' },
             ellipsis: true,
@@ -267,56 +273,48 @@
           {
             title: '鎵�灞炲垎绫�',
             align: 'center',
-            width: 100,
             dataIndex: 'equipmentCategory_dictText'
           },
           {
             title: '淇濆吇鐘舵��',
             align: 'center',
-            width: 100,
             dataIndex: 'maintenanceStatus_dictText'
           },
           {
             title: '缁翠慨鐘舵��',
             align: 'center',
-            width: 100,
             dataIndex: 'repairStatus_dictText'
           },
           {
             title: '鎶�鏈姸鎬�',
             align: 'center',
-            width: 100,
             dataIndex: 'technologyStatus_dictText'
           },
           {
             title: 'ABC鏍囪瘑',
             align: 'center',
-            width: 100,
             dataIndex: 'abcFlag'
           },
           {
             title: '缁翠慨鐝粍',
             align: 'center',
-            width: 100,
             dataIndex: 'repairDepartOrgCode'
           },
           {
             title: '瀹夊叏閰嶇疆',
             align: 'center',
-            width: 100,
             dataIndex: 'securityConfiguration'
           },
           {
             title: '鍐峰嵈绯荤粺',
             align: 'center',
-            width: 100,
             dataIndex: 'coolSystem'
           },
           {
             title: '鐏伀鍣�',
             align: 'center',
-            width: 100,
-            dataIndex: 'fireExtinguisher'
+            dataIndex: 'fireExtinguisher',
+            scopedSlots: { customRender: 'fireExtinguisher' }
           },
           {
             title: '鐏伀鍣ㄦ湁鏁堟湡',
@@ -332,37 +330,31 @@
           {
             title: '绯荤粺',
             align: 'center',
-            width: 100,
             dataIndex: 'system'
           },
           {
             title: '璁惧绔彛',
             align: 'center',
-            width: 100,
             dataIndex: 'equipmentPort'
           },
           {
             title: '鍧愭爣鏁伴噺',
             align: 'center',
-            width: 100,
             dataIndex: 'coordinateNum'
           },
           {
             title: '閲嶉噺',
             align: 'center',
-            width: 100,
             dataIndex: 'equipmentWeight'
           },
           {
             title: '閲嶉噺璁¢噺鍗曚綅',
             align: 'center',
-            width: 150,
             dataIndex: 'weightUnit'
           },
           {
             title: '鍔熻兘浣嶇疆',
             align: 'center',
-            width: 100,
             dataIndex: 'functionalLocation'
           },
           {
@@ -374,13 +366,11 @@
           {
             title: '鍑哄巶鏃ユ湡',
             align: 'center',
-            width: 100,
             dataIndex: 'leaveFactoryDate'
           },
           {
             title: '绔嬮」鍗″彿',
             align: 'center',
-            width: 100,
             dataIndex: 'cardNumber'
           },
           {
@@ -391,7 +381,6 @@
           {
             title: '楠屾敹鏃ユ湡',
             align: 'center',
-            width: 100,
             dataIndex: 'acceptanceCheckDate'
           },
           {
@@ -414,13 +403,11 @@
           {
             title: '鍨嬪彿',
             align: 'center',
-            width: 100,
             dataIndex: 'equipmentModel'
           },
           {
             title: '璁惧瑙勬牸',
             align: 'center',
-            width: 100,
             dataIndex: 'equipmentSpecification'
           },
           {
@@ -489,6 +476,7 @@
           exportXlsUrl: 'eam/equipment/exportXls',
           importExcelUrl: 'eam/equipment/importExcel',
           getProductionTreeList: '/eam/BaseFactory/queryTreeList',
+          repairDepartTreeList: '/eam/eamBaseRepairDepart/queryTreeList',
           templateXlsDownloadUrl: '瀵煎叆妯℃澘/璁惧鍙拌处瀵煎叆妯℃澘_v1.1.xlsx'
         },
         currentTableRowRecord: {},
@@ -503,6 +491,7 @@
     },
     created() {
       this.getProductionTreeDataByApi()
+      this.getRepairDepartTreeDataByApi()
     },
     methods: {
       // 鑾峰彇浣跨敤閮ㄩ棬鏍�
@@ -520,12 +509,12 @@
           })
       },
 
-      // 鑾峰彇浣跨敤閮ㄩ棬鏍�
-      getProductionTreeDataByApi() {
-        getAction(this.url.getProductionTreeList)
+      // 鑾峰彇缁翠慨鐝粍鏍�
+      getRepairDepartTreeDataByApi() {
+        getAction(this.url.repairDepartTreeList)
           .then(res => {
             if (res.success) {
-              this.productionTreeData = res.result
+              this.repairDepartTreeData = res.result
             } else {
               this.$notification.warning({
                 message: '娑堟伅',

--
Gitblit v1.9.3