🎈 perf: 仅优化UI使其更紧凑
This commit is contained in:
@@ -42,3 +42,14 @@ export function delStock(stockId) {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
// 物料追溯:根据批次号查找所有关联的单据明细
|
||||
export function getStockTrace(batchNo) {
|
||||
return request({
|
||||
url: '/wms/stockIoDetail/batch',
|
||||
method: 'post',
|
||||
data: {
|
||||
batchNo
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user