点位设置

This commit is contained in:
2025-09-10 17:16:34 +08:00
parent 6cd801410e
commit ebfcbdd82f
2 changed files with 92 additions and 9 deletions

View File

@@ -298,6 +298,11 @@ export const updatePointType = (code, type) => request({
url:'api/schBasePoint/updatePointType',
data: {point_code: code, point_type: type}
})
// 查询入库点位清单
export const getInBillPointList = (code) => request({
url:'api/schBasePoint/getInBillPointList',
data: {point_code: code}
})
// 组盘入库
// 物料组盘(带单据)