From 2dcbb2a6d3e0b789fe155050d422c704de7dc898 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Wed, 17 Apr 2024 15:04:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/api/store/putInStore.js | 2 +- .../views/store/warehousing/putInStore.vue | 122 ++---------------- 2 files changed, 11 insertions(+), 113 deletions(-) diff --git a/sgzb-ui/src/api/store/putInStore.js b/sgzb-ui/src/api/store/putInStore.js index 5e185b4b..dbf7ead5 100644 --- a/sgzb-ui/src/api/store/putInStore.js +++ b/sgzb-ui/src/api/store/putInStore.js @@ -3,7 +3,7 @@ import request from '@/utils/request' //机具退料入库 export function getReturnOfMaterialsInfoAll(query) { return request({ - url: '/material/returnOfMaterialsInfo/getReturnOfMaterialsInfoAll', + url: '/material/inventoryAndWarehousing/getList', method: 'get', params: query }) diff --git a/sgzb-ui/src/views/store/warehousing/putInStore.vue b/sgzb-ui/src/views/store/warehousing/putInStore.vue index 1a054724..7961583b 100644 --- a/sgzb-ui/src/views/store/warehousing/putInStore.vue +++ b/sgzb-ui/src/views/store/warehousing/putInStore.vue @@ -1,6 +1,6 @@