Browse Source

YT-1809号口生产计划,计划开关全部打开,应不能生成备料计划,现生成了备料计划

intex_online20241228
zhaoyiran 1 month ago
parent
commit
f484eab328
  1. 2
      src/views/wms/productionManage/productionplan/productionMainAssemble/index.vue

2
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)

Loading…
Cancel
Save