From 5f9e1232eb00ccf3d4d3620bccda700d8b1e4cc7 Mon Sep 17 00:00:00 2001
From: 86134 <aa>
Date: 星期三, 15 十一月 2023 14:35:38 +0800
Subject: [PATCH] 11

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

diff --git a/src/api/plan/customerorder.js b/src/api/plan/customerorder.js
index 112e721..0438b62 100644
--- a/src/api/plan/customerorder.js
+++ b/src/api/plan/customerorder.js
@@ -51,6 +51,14 @@
   })
 }
 
+export function updateCustomerOrderById(obj) {
+  return request({
+    url: '/mes/plan/customerOrder/updateById',
+    method: 'put',
+    data: obj
+  })
+}
+
 // 鍒涘缓涓荤敓浜ц鍒掗渶姹�
 export function createMpsRequirements(obj) {
   return request({
@@ -252,7 +260,7 @@
 export function downloadProcessConfigFile(filename, bucket, originalFileName) {
   return request({
     url: '/mes/plan/customerOrder/processConfig/' + bucket + '/' + filename,
-    method: 'get',
+    method: 'post',
     responseType: 'blob'
   }).then((response) => {
     // 澶勭悊杩斿洖鐨勬枃浠舵祦

--
Gitblit v1.9.3