物料查询分页
This commit is contained in:
@@ -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工序下拉框
|
||||
|
||||
Reference in New Issue
Block a user