点位设置
This commit is contained in:
@@ -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}
|
||||
})
|
||||
|
||||
// 组盘入库
|
||||
// 物料组盘(带单据)
|
||||
|
||||
Reference in New Issue
Block a user