调拨新版
This commit is contained in:
@@ -165,6 +165,23 @@ export const allocationBillInventoryInfo = (obj) => request({
|
||||
url:'api/allocationBill/queryInventoryInfo',
|
||||
data: obj
|
||||
})
|
||||
/**
|
||||
* 调拨维护新接口
|
||||
* 2024/11/14
|
||||
*/
|
||||
// 1.调拨-副表格
|
||||
export const allocationBillDetail = (djid) => request({
|
||||
url:'api/allocationBillDetail/page',
|
||||
data: {
|
||||
djid: djid
|
||||
}
|
||||
})
|
||||
// 2.调拨-修改行数据
|
||||
export const allocationBillDetailUpdate = (obj) => request({
|
||||
url:'api/allocationBillDetail/update',
|
||||
data: obj
|
||||
})
|
||||
|
||||
|
||||
/**
|
||||
* 收货确认
|
||||
|
||||
Reference in New Issue
Block a user