From 49ef573e374ee3a79d8f981d211a24c357f999b4 Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Thu, 31 Oct 2024 16:53:45 +0800 Subject: [PATCH] =?UTF-8?q?YT-596=E9=A2=84=E7=94=9F=E4=BA=A7=E8=AE=A1?= =?UTF-8?q?=E5=88=92=EF=BC=8C=E8=87=AA=E5=8A=A8=E7=94=9F=E6=88=90=E5=AE=8C?= =?UTF-8?q?=E5=B7=A5=E6=94=B6=E8=B4=A7=E7=94=B3=E8=AF=B7=E3=80=81=E5=A4=87?= =?UTF-8?q?=E6=96=99=E8=AE=A1=E5=88=92=E5=BC=80=E5=85=B3=E5=85=B3=E9=97=AD?= =?UTF-8?q?=EF=BC=8C=E5=BA=94=E8=AF=A5=E4=B8=8D=E8=87=AA=E5=8A=A8=E7=94=9F?= =?UTF-8?q?=E6=88=90=EF=BC=8C=E7=8E=B0=E8=87=AA=E5=B7=B1=E7=94=9F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionplan/productionMain/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/wms/productionManage/productionplan/productionMain/index.vue b/src/views/wms/productionManage/productionplan/productionMain/index.vue index e3d595d98..8bf2be24c 100644 --- a/src/views/wms/productionManage/productionplan/productionMain/index.vue +++ b/src/views/wms/productionManage/productionplan/productionMain/index.vue @@ -458,9 +458,9 @@ const getSwitch = async ()=>{ let switch1 = await SwitchApi.getByCode('CreatePrepareToIssuePlanAfterProductionPlanPublished') planSwitch.value = switch1=='TRUE' // 预生产计划创建收货申请 不走开关控制 - // let switch2 = await SwitchApi.getByCode('CreateProductReciptRequestAfterProductionPlanPublished') - // requestSwitch.value = switch2=='TRUE' - requestSwitch.value = true + let switch2 = await SwitchApi.getByCode('CreateProductReciptRequestAfterProductionPlanPublished') + requestSwitch.value = switch2=='TRUE' + // requestSwitch.value = true // console.log('switch1',switch1) // console.log('switch2',switch2)