仓库-仓库批量查看总看板修改

This commit is contained in:
2024-04-26 15:35:27 +08:00
parent 6e74104ac5
commit 8d80085e58
7 changed files with 395 additions and 147 deletions

View File

@@ -0,0 +1,14 @@
import request from '@/utils/request'
/**
* 批量查询出库树表
* @param data
*/
export function GetBatchOutRecordTreeTableData(data) {
return request({
url: '/mes/wm/WmGoodsBatchSearch/getBatchOutRecordTreeTableData',
method: 'post',
data: data,
})
}