根据采购单生成入库单

This commit is contained in:
砂糖
2025-07-19 15:19:00 +08:00
parent f4001e4bab
commit 3a0c9a7684
8 changed files with 621 additions and 14 deletions

View File

@@ -81,3 +81,12 @@ export function updateStockIoStatus(stockIoId, status) {
}
})
}
export function addStockIoWithDetail(data) {
return request({
url: '/wms/stockIo/withDetail',
method: 'post',
data: data
})
}