no message

This commit is contained in:
2025-04-03 13:19:57 +08:00
parent 95e2db8341
commit 6513e9d951
3 changed files with 12 additions and 4 deletions

View File

@@ -250,6 +250,10 @@ export const bindOrUnbind = (scode, bcode, mode) => request({
/**
* 单据入库
*/
export const inStorageOrder = () => request({
method: 'GET',
url:'api/pda/inStorage/order'
})
export const getBillNoInfo = (id) => request({
url:'api/pda/inStorage/getBillNoInfo/' + id,
method: 'GET'