连涂线
This commit is contained in:
@@ -63,6 +63,21 @@ export const coatedWireIntoStorageTask = (code, qty) => request({
|
||||
}
|
||||
})
|
||||
|
||||
/**
|
||||
* 连涂线
|
||||
*/
|
||||
export const getLtxPointList = () => request({
|
||||
url:'api/pda/getLtxPointList',
|
||||
data: {}
|
||||
})
|
||||
export const ltxTask = (code, action) => request({
|
||||
url:'api/pda/manualSorting/ltxTask',
|
||||
data: {
|
||||
point_code: code,
|
||||
action: action
|
||||
}
|
||||
})
|
||||
|
||||
/**
|
||||
* 物料库存
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user