From 482c8fcf03bfbeddc843e4ea7fbb53c74485e2e5 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期三, 27 九月 2023 19:54:22 +0800
Subject: [PATCH] 出入库搜索去掉sourceNumber及bug修复

---
 src/api/operate/inventoryAdjustment.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/operate/inventoryAdjustment.js b/src/api/operate/inventoryAdjustment.js
index a541cb0..a30d00b 100644
--- a/src/api/operate/inventoryAdjustment.js
+++ b/src/api/operate/inventoryAdjustment.js
@@ -25,3 +25,11 @@
     data
   })
 }
+// 涓婃灦瑙勫垯鑾峰彇浣嶇疆鍜屼骇鍝�
+export function getRuleList(data) {
+  return request({
+    url: "/api-wms/v1/locationProductAmount/getRuleList",
+    method: "post",
+    data
+  })
+}

--
Gitblit v1.8.0