From ebdee541df438f35ae291bf136c91afc2c1fffae Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期三, 10 九月 2025 20:45:58 +0800
Subject: [PATCH] 设备归还功能调整

---
 src/views/eam/dispose/EamEquipmentLeanOutList.vue |   59 ++++++++++-------------------------------------------------
 1 files changed, 10 insertions(+), 49 deletions(-)

diff --git a/src/views/eam/dispose/EamEquipmentLeanOutList.vue b/src/views/eam/dispose/EamEquipmentLeanOutList.vue
index d26da1c..fd28150 100644
--- a/src/views/eam/dispose/EamEquipmentLeanOutList.vue
+++ b/src/views/eam/dispose/EamEquipmentLeanOutList.vue
@@ -8,25 +8,15 @@
         @keyup.enter.native="searchQuery"
       >
         <a-row :gutter="24">
-          <a-col
-            :xl="4"
-            :lg="7"
-            :md="8"
-            :sm="24"
-          >
-            <a-form-item label="璁惧缂栧彿1">
+          <a-col :xl="4" :lg="7" :md="8" :sm="24">
+            <a-form-item label="璁惧缂栧彿">
               <lx-search-equipment-select
                 placeholder="璇疯緭鍏ヨ澶囩紪鍙锋垨鍚嶇О鎼滅储"
                 v-model="queryParam.equipmentId"
               ></lx-search-equipment-select>
             </a-form-item>
           </a-col>
-          <a-col
-            :xl="4"
-            :lg="7"
-            :md="8"
-            :sm="24"
-          >
+          <a-col :xl="4" :lg="7" :md="8" :sm="24">
             <a-form-item label="鍗曟嵁鍙�">
               <a-input
                 placeholder="璇疯緭鍏ュ崟鎹彿"
@@ -34,12 +24,13 @@
               ></a-input>
             </a-form-item>
           </a-col>
-          <a-col
-            :xl="6"
-            :lg="7"
-            :md="8"
-            :sm="24"
-          >
+          <a-col :xl="4" :lg="7" :md="8" :sm="24">
+            <a-form-item label="鍊熺敤鐘舵��">
+              <j-dict-select-tag placeholder="璇烽�夋嫨鍊熺敤鐘舵��" dictCode="equipment_lean_out_status" v-model="queryParam.leanStatus"
+                                 allow-clear/>
+            </a-form-item>
+          </a-col>
+          <a-col :xl="4" :lg="7" :md="8" :sm="24">
             <span
               style="float: left;overflow: hidden;"
               class="table-page-search-submitButtons"
@@ -248,36 +239,6 @@
           title: '鍊熺敤褰掕繕鏃堕棿',
           align: 'center',
           dataIndex: 'leanEndTime'
-        },
-        {
-          title: '瀹℃牳浜�',
-          align: 'center',
-          dataIndex: 'approvalUser_dictText'
-        },
-        {
-          title: '瀹℃牳鎰忚',
-          align: 'center',
-          dataIndex: 'approvalComment'
-        },
-        {
-          title: '瀹℃牳鏃堕棿',
-          align: 'center',
-          dataIndex: 'approvalTime'
-        },
-        {
-          title: '褰掕繕纭浜�',
-          align: 'center',
-          dataIndex: 'confirmUser_dictText'
-        },
-        {
-          title: '纭鎰忚',
-          align: 'center',
-          dataIndex: 'confirmComment'
-        },
-        {
-          title: '纭鏃堕棿',
-          align: 'center',
-          dataIndex: 'confirmTime'
         },
         {
           title: '澶囨敞',

--
Gitblit v1.9.3