From 72814fced2e46ddf40867c1ff5c9b865c09ec81a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Sat, 3 Aug 2024 14:14:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=94=9F=E4=BA=A7=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=94=B6=E8=B4=A7=E7=94=B3=E8=AF=B7=20?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=BC=80=E5=85=B3=E6=8E=A7=E5=88=B6=20?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=88=9B=E5=BB=BA=E6=94=B6=E8=B4=A7=E7=94=B3?= =?UTF-8?q?=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionplan/productionMain/index.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/wms/productionManage/productionplan/productionMain/index.vue b/src/views/wms/productionManage/productionplan/productionMain/index.vue index 686c1aae0..b0e1bf2af 100644 --- a/src/views/wms/productionManage/productionplan/productionMain/index.vue +++ b/src/views/wms/productionManage/productionplan/productionMain/index.vue @@ -453,10 +453,12 @@ const requestSwitch = ref(false) const getSwitch = async ()=>{ let switch1 = await SwitchApi.getByCode('CreatePrepareToIssuePlanAfterProductionPlanPublished') planSwitch.value = switch1=='TRUE' - let switch2 = await SwitchApi.getByCode('CreateProductReciptRequestAfterProductionPlanPublished') - requestSwitch.value = switch2=='TRUE' - console.log('switch1',switch1) - console.log('switch2',switch2) + // 预生产计划创建收货申请 不走开关控制 + // let switch2 = await SwitchApi.getByCode('CreateProductReciptRequestAfterProductionPlanPublished') + // requestSwitch.value = switch2=='TRUE' + requestSwitch.value = true + // console.log('switch1',switch1) + // console.log('switch2',switch2) } // 自动提交