This commit is contained in:
蔡玲
2024-11-21 13:49:20 +08:00
parent 92d7bf2095
commit 8852de5c11
3 changed files with 4 additions and 4 deletions

View File

@@ -101,9 +101,9 @@ export const viewAssignDtl = (obj) => request({
data: obj
})
// 查看分配明细->确认
export const updateAssignDtl = (arr) => request({
export const updateAssignDtl = (arr, type) => request({
url:'api/stIvtStockAssignDtl/updateAssignDtl',
data: arr
data: {details: arr, type: type}
})
// 分配库位查看详情
export const inWarehouseAssignLocation = (arr, type) => request({