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", action: "In",
column: "type", column: "type",
logic: "And", logic: "And",
value: "[3,4,5]", value: "[3,4,5,15,16]",
hide:true hide:true
} }
} }

16
fe/PC/src/filters/status.js

@ -1054,10 +1054,20 @@ export function locationType(index, prop) {
value: 5, value: 5,
UK: 'WIP', UK: 'WIP',
}, },
"[3,4,5]":{ 15: {
label: "Kitting线边",
value: 15,
UK: 'KittingWip'
},
16: {
label: "立体库",
value: 16,
UK: 'DimensionalStorehouse'
},
"[3,4,5,15,16]":{
label: "半成品/成品/线边库位", label: "半成品/成品/线边库位",
value: "[3,4,5]", value: "[3,4,5,15,16]",
UK: 'SEMI,FG,WIP', UK: 'SEMI,FG,WIP,KittingWip,DimensionalStorehouse',
hide:true, hide:true,
}, },
} }

Loading…
Cancel
Save