From c30b850bdf5c48a2279f293d414850c32501192a Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期一, 29 四月 2024 16:25:25 +0800
Subject: [PATCH] 修改首页样式

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

diff --git a/src/api/plan/manufacturingorder.js b/src/api/plan/manufacturingorder.js
index e9b8d5d..ffa8ee1 100644
--- a/src/api/plan/manufacturingorder.js
+++ b/src/api/plan/manufacturingorder.js
@@ -24,6 +24,15 @@
     data: obj
   })
 }
+
+export function changeOrder(obj) {
+  return request({
+    url: '/mes/plan/manufacturingOrder/changeOrder',
+    method: 'post',
+    data: obj
+  })
+}
+
 export function refreshIfsOrderNo(obj) {
   return request({
     url: '/mes/plan/manufacturingOrder/refreshIfsOrderNo',

--
Gitblit v1.9.3