From f761b7eb031c316afb754c73f2d985368958d745 Mon Sep 17 00:00:00 2001 From: cuijian <cuijian@xalxzn.com> Date: 星期四, 03 七月 2025 09:11:52 +0800 Subject: [PATCH] 质量管理-抽样规则、缺陷维护功能 --- src/views/base/ShiftGroupManager.vue | 22 +++++++++++++++++++--- 1 files changed, 19 insertions(+), 3 deletions(-) diff --git a/src/views/base/ShiftGroupManager.vue b/src/views/base/ShiftGroupManager.vue index 532d70a..1e4f5c1 100644 --- a/src/views/base/ShiftGroupManager.vue +++ b/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) { -- Gitblit v1.9.3