虚拟入库

This commit is contained in:
2026-04-01 17:43:22 +08:00
parent 0ebfe3a705
commit 2e64ca3ccc
7 changed files with 504 additions and 3 deletions

View File

@@ -272,6 +272,13 @@ export const confirmMore = (rows) => request({
data: {rows: rows}
})
// 虚拟入库(仓储管理)共 (1) 个
// 确认入库
export const hyConfirmIn = (rows) => request({
url:'api/pdaWarehouse/hyConfirmIn',
data: {rows: rows}
})
/**
* 生产管理
*/