diff --git a/fe/PC/src/components/StepsCountPlanForm/index.vue b/fe/PC/src/components/StepsCountPlanForm/index.vue index 4fdc78d1c..bd65b9f70 100644 --- a/fe/PC/src/components/StepsCountPlanForm/index.vue +++ b/fe/PC/src/components/StepsCountPlanForm/index.vue @@ -511,7 +511,7 @@ export default { action: "In", column: "type", logic: "And", - value: "[3,4,5]", + value: "[3,4,5,15,16]", hide:true } } diff --git a/fe/PC/src/filters/status.js b/fe/PC/src/filters/status.js index ba0108ec2..956f70ffa 100644 --- a/fe/PC/src/filters/status.js +++ b/fe/PC/src/filters/status.js @@ -1054,10 +1054,20 @@ export function locationType(index, prop) { value: 5, UK: 'WIP', }, - "[3,4,5]":{ + 15: { + label: "Kitting线边", + value: 15, + UK: 'KittingWip' + }, + 16: { + label: "立体库", + value: 16, + UK: 'DimensionalStorehouse' + }, + "[3,4,5,15,16]":{ label: "半成品/成品/线边库位", - value: "[3,4,5]", - UK: 'SEMI,FG,WIP', + value: "[3,4,5,15,16]", + UK: 'SEMI,FG,WIP,KittingWip,DimensionalStorehouse', hide:true, }, }