This commit is contained in:
2025-04-07 12:46:19 +08:00
parent 9c5cd30398
commit d8bdc0a0ac
3 changed files with 18 additions and 13 deletions

View File

@@ -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}
})