From c34f771c22b4650c858b7d468ab00541a693bb4f Mon Sep 17 00:00:00 2001 From: 小小儁爺 <1694218219@qq.com> Date: 星期三, 05 三月 2025 10:51:53 +0800 Subject: [PATCH] 1.生产工单中 新增批量修改功能 --- src/api/kanbanManager.js | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/src/api/kanbanManager.js b/src/api/kanbanManager.js index ec3a1e0..77acd4e 100644 --- a/src/api/kanbanManager.js +++ b/src/api/kanbanManager.js @@ -1,5 +1,33 @@ import request from '@/utils/request' +export function ProductionStockedInRightBottom() { + return request({ + url: 'KanBanManagerent/ProductionStockedInRightBottom', + method: 'get' + }) +} + +export function ProcureOutsourcRightTop() { + return request({ + url: 'KanBanManagerent/ProcureOutsourcRightTop', + method: 'get' + }) +} + +export function ProductConsignmentLeftBottom() { + return request({ + url: 'KanBanManagerent/ProductConsignmentLeftBottom', + method: 'get' + }) +} + +export function ProcureOutsourcLeftTop() { + return request({ + url: 'KanBanManagerent/ProcureOutsourcLeftTop', + method: 'get' + }) +} + // 杞﹂棿鐪嬫澘,涓婄敓浜т俊鎭� export function WorkShopProduceTopData(data) { return request({ -- Gitblit v1.9.3