From 77f8eb53713e461435141d586d001e2e24744f41 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期二, 22 四月 2025 11:08:02 +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