From 926cbd6186778da6379d1c12ec149f82e5151e20 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期三, 10 九月 2025 18:01:30 +0800
Subject: [PATCH] 设备借出归还审批流程调整

---
 src/views/eam/dispose/EamEquipmentTransferList.vue |  406 ++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 270 insertions(+), 136 deletions(-)

diff --git a/src/views/eam/dispose/EamEquipmentTransferList.vue b/src/views/eam/dispose/EamEquipmentTransferList.vue
index 345a008..dcd24af 100644
--- a/src/views/eam/dispose/EamEquipmentTransferList.vue
+++ b/src/views/eam/dispose/EamEquipmentTransferList.vue
@@ -1,46 +1,49 @@
 <template>
-  <a-card :bordered="false">
+  <a-card :bordered='false'>
 
     <!-- 鏌ヨ鍖哄煙 -->
-    <div class="table-page-search-wrapper">
-      <a-form layout="inline" @keyup.enter.native="searchQuery">
-        <a-row :gutter="24">
+    <div class='table-page-search-wrapper'>
+      <a-form layout='inline' @keyup.enter.native='searchQuery'>
+        <a-row :gutter='24'>
 
-          <a-col :xl="6" :lg="7" :md="8" :sm="24">
-            <a-form-item label="鍒犻櫎鏍囪">
-              <a-input placeholder="璇疯緭鍏ュ垹闄ゆ爣璁�" v-model="queryParam.delFlag"></a-input>
+          <a-col :xl="4" :lg="7" :md="8" :sm="24">
+            <a-form-item label='璁惧缂栧彿'>
+              <lx-search-equipment-select v-model='queryParam.equipmentId'
+                                          placeholder='璇疯緭鍏ヨ澶囩紪鍙锋垨鍚嶇О鎼滅储'></lx-search-equipment-select>
+            </a-form-item>
+
+          </a-col>
+          <a-col :xl="4" :lg="7" :md="8" :sm="24">
+            <a-form-item label='鍗曟嵁鍙�'>
+              <a-input v-model='queryParam.code' placeholder='璇疯緭鍏ュ崟鎹彿'></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.code"></a-input>
+          <a-col :xl="4" :lg="7" :md="8" :sm="24">
+            <a-form-item label="鍙樺姩鐘舵��">
+              <j-dict-select-tag placeholder="璇烽�夋嫨鍙樺姩鐘舵��" dictCode="equipment_transfer_status"
+                                 v-model="queryParam.transferStatus"
+                                 allow-clear/>
             </a-form-item>
           </a-col>
-        <template v-if="toggleSearchStatus">
-          <a-col :xl="6" :lg="7" :md="8" :sm="24">
-            <a-form-item label="璁惧ID">
-              <a-input placeholder="璇疯緭鍏ヨ澶嘔D" v-model="queryParam.equipmentId"></a-input>
+          <a-col :xl="4" :lg="7" :md="8" :sm="24">
+            <a-form-item label='璋冨嚭閮ㄩ棬'>
+              <a-input v-model='queryParam.oldDepartId' placeholder='璇疯緭鍏ヨ皟鍑洪儴闂�'></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.oldDepartId"></a-input>
+          <a-col :xl="4" :lg="7" :md="8" :sm="24">
+            <a-form-item label='璋冨叆閮ㄩ棬'>
+              <a-input v-model='queryParam.newDepartId' placeholder='璇疯緭鍏ヨ皟鍏ラ儴闂�'></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.newDepartId"></a-input>
-            </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">
-              <a-button type="primary" @click="searchQuery" icon="search">鏌ヨ</a-button>
-              <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">閲嶇疆</a-button>
-              <a @click="handleToggleSearch" style="margin-left: 8px">
-                {{ toggleSearchStatus ? '鏀惰捣' : '灞曞紑' }}
-                <a-icon :type="toggleSearchStatus ? 'up' : 'down'"/>
-              </a>
+
+          <a-col :xl="4" :lg="7" :md="8" :sm="24">
+            <span class='table-page-search-submitButtons' style='float: left;overflow: hidden;'>
+              <a-button icon='search' type='primary' @click='searchQuery'>鏌ヨ</a-button>
+              <a-button icon='reload' style='margin-left: 8px' type='primary' @click='searchReset'>閲嶇疆</a-button>
+              <!--              <a style='margin-left: 8px' @click='handleToggleSearch'>-->
+              <!--                {{ toggleSearchStatus ? '鏀惰捣' : '灞曞紑' }}-->
+              <!--                <a-icon :type="toggleSearchStatus ? 'up' : 'down'" />-->
+              <!--              </a>-->
             </span>
           </a-col>
 
