仓库-批量查看功能完成,样式待调整

This commit is contained in:
2024-04-26 17:59:05 +08:00
parent 8d80085e58
commit f731c79194
8 changed files with 593 additions and 47 deletions

View File

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