From 279e16eab8872fc85c1dadc1302fbf04569fdaf9 Mon Sep 17 00:00:00 2001
From: cy <1664593601@qq.com>
Date: 星期三, 22 十一月 2023 10:23:00 +0800
Subject: [PATCH] feat: 台账SQL调整

---
 admin-web/src/api/stock/inventory.js |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/admin-web/src/api/stock/inventory.js b/admin-web/src/api/stock/inventory.js
index 239c74c..c9c371f 100644
--- a/admin-web/src/api/stock/inventory.js
+++ b/admin-web/src/api/stock/inventory.js
@@ -32,6 +32,24 @@
   });
 }
 
+// 缂栬緫
+export function inventoryDetail(params) {
+  return request({
+    url: '/pc/l/wh/form/inventory/detail',
+    method: 'get',
+    params,
+  });
+}
+
+// 鐩樼偣鏆傚瓨
+export function inventoryTemporaryStorage(data) {
+  return request({
+    url: '/pc/l/wh/form/inventory/temporary/storage',
+    method: 'post',
+    data,
+  });
+}
+
 // 瀹屾垚鐩樼偣
 export function inventoryFinish(data) {
   return request({
@@ -40,3 +58,21 @@
     data,
   });
 }
+
+// 寮傚父鏄庣粏鍒楄〃鏌ヨ
+export function inventoryListPdDetail(params) {
+  return request({
+    url: '/pc/l/wh/form/inventory/list/PdDetail',
+    method: 'get',
+    params,
+  });
+}
+
+// 鐩樼偣
+export function inventoryQuery(params) {
+  return request({
+    url: '/pc/l/wh/form/inventory/query',
+    method: 'get',
+    params,
+  });
+}

--
Gitblit v1.9.1