From 83be7ca0c138b64b3447cc207b63c7933690f6ec Mon Sep 17 00:00:00 2001
From: 曹睿 <360930172@qq.com>
Date: 星期二, 25 二月 2025 09:08:58 +0800
Subject: [PATCH] Merge branch 'dev' of http://114.132.189.42:9002/r/lims-ruoyi-before into dev

---
 src/api/cnas/systemManagement/documentRecords.js |  299 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 299 insertions(+), 0 deletions(-)

diff --git a/src/api/cnas/systemManagement/documentRecords.js b/src/api/cnas/systemManagement/documentRecords.js
index 30fc1d5..1b084f2 100644
--- a/src/api/cnas/systemManagement/documentRecords.js
+++ b/src/api/cnas/systemManagement/documentRecords.js
@@ -63,3 +63,302 @@
     params: query,
   });
 }
+
+// 澶栨潵鏂囦欢纭璁板綍-鏂板
+export function addManageRecordVerify(data) {
+  return request({
+    url: "/manageRecordVerify/addManageRecordVerify",
+    method: "post",
+    data: data,
+  });
+}
+
+//澶栨潵鏂囦欢纭璁板綍-濉啓--鍒楄〃
+export function pageManageRecordVerify(query) {
+  return request({
+    url: "/manageRecordVerify/pageManageRecordVerify",
+    method: "get",
+    params: query,
+  });
+}
+
+// 澶栨潵鏂囦欢纭璁板綍-鍘嗗彶--鎻愪氦
+export function submitManageRecordTotal(data) {
+  return request({
+    url: "/manageRecordTotal/submitManageRecordTotal",
+    method: "post",
+    data: data,
+  });
+}
+
+// 澶栨潵鏂囦欢纭璁板綍-鍘嗗彶--瀹℃牳
+export function ratifyManageRecordTotal(data) {
+  return request({
+    url: "/manageRecordTotal/ratifyManageRecordTotal",
+    method: "post",
+    data: data,
+  });
+}
+
+//澶栨潵鏂囦欢纭璁板綍-濉啓--鍒犻櫎
+export function delManageRecordVerify(query) {
+  return request({
+    url: "/manageRecordVerify/delManageRecordVerify",
+    method: "delete",
+    params: query,
+  });
+}
+
+//澶栨潵鏂囦欢纭璁板綍-鍘嗗彶--鍒楄〃
+export function pageManageRecordTotal(query) {
+  return request({
+    url: "/manageRecordTotal/pageManageRecordTotal",
+    method: "get",
+    params: query,
+  });
+}
+
+// 澶栨潵鏂囦欢纭璁板綍-濉啓--淇敼
+export function doManageRecordVerify(data) {
+  return request({
+    url: "/manageRecordVerify/doManageRecordVerify",
+    method: "post",
+    data: data,
+  });
+}
+
+//鏂囦欢鍙戞斁鍥炴敹璁板綍-瀵煎嚭
+export function exportOutManageRecordIssueRecycle(query) {
+  return request({
+    url: "/manageRecordIssueRecycle/exportOutManageRecordIssueRecycle",
+    method: "get",
+    params: query,
+  });
+}
+
+// 鏂囦欢鍙戞斁鍥炴敹璁板綍-鏂板
+export function addManageRecordIssueRecycle(data) {
+  return request({
+    url: "/manageRecordIssueRecycle/addManageRecordIssueRecycle",
+    method: "post",
+    data: data,
+  });
+}
+
+// 鏂囦欢鍙戞斁鍥炴敹璁板綍-缂栬緫
+export function doManageRecordIssueRecycle(data) {
+  return request({
+    url: "/manageRecordIssueRecycle/doManageRecordIssueRecycle",
+    method: "post",
+    data: data,
+  });
+}
+
+//鏌ヨCNAS浜哄憳渚ц竟鏍�
+export function selectCNSAPersonTree(query) {
+  return request({
+    url: "/personBasicInfo/selectCNSAPersonTree",
+    method: "get",
+    params: query,
+  });
+}
+
+//鏂囦欢鍙戞斁鍥炴敹璁板綍-鍒楄〃
+export function pageManageRecordIssueRecycle(query) {
+  return request({
+    url: "/manageRecordIssueRecycle/pageManageRecordIssueRecycle",
+    method: "get",
+    params: query,
+  });
+}
+
+//鏂囦欢鍙戞斁鍥炴敹璁板綍-鍒犻櫎
+export function delManageRecordIssueRecycle(query) {
+  return request({
+    url: "/manageRecordIssueRecycle/delManageRecordIssueRecycle",
+    method: "delete",
+    params: query,
+  });
+}
+
+//鏂囦欢淇-瀵煎嚭鍒楄〃
+export function exportOutManageRecordAudit(query) {
+  return request({
+    url: "/manageRecordAudit/exportOutManageRecordAudit",
+    method: "get",
+    params: query,
+  });
+}
+
+// 鏂囦欢淇-鏂板
+export function addManageRecordAudit(data) {
+  return request({
+    url: "/manageRecordAudit/addManageRecordAudit",
+    method: "post",
+    headers: { "Content-Type": "application/x-www-form-urlencoded" },
+    data: data,
+  });
+}
+
+// 鏂囦欢淇-缂栬緫
+export function doManageRecordAudit(data) {
+  return request({
+    url: "/manageRecordAudit/doManageRecordAudit",
+    method: "post",
+    headers: { "Content-Type": "application/x-www-form-urlencoded" },
+    data: data,
+  });
+}
+
+// 鏂囦欢淇-鎵瑰噯
+export function ratifyManageRecordAudit(data) {
+  return request({
+    url: "/manageRecordAudit/ratifyManageRecordAudit",
+    method: "post",
+    data: data,
+  });
+}
+
+//鏂囦欢淇-鍒楄〃
+export function pageManageRecordAudit(query) {
+  return request({
+    url: "/manageRecordAudit/pageManageRecordAudit",
+    method: "get",
+    params: query,
+  });
+}
+
+//鏂囦欢淇-鍒犻櫎
+export function delManageRecordAudit(query) {
+  return request({
+    url: "/manageRecordAudit/delManageRecordAudit",
+    method: "delete",
+    params: query,
+  });
+}
+
+//鏂囦欢瀹氭湡瀹℃煡璁板綍-瀵煎嚭
+export function exportOutManageRecordIntervals(query) {
+  return request({
+    url: "/manageRecordIntervals/exportOutManageRecordIntervals",
+    method: "get",
+    params: query,
+  });
+}
+
+// 鏂囦欢瀹氭湡瀹℃煡璁板綍-鏂板
+export function addManageRecordIntervals(data) {
+  return request({
+    url: "/manageRecordIntervals/addManageRecordIntervals",
+    method: "post",
+    data: data,
+  });
+}
+
+// 鏂囦欢瀹氭湡瀹℃煡璁板綍-缂栬緫
+export function doManageRecordIntervals(data) {
+  return request({
+    url: "/manageRecordIntervals/doManageRecordIntervals",
+    method: "post",
+    data: data,
+  });
+}
+
+// 鏂囦欢瀹氭湡瀹℃煡璁板綍-鍘嗗彶璁板綍-鎵瑰噯
+export function ratifyManageRecordIntervalsTotal(data) {
+  return request({
+    url: "/manageRecordIntervalsTotal/ratifyManageRecordIntervalsTotal",
+    method: "post",
+    data: data,
+  });
+}
+
+// 鏂囦欢瀹氭湡瀹℃煡璁板綍-鍘嗗彶璁板綍-鎻愪氦
+export function submitManageRecordIntervalsTotal(data) {
+  return request({
+    url: "/manageRecordIntervalsTotal/submitManageRecordIntervalsTotal",
+    method: "post",
+    data: data,
+  });
+}
+
+//鏂囦欢瀹氭湡瀹℃煡璁板綍-鍒楄〃
+export function pageManageRecordIntervals(query) {
+  return request({
+    url: "/manageRecordIntervals/pageManageRecordIntervals",
+    method: "get",
+    params: query,
+  });
+}
+
+//鏂囦欢瀹氭湡瀹℃煡璁板綍-鍘嗗彶璁板綍-鍒楄〃
+export function pageManageRecordIntervalsTotal(query) {
+  return request({
+    url: "/manageRecordIntervalsTotal/pageManageRecordIntervalsTotal",
+    method: "get",
+    params: query,
+  });
+}
+
+//鏂囦欢瀹氭湡瀹℃煡璁板綍-鍒犻櫎
+export function delManageRecordIntervals(query) {
+  return request({
+    url: "/manageRecordIntervals/delManageRecordIntervals",
+    method: "delete",
+    params: query,
+  });
+}
+
+//鏂囦欢浣滃簾璁板綍-瀵煎嚭
+export function exportOutManageRecordCancel(query) {
+  return request({
+    url: "/manageRecordCancel/exportOutManageRecordCancel",
+    method: "get",
+    params: query,
+  });
+}
+
+// 鏂囦欢浣滃簾璁板綍-鏂板
+export function addManageRecordCancel(data) {
+  return request({
+    url: "/manageRecordCancel/addManageRecordCancel",
+    method: "post",
+    data: data,
+  });
+}
+
+// 鏂囦欢浣滃簾璁板綍-缂栬緫
+export function doManageRecordCancel(data) {
+  return request({
+    url: "/manageRecordCancel/doManageRecordCancel",
+    method: "post",
+    data: data,
+  });
+}
+
+// 鏂囦欢浣滃簾璁板綍-鎵瑰噯
+export function ratifyManageRecordCancel(data) {
+  return request({
+    url: "/manageRecordCancel/ratifyManageRecordCancel",
+    method: "post",
+    data: data,
+  });
+}
+
+//鏂囦欢浣滃簾璁板綍-鍒犻櫎
+export function delManageRecordCancel(query) {
+  return request({
+    url: "/manageRecordCancel/delManageRecordCancel",
+    method: "delete",
+    params: query,
+  });
+}
+
+//鏂囦欢浣滃簾璁板綍-鍒楄〃
+export function pageManageRecordCancel(query) {
+  return request({
+    url: "/manageRecordCancel/pageManageRecordCancel",
+    method: "get",
+    params: query,
+  });
+}

--
Gitblit v1.9.3