From 6b35a453725b34422e5336b456f03b92b963f2d8 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 21 三月 2025 13:35:06 +0800
Subject: [PATCH] Merge branch 'radio-frequency-cable-before' of http://114.132.189.42:9002/r/lims-ruoyi-before into radio-frequency-cable-before
---
src/api/structural/laboratoryScope.js | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 48 insertions(+), 0 deletions(-)
diff --git a/src/api/structural/laboratoryScope.js b/src/api/structural/laboratoryScope.js
index bd8680b..30cb640 100644
--- a/src/api/structural/laboratoryScope.js
+++ b/src/api/structural/laboratoryScope.js
@@ -15,3 +15,51 @@
params: query
})
}
+// 娣诲姞瀹為獙瀹ゅ弬鏁�
+export function addParameter(query) {
+ return request({
+ url: '/laboratoryScope/addParameter',
+ method: 'post',
+ data: query
+ })
+}
+// 淇敼瀹為獙瀹ゅ弬鏁�
+export function upParameter(query) {
+ return request({
+ url: '/laboratoryScope/upParameter',
+ method: 'post',
+ data: query
+ })
+}
+// 鍒犻櫎瀹為獙瀹ゅ弬鏁�
+export function delParameter(query) {
+ return request({
+ url: '/laboratoryScope/delParameter',
+ method: 'delete',
+ params: query
+ })
+}
+// 鏌ヨ鍗扮珷鍒楄〃
+export function selectSeal(query) {
+ return request({
+ url: '/sealScope/selectSeal',
+ method: 'get',
+ params: query
+ })
+}
+// 鏌ヨ鍗扮珷鍒楄〃
+export function addSeal(query) {
+ return request({
+ url: '/sealScope/addSeal',
+ method: 'post',
+ data: query
+ })
+}
+// 鏌ヨ璧勮川鏄庣粏鍒楄〃
+export function getCertificationDetail(query) {
+ return request({
+ url: '/certification/getCertificationDetail',
+ method: 'get',
+ params: query
+ })
+}
--
Gitblit v1.9.3