@@ -49,54 +52,67 @@
     </div>
 
     <!-- 鎿嶄綔鎸夐挳鍖哄煙 -->
-    <div class="table-operator">
-      <a-button @click="handleAdd" type="primary" icon="plus">鏂板</a-button>
-      <a-button type="primary" icon="download" @click="handleExportXls('璁惧褰掑睘鍙樺姩')">瀵煎嚭</a-button>
-      <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
-        <a-button type="primary" icon="import">瀵煎叆</a-button>
-      </a-upload>
-      <a-dropdown v-if="selectedRowKeys.length > 0">
-        <a-menu slot="overlay">
-          <a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>鍒犻櫎</a-menu-item>
+    <div class='table-operator'>
+      <a-button icon='plus' type='primary' @click='handleAdd'>鏂板</a-button>
+      <a-dropdown v-if='selectedRowKeys.length > 0'>
+        <a-menu slot='overlay'>
+          <a-menu-item key='1' @click='batchDel'>
+            <a-icon type='delete'/>
+            鍒犻櫎
+          </a-menu-item>
         </a-menu>
-        <a-button style="margin-left: 8px"> 鎵归噺鎿嶄綔 <a-icon type="down" /></a-button>
+        <a-button style='margin-left: 8px'> 鎵归噺鎿嶄綔
+          <a-icon type='down'/>
+        </a-button>
       </a-dropdown>
     </div>
 
     <!-- table鍖哄煙-begin -->
     <div>
-      <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">
-        <i class="anticon anticon-info-circle ant-alert-icon"></i> 宸查�夋嫨 <a style="font-weight: 600">{{ selectedRowKeys.length }}</a>椤�
-        <a style="margin-left: 24px" @click="onClearSelected">娓呯┖</a>
+      <div class='ant-alert ant-alert-info' style='margin-bottom: 16px;'>
+        <i class='anticon anticon-info-circle ant-alert-icon'></i> 宸查�夋嫨 <a
+        style='font-weight: 600'>{{ selectedRowKeys.length }}</a>椤�
+        <a style='margin-left: 24px' @click='onClearSelected'>娓呯┖</a>
       </div>
 
       <a-table
-        ref="table"
-        size="middle"
+        ref='table'
+        :columns='columns'
+        :dataSource='dataSource'
+        :loading='loading'
+        :pagination='ipagination'
+        :rowSelection='{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}'
+        :scroll="{ x: 'max-content' }"
         bordered
-        rowKey="id"
-        :columns="columns"
-        :dataSource="dataSource"
-        :pagination="ipagination"
-        :loading="loading"
-        class="j-table-force-nowrap"
-        :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
-        @change="handleTableChange">
+        class='j-table-force-nowrap'
+        rowKey='id'
+        size='middle'
+        @change='handleTableChange'>
 
-        <span slot="action" slot-scope="text, record">
-          <a @click="handleEdit(record)">缂栬緫</a>
+        <span slot='action' slot-scope='text, record'>
+          <template v-if="record.transferStatus === 'WAIT_SUBMIT'">
+              <a-popconfirm title='纭畾鎻愪氦鍚�?' @confirm='() => handleSubmit(record.id)'>
+              <a>鎻愪氦</a>
+            </a-popconfirm>
+              <a-divider type='vertical'/>
 
-          <a-divider type="vertical" />
           <a-dropdown>
-            <a class="ant-dropdown-link">鏇村 <a-icon type="down" /></a>
-            <a-menu slot="overlay">
+            <a class='ant-dropdown-link'>鏇村 <a-icon type='down'/></a>
+            <a-menu slot='overlay'>
+               <a-menu-item>
+                 <a @click='handleEdit(record)'>缂栬緫</a>
+              </a-menu-item>
               <a-menu-item>
-                <a-popconfirm title="纭畾鍒犻櫎鍚�?" @confirm="() => handleDelete(record.id)">
+                <a-popconfirm title='纭畾鍒犻櫎鍚�?' @confirm='() => handleDelete(record.id)'>
                   <a>鍒犻櫎</a>
                 </a-popconfirm>
               </a-menu-item>
             </a-menu>
           </a-dropdown>
+            </template>
+          <template v-else>
+            <a href='javascript:;' @click='handleDetail(record)'>璇︽儏</a>
+          </template>
         </span>
 
       </a-table>
@@ -104,7 +120,11 @@
     <!-- table鍖哄煙-end -->
 
     <!-- 琛ㄥ崟鍖哄煙 -->
-    <eamEquipmentTransfer-modal ref="modalForm" @ok="modalFormOk"></eamEquipmentTransfer-modal>
+    <eamEquipmentTransfer-modal ref='modalForm' @ok='modalFormOk'></eamEquipmentTransfer-modal>
+
+    <!--瀹℃壒绐楀彛-->
+    <equipment-transfer-approval-modal ref="equipmentTransferApprovalModal"
+                                       :selectShenpiData="selectRowData"/>
   </a-card>
 </template>
 
