调拨维护
This commit is contained in:
@@ -79,11 +79,12 @@ export const getWarehouseInfo = () => request({
|
||||
data: {}
|
||||
})
|
||||
// 2.查询调拨单据
|
||||
export const allocationPage = (fuzzy, kczzbm, cgybm, page, size) => request({
|
||||
export const allocationPage = (fuzzy, drkcbm, dckcbm, page, size) => request({
|
||||
url:'api/allocationBill/allocationPage',
|
||||
data: {
|
||||
fuzzy: fuzzy,
|
||||
kczzbm: kczzbm,
|
||||
drkcbm: drkcbm,
|
||||
dckcbm: dckcbm,
|
||||
page: page,
|
||||
size: size
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user