From aa8684dfcf2ddbbadbd045770ff540e64c26bbee Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 06 三月 2024 17:53:45 +0800
Subject: [PATCH] 销售订单-下载排产单

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

diff --git a/src/api/plan/productionschedul.js b/src/api/plan/productionschedul.js
index 7b43570..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,
@@ -19,6 +26,14 @@
   return request({
     url: '/mes/productionSchedul/fillTime',
     method: 'put',
+    data: data
+  })
+}
+
+export function checkTimeLines(data) {
+  return request({
+    url: '/mes/productionSchedul/checkTimeLines',
+    method: 'post',
     data: data
   })
 }
@@ -44,4 +59,4 @@
     method: 'post',
     data: data
   })
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3