调拨维护

This commit is contained in:
2024-06-07 16:20:37 +08:00
parent 601726ecd8
commit d0240d5acc
2 changed files with 9 additions and 4 deletions

View File

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