From 23213c63022ee4dd7f4d8f678838865f01e9b2df Mon Sep 17 00:00:00 2001 From: wujian <14790700720@163.com> Date: 星期五, 19 一月 2024 11:06:48 +0800 Subject: [PATCH] Merge branch 'master' of ssh://192.168.0.189:29418/Jcdm041-Mes --- jcdm-ui/src/api/main/om/productionOrde/productionOrde.js | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/jcdm-ui/src/api/main/om/productionOrde/productionOrde.js b/jcdm-ui/src/api/main/om/productionOrde/productionOrde.js index 76bdb18..5e64466 100644 --- a/jcdm-ui/src/api/main/om/productionOrde/productionOrde.js +++ b/jcdm-ui/src/api/main/om/productionOrde/productionOrde.js @@ -33,6 +33,15 @@ }) } +// 鏂板璁㈠崟鎺掍骇 +export function addOrderSchedulingForBoxCode(data) { + return request({ + url: '/om/productionOrde/orderSchedulingForBoxCode', + method: 'post', + data: data + }) +} + // 鏂板鐢熶骇宸ュ崟 export function addProductionOrde(data) { return request({ -- Gitblit v1.9.3