半成品入库
This commit is contained in:
@@ -123,8 +123,10 @@ export const getBcpStor = () => post('api/pda/bcp/in/getBcpStor', {})
|
||||
// 1.2单据类型下拉框
|
||||
export const getBillType = () => post('api/pda/bcp/in/getBillType', {})
|
||||
// 1.3物料选择页面
|
||||
export const getMaterial = (code) => post('api/pda/bcp/in/getMaterial', {
|
||||
material_code: code
|
||||
export const getMaterial = (code, page, size) => post('api/pda/bcp/in/getMaterial', {
|
||||
material_code: code,
|
||||
page: page,
|
||||
size: size
|
||||
})
|
||||
// export const getMaterial = (code) => {
|
||||
// let res = {
|
||||
|
||||
Reference in New Issue
Block a user