连涂线

This commit is contained in:
2024-07-19 17:22:36 +08:00
parent 6ec4c16eaf
commit d5cd8827dd
6 changed files with 165 additions and 5 deletions

View File

@@ -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
}
})
/**
* 物料库存
*/