From d896d25a2bee6dc9496f102035b2d68d17f3de65 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 05 三月 2024 13:58:13 +0800
Subject: [PATCH] 生产调度变更记录功能

---
 src/api/plan/productionschedul.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/api/plan/productionschedul.js b/src/api/plan/productionschedul.js
index 14363dd..5784b65 100644
--- a/src/api/plan/productionschedul.js
+++ b/src/api/plan/productionschedul.js
@@ -8,6 +8,13 @@
   })
 }
 
+export function fetchRecordsList(mId) {
+  return request({
+    url: '/mes/productionSchedul/pageRecords/'+mId,
+    method: 'get',
+  })
+}
+
 export function fetchScheduleById(id) {
   return request({
     url: '/mes/productionSchedul/selTime/'+id,

--
Gitblit v1.9.3