feat(mes/wms): 新增磨辊人管理与免验规则优化
1. 优化wms产线免验逻辑,新增镀铬产线免验支持 2. 新增磨辊人统计报表导出功能 3. 新增磨辊操作人字典维护功能
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user