From f78fae4c3fdc85f2a16530ff054204eefcbbb00d Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期二, 25 八月 2026 18:53:10 +0800
Subject: [PATCH] Merge branch 'dev_天津_建诚恒商贸' of http://114.132.189.42:9002/r/product-inventory-management into dev_天津_建诚恒商贸

---
 src/api/inspectionManagement/index.js |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/src/api/inspectionManagement/index.js b/src/api/inspectionManagement/index.js
index d0c444a..13d31f9 100644
--- a/src/api/inspectionManagement/index.js
+++ b/src/api/inspectionManagement/index.js
@@ -58,4 +58,21 @@
         method: 'post',
         data: query
     })
+}
+
+// 鍗曟潯宸℃瀹屾垚
+export function completeInspection(id) {
+  return request({
+    url: '/inspectionTask/complete/' + id,
+    method: 'put'
+  })
+}
+
+// 涓�閿贰妫�瀹屾垚
+export function batchCompleteInspection(dateStr) {
+  return request({
+    url: '/inspectionTask/batchComplete',
+    method: 'put',
+    params: { dateStr }
+  })
 }
\ No newline at end of file

--
Gitblit v1.9.3