仓库-批量查看功能完成,样式待调整
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user