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 2 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 ()=>{
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)
}
//

Loading…
Cancel
Save