Browse Source

bom查询

master_hella_20240701
chenfang 4 months ago
parent
commit
17d2e41149
  1. 2
      src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRecordMain/index.vue

2
src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRecordMain/index.vue

@ -221,7 +221,7 @@ const tableFormButton = async (val , row) => {
bomModelVisible.value = true
DialogTitle.value = '物料代码【' + row.itemCode + '】——Bom信息'
detatableDataBom.params = {
masterId: row.masterId
masterId: row.id
}
await getDetailListBom()
}

Loading…
Cancel
Save