From 42cc440727e1955d0616530892f67cd2de9bd2d7 Mon Sep 17 00:00:00 2001
From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com>
Date: Fri, 30 Aug 2024 17:26:32 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=81=E5=A4=8F=E6=88=90=E5=A5=97=E4=BB=A3?=
=?UTF-8?q?=E7=A0=81=E8=BF=81=E7=A7=BB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/store/completeTools.js | 28 +
src/views/store/poleConfig/poleConfig.vue | 1029 +++++++++++++--------
2 files changed, 655 insertions(+), 402 deletions(-)
create mode 100644 src/api/store/completeTools.js
diff --git a/src/api/store/completeTools.js b/src/api/store/completeTools.js
new file mode 100644
index 0000000..ef5a1e4
--- /dev/null
+++ b/src/api/store/completeTools.js
@@ -0,0 +1,28 @@
+import request from '@/utils/request'
+
+// 新增 成套设备
+export const addCompleteSetToolsApi = (data) => {
+ return request.post('/material/maWhole/addOrUpdate', data)
+}
+// 查询 成套设备列表
+export const getCompleteSetToolsApi = (data) => {
+ return request.get('/material/maWhole/selectList', {
+ params: data,
+ })
+}
+// 删除 成套设备单条数据
+export const delCompleteSetToolsApi = (data) => {
+ return request.post('/material/maWhole/deleteById', data)
+}
+// 查询编辑 成套设备单
+export const queryCompleteSetToolsApi = (data) => {
+ return request.get('/material/maWhole/selectListById', {
+ params: data,
+ })
+}
+// 查询 成套设备详情
+export const queryCompleteSetDetailsApi = (data) => {
+ return request.get('/material/maWhole/selectListByWholeTypeName', {
+ params: data,
+ })
+}
diff --git a/src/views/store/poleConfig/poleConfig.vue b/src/views/store/poleConfig/poleConfig.vue
index ea526a6..030d4ca 100644
--- a/src/views/store/poleConfig/poleConfig.vue
+++ b/src/views/store/poleConfig/poleConfig.vue
@@ -1,424 +1,649 @@
-
-
-
-
-
-
-
- 搜索
- 重置
-
-
-
-
-
- 新增
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查看明细
- 编辑
- 删除
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
+
+
+
+
+
+ 搜索
+ 重置
+
+
-
-
-
+
+
+ 新增
+
-
- 添加
-
+
+
-
-
-
-
-
- 搜索
- 重置
-
-
-
-
-
-
-
-
-
-
- {{ row.totalNum }}
-
-
-
-
-
+
+
- 删除
-
-
-
-
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保 存
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 删 除
+
+
+
+
+