看板优化

This commit is contained in:
2024-08-23 17:00:06 +08:00
parent b1584d9424
commit f67ada6039
2 changed files with 55 additions and 36 deletions

View File

@@ -55,4 +55,13 @@ export function GetProductAndPolishAndOneTimeFqcBoardData(data) {
method: 'post',
data: data,
})
}
// 检查零件号是否是门把手
export function CheckIsDoorknob(params) {
return request({
url: '/mes/qc/FQC/common/checkIsDoorknob',
method: 'get',
params: params,
})
}