From 2146654ce466348808bd11218d5a71756d03abc4 Mon Sep 17 00:00:00 2001 From: 小小儁爺 <1694218219@qq.com> Date: 星期四, 13 三月 2025 16:46:05 +0800 Subject: [PATCH] 1.打印模板修改2.新增打印次数字段 --- 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