From 562e35a952e65a38706f5eeb820bd3f2e3fd38a3 Mon Sep 17 00:00:00 2001 From: FrancisHu <2756004617@qq.com> Date: Wed, 27 Mar 2024 15:56:31 +0800 Subject: [PATCH] =?UTF-8?q?3.27=E7=9B=98=E7=82=B9=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/api/store/putInStore.js | 9 + .../views/store/warehousing/putInStore.vue | 280 ++++++++++++++---- 2 files changed, 224 insertions(+), 65 deletions(-) diff --git a/sgzb-ui/src/api/store/putInStore.js b/sgzb-ui/src/api/store/putInStore.js index ef49fedb..ebe7e699 100644 --- a/sgzb-ui/src/api/store/putInStore.js +++ b/sgzb-ui/src/api/store/putInStore.js @@ -46,6 +46,15 @@ export function inputByType(data) { }) } +// 获取 设备树 +export function getDeviceTypeTree(params = {}){ + return request({ + url: '/system/select/getDeviceTypeTree', + method: 'post', + data: params + }) +} + diff --git a/sgzb-ui/src/views/store/warehousing/putInStore.vue b/sgzb-ui/src/views/store/warehousing/putInStore.vue index a6acabf7..0755cf96 100644 --- a/sgzb-ui/src/views/store/warehousing/putInStore.vue +++ b/sgzb-ui/src/views/store/warehousing/putInStore.vue @@ -1,7 +1,7 @@