选物料
This commit is contained in:
@@ -179,7 +179,7 @@ export const washweighingFinish = (dcode, dweight, mcode, mspec, mname) => post(
|
||||
})
|
||||
|
||||
// 1.5查询物料列表
|
||||
export const washsearchlist = (page, size, mcode) => post('api/pda/wash/searchlist', {
|
||||
export const washmaterialList = (page, size, mcode) => post('api/pda/wash/materialList', {
|
||||
page: page,
|
||||
size: size,
|
||||
material_code: mcode
|
||||
|
||||
Reference in New Issue
Block a user