From bc95be087fbf1b6c93bb8cdb8f0478305ec1199f Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 04 七月 2022 17:35:39 +0800
Subject: [PATCH] 1.MES系统中ERP生产订单页面开发
---
src/api/scgl.js | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/src/api/scgl.js b/src/api/scgl.js
index 1ec4013..435ee67 100644
--- a/src/api/scgl.js
+++ b/src/api/scgl.js
@@ -76,3 +76,20 @@
params: data
})
}
+
+//
+export function MesOrderStepSearch(data) {
+ return request({
+ url: 'ProductionManagement/MesOrderStepSearch',
+ method: 'get',
+ params: data
+ })
+}
+//
+export function MesOrderStepStart(data) {
+ return request({
+ url: 'ProductionManagement/MesOrderStepStart',
+ method: 'post',
+ params: data
+ })
+}
--
Gitblit v1.9.3