feat(mes/wms): 新增磨辊人管理与免验规则优化

1. 优化wms产线免验逻辑,新增镀铬产线免验支持
2. 新增磨辊人统计报表导出功能
3. 新增磨辊操作人字典维护功能
This commit is contained in:
2026-06-03 15:12:31 +08:00
parent 6fe1f668d3
commit 51bb7593c7
3 changed files with 171 additions and 10 deletions

View File

@@ -642,9 +642,9 @@ export default {
isGrindAction() {
return this.actionType == 505 || this.actionType == 525 || this.actionType == 206
},
// 镀锌/酸轧产线免验净重和厚度范围
// 镀锌/酸轧/镀铬产线免验净重和厚度范围
isExemptFromValidation() {
return [11, 200, 520, 206, 501, 521].includes(Number(this.actionType))
return [11, 200, 520, 206, 501, 521, 505, 525, 206].includes(Number(this.actionType))
}
},
watch: {