物料查询分页

This commit is contained in:
2023-08-30 16:51:53 +08:00
parent 1c6b16d6ce
commit d23ddf09be
3 changed files with 51 additions and 7 deletions

View File

@@ -80,10 +80,12 @@ export const authority = () => {
* 半成品入库
*/
// 1.1物料选择页面 -- 单选
export const getMaterial = (sp) => request({
export const getMaterial = (sp, page, size) => request({
url:'api/pda/hrBcp/iosIn/getMaterial',
data: {
material_spec: sp
material_spec: sp,
page: page,
size: size
}
})
// 1.2工序下拉框