仓库看板样式优化,毛坯,抛光,一次合格仓库添加零件数统计,工单排程中编码号变为字符串

This commit is contained in:
2024-08-22 10:44:39 +08:00
parent 60b9e7ba10
commit b1584d9424
8 changed files with 788 additions and 577 deletions

View File

@@ -102,4 +102,14 @@ export function getWmOneTimeRecordList(query) {
method: 'get',
params: query,
})
}
/**
* 查询零件数
*/
export function getPartNumber() {
return request({
url: '/mes/wm/WmOneTimeInventory/getPartNumber',
method: 'get'
})
}