From 426226f665ee5a3af873c8e839d8f9e4a6036752 Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期五, 12 九月 2025 13:48:10 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/base/ShiftGroupManager.vue |   38 ++++++++++++++++++++++++++++++--------
 1 files changed, 30 insertions(+), 8 deletions(-)

diff --git a/src/views/base/ShiftGroupManager.vue b/src/views/base/ShiftGroupManager.vue
index 532d70a..81d39ba 100644
--- a/src/views/base/ShiftGroupManager.vue
+++ b/src/views/base/ShiftGroupManager.vue
@@ -7,15 +7,21 @@
           <!-- 鎼滅储鍖哄煙 -->
           <a-form layout="inline" @keyup.enter.native="searchQuery">
             <a-row :gutter="24">
-              <a-col :md="12" :sm="8">
+              <a-col :xl="6" :lg="7" :md="8" :sm="24">
+                <a-form-item label="浜х嚎">
+                  <j-dict-select-tag placeholder="璇烽�夋嫨浜х嚎" v-model="queryParam.factoryId"
+                                     dictCode="base_factory,factory_name,id,del_flag=0 and factory_category='3'"></j-dict-select-tag>
+                </a-form-item>
+              </a-col>
+              <a-col :xl="6" :lg="7" :md="8" :sm="24">
                 <a-form-item label="鐝粍鍚嶇О" :labelCol="{span: 5}" :wrapperCol="{span: 18, offset: 1}">
                   <a-input placeholder="" v-model="queryParam.groupName"></a-input>
                 </a-form-item>
               </a-col>
               <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
-            <a-col :md="12" :sm="24">
+            <a-col :md="6" :sm="24">
                <a-button type="primary" @click="searchQuery" icon="search" style="margin-left: 21px">鏌ヨ</a-button>
-              <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">閲嶇疆</a-button>
+              <a-button type="info" @click="searchReset" icon="reload" style="margin-left: 8px">閲嶇疆</a-button>
             </a-col>
           </span>
             </a-row>
@@ -89,7 +95,7 @@
               <span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
             <a-col :md="9" :sm="24">
              <a-button type="primary" @click="searchQuery2" icon="search" style="margin-left: 21px">鏌ヨ</a-button>
-              <a-button type="primary" @click="searchReset2" icon="reload" style="margin-left: 8px">閲嶇疆</a-button>
+              <a-button type="info" @click="searchReset2" icon="reload" style="margin-left: 8px">閲嶇疆</a-button>
 
             </a-col>
           </span>
@@ -170,7 +176,7 @@
         queryParam2: {},
         dataSource1: [],
         dataSource2: [],
-        ipagination1: {
+        ipagination: {
           current: 1,
           pageSize: 10,
           pageSizeOptions: ['10', '20', '30'],
@@ -192,9 +198,9 @@
           showSizeChanger: true,
           total: 0
         },
-        isorter1: {
-          column: 'createTime',
-          order: 'desc'
+        isorter: {
+          column: 'groupCode',
+          order: 'asc'
         },
         isorter2: {
           column: 'createTime',
@@ -221,6 +227,21 @@
               title: '鐝粍鍚嶇О',
               align: 'center',
               dataIndex: 'groupName'
+            },
+            {
+              title: '鐝粍闀�',
+              align: 'center',
+              dataIndex: 'groupManager_dictText'
+            },
+            {
+              title: '鐝',
+              align: 'center',
+              dataIndex: 'shiftId_dictText'
+            },
+            {
+              title: '浜х嚎',
+              align: 'center',
+              dataIndex: 'factoryId_dictText'
             },
             {
               title: '鍒涘缓鏃堕棿',
@@ -456,6 +477,7 @@
           this.$message.error('璇烽�夋嫨涓�涓彮缁�!')
         } else {
           this.$refs.selectUserModal.visible = true
+          this.$refs.selectUserModal.selectedRowKeys = []
         }
       },
       handleOpen(record) {

--
Gitblit v1.9.3