feat(wms): 添加钢卷重号查询功能
新增钢卷重号查询页面,包含当前卷号和入厂卷号两个标签页 添加API接口获取重号钢卷数据 实现搜索过滤和刷新功能
This commit is contained in:
@@ -214,4 +214,14 @@ export function getMaxCoilNo(enterCoilNoPrefix) {
|
||||
enterCoilNoPrefix
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询存在重号的钢卷
|
||||
*/
|
||||
export function getDuplicateGroups() {
|
||||
return request({
|
||||
url: '/wms/materialCoil/duplicateGroups',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user