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)