From b89757deb43421b4cfc35f4163c775402e392ab6 Mon Sep 17 00:00:00 2001 From: hwj Date: Tue, 16 Jun 2026 14:40:31 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=A8=A1=E5=85=B7=E7=AE=A1?= =?UTF-8?q?=E7=90=86-=E7=BB=B4=E4=BF=AE=E5=8D=95-=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E4=BA=BA=E5=91=98=E4=B8=8B=E6=8B=89=E4=BA=A4=E4=BA=92=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/user.js | 5 +- src/pages.json | 7 + src/pages_function/pages/moldRepair/form.vue | 84 ++++-- .../pages/moldRepair/userSelect.vue | 257 ++++++++++++++++++ 4 files changed, 323 insertions(+), 30 deletions(-) create mode 100644 src/pages_function/pages/moldRepair/userSelect.vue diff --git a/src/api/system/user.js b/src/api/system/user.js index 2641a5b..94acd63 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -22,10 +22,11 @@ export function getUserProfile() { }) } -export function getSimpleUserList() { +export function getSimpleUserList(params) { return request({ url: '/admin-api/system/user/simple-list', - method: 'get' + method: 'get', + params }) } diff --git a/src/pages.json b/src/pages.json index 169b348..59bea2e 100644 --- a/src/pages.json +++ b/src/pages.json @@ -669,6 +669,13 @@ "navigationStyle": "custom" } }, + { + "path": "moldRepair/userSelect", + "style": { + "navigationBarTitleText": "选择人员", + "navigationStyle": "custom" + } + }, { "path": "moldInspectionItems/index", "style": { diff --git a/src/pages_function/pages/moldRepair/form.vue b/src/pages_function/pages/moldRepair/form.vue index 2030709..d8ebbaf 100644 --- a/src/pages_function/pages/moldRepair/form.vue +++ b/src/pages_function/pages/moldRepair/form.vue @@ -37,16 +37,18 @@ {{ t('moldRepair.acceptedBy') }} - - {{ acceptedByLabel }} - + + {{ acceptedByLabel }} + + {{ t('moldRepair.confirmBy') }} - - {{ confirmByLabel }} - + + {{ confirmByLabel }} + + @@ -219,7 +221,7 @@ + +