From 9a991de2a0079a8f90ed0dfa26abf4d0f95a9bb5 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期四, 28 九月 2023 10:01:29 +0800 Subject: [PATCH] bug修复(5089) --- 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