From d265580a6b288d357df5d31533dd14253442efcd Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 22 九月 2023 10:39:14 +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