From dab59f7624a2fb8d4114bb67b554ff09d91f810c Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期四, 10 四月 2025 13:07:36 +0800 Subject: [PATCH] Merge branch 'radio-frequency-cable' of http://114.132.189.42:9002/r/lims-ruoyi-before into radio-frequency-cable --- src/api/standard/standardLibrary.js | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/src/api/standard/standardLibrary.js b/src/api/standard/standardLibrary.js index 3c87f74..1322b23 100644 --- a/src/api/standard/standardLibrary.js +++ b/src/api/standard/standardLibrary.js @@ -262,3 +262,39 @@ data: data, }); } + +// 鏍囧噯鏍�--鎻愪氦鍙樻洿 +export function productListSubmit(data) { + return request({ + url: "/standardTree/productListSubmit", + method: "post", + data: data, + }); +} + +// 鏍囧噯鏍戝彉鏇磋褰� +export function standardProductListRecordPage(query) { + return request({ + url: "/updateRecord/standardProductListRecordPage", + method: "get", + params: query, + }); +} + +// 鏍囧噯鏍戝彉鏇磋褰�--鏌ヨ璇︽儏 +export function standardProductListRecordRelPage(query) { + return request({ + url: "/updateRecord/standardProductListRecordRelPage", + method: "get", + params: query, + }); +} + +// 鏌ヨ鏍囧噯搴撴槸鍚﹀瓨鍦ㄥ鏍镐腑鐘舵�� +export function existCheckingRecord(query) { + return request({ + url: "/standardTree/existCheckingRecord", + method: "get", + params: query, + }); +} -- Gitblit v1.9.3