From 62be85bac61d46f1a60fa77c2e9532a57e1b4850 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 07 三月 2024 14:03:50 +0800
Subject: [PATCH] 销售订单-下载排产单3

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

diff --git a/src/api/plan/productionschedul.js b/src/api/plan/productionschedul.js
index 55a0947..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,
@@ -52,4 +59,4 @@
     method: 'post',
     data: data
   })
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3