no message
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -300,4 +300,8 @@ export const getBillNoInfo = (id) => {
|
||||
}
|
||||
]
|
||||
return res
|
||||
}
|
||||
export const inStorageOrder = () => {
|
||||
let res = [{value: '1', text: 'a'},{"text": "直接调拨单", "value": "STK_TransferDirect"},{"text": "简单领料申请单","value": "ka7c19edf9d4b4b39b8cc4a06802163b0"},{"text": "其他出库单", "value": "STK_MisDelivery"}]
|
||||
return res
|
||||
}
|
||||
Reference in New Issue
Block a user