批量入库、刻字工序

This commit is contained in:
2023-08-04 08:57:59 +08:00
parent 502305d0d8
commit db42e2a299
4 changed files with 47 additions and 10 deletions

View File

@@ -377,6 +377,8 @@ export const bypda = (page, size) => post('api/bcp/bypda', {
// }
// return res
// }
// 空框送回
export const kzsendVechile = () => post('api/pda/kz/sendVechile', {})
// 1.2刻字机选择
export const kzDeviceList = () => post('api/produceWorkorder', {
product_area: 'A1',
@@ -443,6 +445,10 @@ export const operation = (id, method) => post('api/task/operation', {
task_id: id,
method_name: method
})
// 重新下发
export const kzresend = (id) => post('api/pda/kz/resend', {
task_id: id
})
/**
* 批量入库