From 1ed83e98d5bc89f4e87b8ae6692eb31888e55579 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期四, 21 九月 2023 16:45:09 +0800 Subject: [PATCH] 入库、出库、内部调拨列表及新建接口联调 --- src/api/overview/overview.js | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/api/overview/overview.js b/src/api/overview/overview.js index 90d7bf6..e46a1ad 100644 --- a/src/api/overview/overview.js +++ b/src/api/overview/overview.js @@ -62,3 +62,20 @@ data }) } +// 楠岃瘉 鏇存敼璁板綍鐘舵�� +export function updateStatus(id) { + return request({ + url: `/api-wms/v1/operation/finish/${id}`, + method: "put", + id + }) +} + +// 鑾峰彇浣嶇疆鍒楄〃 +export function getLocationList(data) { + return request({ + url: "/api-wms/v1/location/getLocationList", + method: "post", + data + }) +} -- Gitblit v1.8.0