From 10903aca3b8fd5dd7cd8573fa5c99ccf19cb8f29 Mon Sep 17 00:00:00 2001 From: chenrui <1187576398@qq.com> Date: 星期四, 10 四月 2025 13:06:58 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/radio-frequency-cable' into radio-frequency-cable --- 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