Browse Source

Merge branch 'master_hella' of http://dev.ccwin-in.com:3000/sfms3.0/sfms3.0-ui into master_hella

hella_online_20240829
chenfang 3 months ago
parent
commit
219d04b9d8
  1. 10
      src/views/wms/productionManage/productionplan/productionMain/index.vue

10
src/views/wms/productionManage/productionplan/productionMain/index.vue

@ -453,10 +453,12 @@ const requestSwitch = ref(false)
const getSwitch = async ()=>{ const getSwitch = async ()=>{
let switch1 = await SwitchApi.getByCode('CreatePrepareToIssuePlanAfterProductionPlanPublished') let switch1 = await SwitchApi.getByCode('CreatePrepareToIssuePlanAfterProductionPlanPublished')
planSwitch.value = switch1=='TRUE' planSwitch.value = switch1=='TRUE'
let switch2 = await SwitchApi.getByCode('CreateProductReciptRequestAfterProductionPlanPublished') //
requestSwitch.value = switch2=='TRUE' // let switch2 = await SwitchApi.getByCode('CreateProductReciptRequestAfterProductionPlanPublished')
console.log('switch1',switch1) // requestSwitch.value = switch2=='TRUE'
console.log('switch2',switch2) requestSwitch.value = true
// console.log('switch1',switch1)
// console.log('switch2',switch2)
} }
// //

Loading…
Cancel
Save