From 5dbf3ac4647bc2ab26dc3cccee3e853ffe1491e3 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期四, 10 四月 2025 10:49:28 +0800 Subject: [PATCH] 原辅材和成品下单修正 --- src/api/business/materialInspection.js | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/src/api/business/materialInspection.js b/src/api/business/materialInspection.js index 625967c..8eafc55 100644 --- a/src/api/business/materialInspection.js +++ b/src/api/business/materialInspection.js @@ -97,3 +97,21 @@ responseType: "blob", }); } + +// 浜屾鎶ユ/杩囨湡鎶ユ鏂板/缂栬緫 +export function addIfsInventory(query) { + return request({ + url: "/ifsInventoryQuantity/addIfsInventory", + method: "post", + data: query, + }); +} + +// 浜屾鎶ユ/杩囨湡鎶ユ鍒犻櫎 +export function ifsInventoryQuantityDelIfsInventory(query) { + return request({ + url: "/ifsInventoryQuantity/delIfsInventory", + method: "delete", + params: query, + }); +} -- Gitblit v1.9.3