From 5ecb7958c96d3f0b6d47b79aff7eb306c2cf690f Mon Sep 17 00:00:00 2001
From: charles <981744753@qq.com>
Date: 星期二, 06 八月 2024 11:16:58 +0800
Subject: [PATCH] gitlab上面的wms转移到公司git

---
 src/api/reportForm/inventoryRwport.js |   88 ++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 85 insertions(+), 3 deletions(-)

diff --git a/src/api/reportForm/inventoryRwport.js b/src/api/reportForm/inventoryRwport.js
index 7e1c92d..b643c54 100644
--- a/src/api/reportForm/inventoryRwport.js
+++ b/src/api/reportForm/inventoryRwport.js
@@ -1,5 +1,87 @@
 // 搴撳瓨鎶ヨ〃
-// import request from "@/common/untils/request.js"
-// import axios from "axios"
+import request from "@/common/untils/request.js"
 
-// 鏂板缓搴撳瓨鎶ヨ〃
\ No newline at end of file
+
+// 鑾峰彇搴撳瓨鎶ヨ〃
+export function getInventoryData(data) {
+  return request({
+    url: "/api-wms/v1/forms/getInventoryForms",
+    method: "post",
+    data
+  })
+}
+
+// 浠撳簱绫诲瀷鍒楄〃
+export const getWarehouseList = (data) => {
+  return request({
+    url: "/api-wms/v1/warehouse/warehouse",
+    method: "get",
+    params: data
+  })
+}
+
+// 浜у搧绫诲瀷鍒楄〃
+export function getProductCategoryList(data) {
+  return request({
+    url: "/api-wms/v1/product/getProductCategoryList",
+    method: "post",
+    data
+  })
+}
+
+//鎶ヨ〃鍘嗗彶
+export function getHistory(data) {
+  return request({
+    url: "/api-wms/v1/forms/getHistory",
+    method: "post",
+    data
+  })
+}
+// 鍑哄叆搴撴槑缁�
+export function listByCondition(data) {
+  return request({
+    url: "/api-wms/v1/operation/listByCondition",
+    method: "post",
+    data
+  })
+}
+//鏌ヨ鍗曟潯璇︽儏鎺ュ彛
+export function getOperationInfo(data) {
+  return request({
+    url: `/api-wms/v1/operation/getOperationInfo/${data}`,
+    method: "get",
+    data
+  })
+}
+// 鏈堝害缁熻鎶ヨ〃
+export function getmonthStats(data) {
+  return request({
+    url: "/api-wms/v1/forms/monthStats",
+    method: "post",
+    data
+  })
+}
+// 鑾峰緱绯荤粺璁剧疆鍒楄〃
+export function getSystemConfigApi(params) {
+    return request({
+        url: "/api-wms/v1/systemConfig/get",
+        method: "get",
+        params
+    })
+}
+// 淇濆瓨绯荤粺璁剧疆
+export function saveSystemConfigApi(data) {
+    return request({
+        url: "/api-wms/v1/systemConfig/save",
+        method: "post",
+        data
+    })
+}
+// 鏈堝害鏄庣粏缁熻
+export function getWarehouseMothStatsApi(data) {
+    return request({
+        url: "/api-wms/v1/forms/warehouseMonthStats",
+        method: "post",
+        data
+    })
+}
\ No newline at end of file

--
Gitblit v1.8.0