Browse Source

YT-596预生产计划,自动生成完工收货申请、备料计划开关关闭,应该不自动生成,现自己生成

intex_online20241111
zhaoyiran 3 weeks ago
parent
commit
49ef573e37
  1. 6
      src/views/wms/productionManage/productionplan/productionMain/index.vue

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

Loading…
Cancel
Save