From 4b087aee73e9b6d3f6e0e5d5d068fd4576b279b8 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Fri, 19 Apr 2024 09:11:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/getData1.js | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/config/getData1.js b/src/config/getData1.js index fcdbbf2..2129518 100644 --- a/src/config/getData1.js +++ b/src/config/getData1.js @@ -1,7 +1,16 @@ import {post} from '@js/http.js' -/** 压制看板 */ -export const cockpitpress = (id) => post('api/cockpit/press', {}) +// /** 压制看板 */ +// export const cockpitpress = (id) => post('api/cockpit/press', {}) -/** 分拣作业监控 */ -export const cockpitsorting = (id) => post('api/cockpit/sorting', {}) +// /** 分拣作业监控 */ +// export const cockpitsorting = (id) => post('api/cockpit/sorting', {}) + +/** 称重看板 */ +export const cz = (id) => post('api/board/cz', {}) + +/** 入库 */ +export const rk = (id) => post('api/board/rk', {}) + +/** 生产 */ +export const sc = (id) => post('api/board/sc', {})