cuijian
2025-07-03 f761b7eb031c316afb754c73f2d985368958d745
src/views/base/ShiftGroupManager.vue
@@ -7,15 +7,15 @@
          <!-- 搜索区域 -->
          <a-form layout="inline" @keyup.enter.native="searchQuery">
            <a-row :gutter="24">
              <a-col :md="12" :sm="8">
              <a-col :md="6" :sm="8">
                <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>
@@ -221,6 +221,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 +471,7 @@
          this.$message.error('请选择一个班组!')
        } else {
          this.$refs.selectUserModal.visible = true
          this.$refs.selectUserModal.selectedRowKeys = []
        }
      },
      handleOpen(record) {