From a2bce22a3a4df5f4662c373e57c07fa4268aeee1 Mon Sep 17 00:00:00 2001 From: 小小儁爺 <1694218219@qq.com> Date: 星期五, 13 六月 2025 09:02:52 +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