From 12e1b685a3307c4fa289d2c478e1aa0b2b5dc096 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Sun, 15 Jun 2025 14:35:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=BA=E5=91=98=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/ma/person-setting.js | 28 + .../material/ma/person-setting/index.vue | 857 ++++++++++++++++++ 2 files changed, 885 insertions(+) create mode 100644 src/api/ma/person-setting.js create mode 100644 src/views/material/ma/person-setting/index.vue diff --git a/src/api/ma/person-setting.js b/src/api/ma/person-setting.js new file mode 100644 index 00000000..755355f3 --- /dev/null +++ b/src/api/ma/person-setting.js @@ -0,0 +1,28 @@ +import request from '@/utils/request' + +// 获取人员配置列表 +export function getPersonSettingListApi(query) { + return request({ + url: '/material/ma_type_repair/getTypeManageList', + method: 'get', + params: query + }) +} + +// 人员管理--绑定 +export function bindPersonSettingApi(data) { + return request({ + url: '/material/ma_type_repair/addTypeManage', + method: 'post', + data: data + }) +} + +// 人员管理--解绑 +export function unBindPersonSettingApi(data) { + return request({ + url: '/material/ma_type_repair/unbindTypeManage', + method: 'post', + data: data + }) +} diff --git a/src/views/material/ma/person-setting/index.vue b/src/views/material/ma/person-setting/index.vue new file mode 100644 index 00000000..34e679e9 --- /dev/null +++ b/src/views/material/ma/person-setting/index.vue @@ -0,0 +1,857 @@ + + + +