压制叫料添加物料查询
This commit is contained in:
@@ -45,11 +45,14 @@ export const sendMaterialconfirm = (wid, did, pid, pcode, qty, vcode, isfull) =>
|
||||
// 1.1查询点位
|
||||
export const callMaterialqueryPoint = () => post('api/pda/callMaterial/queryPoint', {})
|
||||
// 1.2压制叫料确定
|
||||
export const callMaterialconfirm = (pid, pcode, pname, isfull) => post('api/pda/callMaterial/confirm', {
|
||||
export const callMaterialconfirm = (pid, pcode, pname, isfull, id, code, mname) => post('api/pda/callMaterial/confirm', {
|
||||
point_id: pid,
|
||||
point_code: pcode,
|
||||
point_name: pname,
|
||||
is_full: isfull
|
||||
is_full: isfull,
|
||||
material_id: id,
|
||||
material_code: code,
|
||||
material_name: mname
|
||||
})
|
||||
|
||||
// 送空托盘
|
||||
|
||||
Reference in New Issue
Block a user