@@ -112,111 +132,225 @@
   import '@/assets/less/TableExpand.less'
   import EamEquipmentTransferModal from './modules/EamEquipmentTransferModal'
   import { JeecgListMixin } from '@/mixins/JeecgListMixin'
+  import { getAction } from '@api/manage'
+  import LxSearchEquipmentSelect from '@views/eam/equipment/modules/LxSearchEquipmentSelect.vue'
+  import EquipmentTransferApprovalModal from '../../flowable/workflow/transfer/EquipmentTransferApprovalModal'
+
 
   export default {
-    name: "EamEquipmentTransferList",
-    mixins:[JeecgListMixin],
+    name: 'EamEquipmentTransferList',
+    mixins: [JeecgListMixin],
     components: {
-      EamEquipmentTransferModal
+      EquipmentTransferApprovalModal,
+      EamEquipmentTransferModal,
+      LxSearchEquipmentSelect
     },
-    data () {
+    data() {
       return {
         description: '璁惧褰掑睘鍙樺姩绠$悊椤甸潰',
+        selectRowData: {},
         // 琛ㄥご
         columns: [
           {
             title: '#',
             dataIndex: '',
-            key:'rowIndex',
-            width:60,
-            align:"center",
-            customRender:function (t,r,index) {
-              return parseInt(index)+1;
+            key: 'rowIndex',
+            width: 60,
+            fixed: 'left',
+            align: 'center',
+            customRender: function(t, r, index) {
+              return parseInt(index) + 1
             }
-           },
-		   {
-            title: '鍒犻櫎鏍囪',
-            align:"center",
-            dataIndex: 'delFlag'
-           },
-		   {
+          },
+          {
             title: '鍗曟嵁鍙�',
-            align:"center",
+            align: 'center',
+            fixed: 'left',
+            width: 100,
             dataIndex: 'code'
-           },
-		   {
-            title: '璁惧ID',
-            align:"center",
-            dataIndex: 'equipmentId'
-           },
-		   {
+          },
+          {
+            title: '璁惧缂栧彿',
+            align: 'center',
+            fixed: 'left',
+            width: 100,
+            dataIndex: 'equipmentCode'
+          },
+          {
+            title: '璁惧鍚嶇О',
+            align: 'center',
+            fixed: 'left',
+            width: 100,
+            dataIndex: 'equipmentName'
+          },
+          {
             title: '璋冨嚭閮ㄩ棬',
-            align:"center",
-            dataIndex: 'oldDepartId'
-           },
-		   {
+            align: 'center',
+            dataIndex: 'oldDepartId_dictText'
+          },
+          {
             title: '璋冨叆閮ㄩ棬',
-            align:"center",
-            dataIndex: 'newDepartId'
-           },
-		   {
+            align: 'center',
+            dataIndex: 'newDepartId_dictText'
+          },
+          {
             title: '鐢宠浜�',
-            align:"center",
-            dataIndex: 'reportUser'
-           },
-		   {
+            align: 'center',
+            dataIndex: 'reportUser_dictText'
+          },
+          {
             title: '鍙樺姩鍘熷洜',
-            align:"center",
+            align: 'center',
             dataIndex: 'transferReason'
-           },
-		   {
+          },
+          {
             title: '鍙樺姩鐘舵��',
-            align:"center",
-            dataIndex: 'transferStatus'
-           },
-		   {
+            align: 'center',
+            dataIndex: 'transferStatus_dictText'
+          },
+          {
             title: '鍙樺姩鏃ユ湡',
-            align:"center",
+            align: 'center',
             dataIndex: 'transferTime'
-           },
-		   {
-            title: '瀹℃牳浜�',
-            align:"center",
-            dataIndex: 'approvalUser'
-           },
-		   {
-            title: '瀹℃牳鏃堕棿',
-            align:"center",
-            dataIndex: 'approvalTime'
-           },
-		   {
+          },
+          {
+            title: '浣跨敤鍗曚綅棰嗗',
+            align: 'center',
+            dataIndex: 'useLeader_dictText'
+          },
+          {
+            title: '浣跨敤鍗曚綅棰嗗瀹℃牳绫诲瀷',
+            align: 'center',
+            dataIndex: 'useLeaderApprovalDealType_dictText'
+          },
+          {
+            title: '浣跨敤鍗曚綅棰嗗瀹℃牳鎰忚',
+            align: 'center',
+            dataIndex: 'useLeaderApprovalComment'
+          },
+          {
+            title: '浣跨敤鍗曚綅棰嗗瀹℃牳鏃堕棿',
+            align: 'center',
+            dataIndex: 'useLeaderApprovalTime'
+          },
+          {
+            title: '璋冨叆鍗曚綅棰嗗',
+            align: 'center',
+            dataIndex: 'transferLeader_dictText'
+          },
+          {
+            title: '璋冨叆鍗曚綅棰嗗瀹℃牳绫诲瀷',
+            align: 'center',
+            dataIndex: 'transferLeaderApprovalDealType_dictText'
+          },
+          {
+            title: '璋冨叆鍗曚綅棰嗗瀹℃牳鎰忚',
+            align: 'center',
+            dataIndex: 'transferLeaderApprovalComment'
+          },
+          {
+            title: '璋冨叆鍗曚綅棰嗗瀹℃牳鏃堕棿',
+            align: 'center',
+            dataIndex: 'transferLeaderApprovalTime'
+          },
+          {
+            title: '鏈哄姩鍔炵‘璁や汉',
+            align: 'center',
+            dataIndex: 'externalConfirm_dictText'
+          },
+          {
+            title: '鏈哄姩鍔炵‘璁ゆ椂闂�',
+            align: 'center',
+            dataIndex: 'externalConfirmTime'
+          },
+          {
+            title: '鏄惁闇�瑕佸叕鍙搁瀵煎鎵�',
+            align: 'center',
+            dataIndex: 'companyLeaderCheck_dictText'
+          },
+          {
+            title: '鍏徃棰嗗',
+            align: 'center',
+            dataIndex: 'companyLeader_dictText'
+          },
+          {
+            title: '鍏徃棰嗗瀹℃牳绫诲瀷',
+            align: 'center',
+            dataIndex: 'companyLeaderApprovalDealType_dictText'
+          },
+          {
+            title: '鍏徃棰嗗瀹℃牳鎰忚',
+            align: 'center',
+            dataIndex: 'companyLeaderApprovalComment'
+          },
+          {
+            title: '鍏徃棰嗗瀹℃牳鏃堕棿',
+            align: 'center',
+            dataIndex: 'companyLeaderApprovalTime'
+          },
+          {
             title: '澶囨敞',
-            align:"center",
+            align: 'center',
             dataIndex: 'remark'
-           },
+          },
           {
             title: '鎿嶄綔',
             dataIndex: 'action',
-            align:"center",
-            scopedSlots: { customRender: 'action' },
+            align: 'center',
+            fixed: 'right',
+            width: 150,
+            scopedSlots: { customRender: 'action' }
           }
         ],
-		url: {
-          list: "/eam/eamEquipmentTransfer/list",
-          delete: "/eam/eamEquipmentTransfer/delete",
-          deleteBatch: "/eam/eamEquipmentTransfer/deleteBatch",
-          exportXlsUrl: "eam/eamEquipmentTransfer/exportXls",
-          importExcelUrl: "eam/eamEquipmentTransfer/importExcel",
-       },
-    }
-  },
-  computed: {
-    importExcelUrl: function(){
-      return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`;
-    }
-  },
+        url: {
+          list: '/eam/eamEquipmentTransfer/list',
+          delete: '/eam/eamEquipmentTransfer/delete',
+          deleteBatch: '/eam/eamEquipmentTransfer/deleteBatch',
+          submit: '/eam/eamEquipmentTransfer/submit'
+        }
+      }
+    },
+    computed: {
+      importExcelUrl: function() {
+        return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`
+      }
+    },
     methods: {
-     
+      handleSubmit(id) {
+        if (!this.url.submit) {
+          this.$message.error('璇疯缃畊rl.submit灞炴��!')
+          return
+        }
+        let that = this
+        this.loading = true
+        getAction(that.url.submit, { id: id }).then((res) => {
+          if (res.success) {
+            //閲嶆柊璁$畻鍒嗛〉闂
+            that.reCalculatePage(1)
+            // that.$message.success(res.message);
+            that.$notification.success({
+              message: '娑堟伅',
+              description: res.message
+            })
+            that.loadData()
+          } else {
+            // that.$message.warning(res.message);
+            that.$notification.warning({
+              message: '娑堟伅',
+              description: res.message
+            })
+          }
+        }).finally(() => {
+          this.loading = false
+        })
+      },
+
+      handleDetail(record) {
+        this.selectRowData = Object.assign({}, record)
+        this.$refs.equipmentTransferApprovalModal.recordDetail(record)
+        this.$refs.equipmentTransferApprovalModal.title = '璇︽儏'
+        this.$refs.equipmentTransferApprovalModal.disableSubmit = true
+      }
     }
   }
 </script>

--
Gitblit v1.9.3