刻字工序
This commit is contained in:
@@ -393,8 +393,8 @@ export const kzDeviceList = () => post('api/produceWorkorder', {
|
||||
// 1.3确认上料
|
||||
export const kzSubmitkz = (arr) => post('api/pda/kz/submitkz', arr)
|
||||
// 1.1任务列表
|
||||
export const KzTasks = () => post('api/pda/kz/kzTasks', {
|
||||
product_area: 'A1'
|
||||
export const KzTasks = (area) => post('api/pda/kz/kzTasks', {
|
||||
product_area: area
|
||||
})
|
||||
// export const KzTasks = () => {
|
||||
// let res = {
|
||||
|
||||
Reference in New Issue
Block a user