This commit is contained in:
2024-04-19 09:11:46 +08:00
parent 2594be8f0e
commit 4b087aee73

View File

@@ -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', {})