选物料

This commit is contained in:
2023-07-14 11:16:47 +08:00
parent ef53706116
commit 7597565525
2 changed files with 7 additions and 7 deletions

View File

@@ -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