压制叫料添加物料查询

This commit is contained in:
2022-08-31 16:28:08 +08:00
parent f51c49f621
commit d0eec752e4
4 changed files with 49 additions and 12 deletions

View File

@@ -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
})
// 送空托盘