毛坯扣除修改,添加一次合格,抛光的记录检查功能

This commit is contained in:
2025-03-25 16:34:47 +08:00
parent 8664e48c5a
commit 6e652aa9f3
4 changed files with 92 additions and 1 deletions

View File

@@ -130,3 +130,13 @@ export function generateWmOneTimeRecord(data) {
data: data,
})
}
/**
* 检查一次合格,抛光记录是否正常
*/
export function WmRecordErrorCheck() {
return request({
url: '/mes/wm/WmOneTimeInventory/ErrorCheck',
method: 'get',
})
}