Browse Source

【nev-pc】盘点新增需求更改

ag_report_nev
安虹睿 5 months ago
parent
commit
06527df631
  1. 2
      fe/PC/src/components/StepsCountPlanForm/index.vue
  2. 16
      fe/PC/src/filters/status.js

2
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
}
}

16
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,
},
}

Loading…
Cancel
Save