接口
This commit is contained in:
@@ -79,7 +79,9 @@ export const getPoint = () => post('api/pda/cp/in/getPoint', {
|
||||
// 1.4添加单据物料按钮
|
||||
|
||||
// 1.5选择成品箱物料页面
|
||||
export const getMaterial = (btime, etime, scode, mcode) => post('api/pda/cp/in/getMaterial', {
|
||||
export const getMaterial = (page, size, btime, etime, scode, mcode) => post('api/pda/cp/in/getMaterial', {
|
||||
page: page,
|
||||
size: size,
|
||||
begin_time: btime,
|
||||
end_time: etime,
|
||||
sale_code: scode,
|
||||
|
||||
Reference in New Issue
Block a user