From 766dbb3dff646a0eda63e9d3bf80b1696b79e562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Wed, 5 Jul 2023 15:49:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E7=8A=B6=E6=80=81=E5=BF=85?= =?UTF-8?q?=E5=A1=AB+=E5=8E=BB=E6=8E=89=E6=94=B6=E8=B4=A7=E7=9B=AE?= =?UTF-8?q?=E6=A3=80=E4=B8=8D=E5=90=88=E6=A0=BC=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/components/StepsCountPlanForm/index.vue | 4 ++++ fe/PC/src/views/inventoryManage/Count/CountPlan-ms.vue | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/fe/PC/src/components/StepsCountPlanForm/index.vue b/fe/PC/src/components/StepsCountPlanForm/index.vue index 672d1c36f..26990ac01 100644 --- a/fe/PC/src/components/StepsCountPlanForm/index.vue +++ b/fe/PC/src/components/StepsCountPlanForm/index.vue @@ -665,6 +665,10 @@ export default { this.otherFormData.vendCondition = { filters:[] } + if(this.otherFormData.statusList.length <= 0){ + this.$warningMsg("请选择状态"); + return + } this.loading = true; // this.otherFormData.requestType = 2 this.splitFormData(this.otherFormData).then( diff --git a/fe/PC/src/views/inventoryManage/Count/CountPlan-ms.vue b/fe/PC/src/views/inventoryManage/Count/CountPlan-ms.vue index 2567dca0c..edb18d512 100644 --- a/fe/PC/src/views/inventoryManage/Count/CountPlan-ms.vue +++ b/fe/PC/src/views/inventoryManage/Count/CountPlan-ms.vue @@ -294,7 +294,9 @@ export default { this.paging() let inventoryStageArray = this.$staticOptions.inventoryStage() inventoryStageArray.forEach(item => { - this.editOptions.radios.push(item.label) + if(item.value != '31'){ + this.editOptions.radios.push(item.label) + } }) }, methods: {