From f484eab3284120db16b6932045f3c4c69dc74d8e Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Wed, 25 Dec 2024 18:32:05 +0800 Subject: [PATCH] =?UTF-8?q?YT-1809=E5=8F=B7=E5=8F=A3=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E8=AE=A1=E5=88=92=EF=BC=8C=E8=AE=A1=E5=88=92=E5=BC=80=E5=85=B3?= =?UTF-8?q?=E5=85=A8=E9=83=A8=E6=89=93=E5=BC=80=EF=BC=8C=E5=BA=94=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E7=94=9F=E6=88=90=E5=A4=87=E6=96=99=E8=AE=A1=E5=88=92?= =?UTF-8?q?=EF=BC=8C=E7=8E=B0=E7=94=9F=E6=88=90=E4=BA=86=E5=A4=87=E6=96=99?= =?UTF-8?q?=E8=AE=A1=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionplan/productionMainAssemble/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/productionManage/productionplan/productionMainAssemble/index.vue b/src/views/wms/productionManage/productionplan/productionMainAssemble/index.vue index 7cee42437..8928b57ca 100644 --- a/src/views/wms/productionManage/productionplan/productionMainAssemble/index.vue +++ b/src/views/wms/productionManage/productionplan/productionMainAssemble/index.vue @@ -599,7 +599,7 @@ const planSwitch = ref(false) const requestSwitch = ref(false) const getSwitch = async ()=>{ let switch1 = await SwitchApi.getByCode('CreatePrepareToIssuePlanAfterProductionPlanPublished') - planSwitch.value = switch1=='TRUE' + planSwitch.value = false let switch2 = await SwitchApi.getByCode('CreateProductReciptRequestAfterProductionPlanPublished') requestSwitch.value = switch2=='TRUE' console.log('switch1',switch1)