Browse Source

预生产计划修改 bom版本赋值

master_hella_20240701
陈薪名 7 months ago
parent
commit
943ad8a44c
  1. 2
      src/views/wms/productionManage/productionplan/productionMain/index.vue

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

@ -122,6 +122,8 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) =>
const newRow = JSON.parse(JSON.stringify({...tableFormKeys,...item}))
tableData.value.push(newRow)
})
} else {
row[formField] = val[0][searchField]
}
} else {
const setV = {}

Loading…
Cancel
Save