From 06527df6319d96f79e06a7c3a2a07ba8adbb2327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Mon, 25 Nov 2024 13:35:17 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90nev-pc=E3=80=91=E7=9B=98=E7=82=B9?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=9C=80=E6=B1=82=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/StepsCountPlanForm/index.vue | 2 +- fe/PC/src/filters/status.js | 16 +++++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) 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, }, }