118
This commit is contained in:
@@ -254,7 +254,7 @@ export const inStorageOrder = () => request({
|
||||
method: 'GET',
|
||||
url:'api/pda/inStorage/order'
|
||||
})
|
||||
export const getBillNoInfo = (id) => request({
|
||||
url:'api/pda/inStorage/getBillNoInfo/' + id,
|
||||
method: 'GET'
|
||||
export const getBillNoInfo = (code, type) => request({
|
||||
url:'api/pda/inStorage/getBillNoInfo',
|
||||
data: {code, form_type: type}
|
||||
})
|
||||
Reference in New Issue
Block a user