Browse Source

预生产装配申请查看bom修改接口参数

hella_online_20240828
陈薪名 3 weeks ago
parent
commit
aed5b55b2b
  1. 2
      src/views/wms/productionManage/productreceipt/productreceiptRequestMain/index.vue
  2. 2
      src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue

2
src/views/wms/productionManage/productreceipt/productreceiptRequestMain/index.vue

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

2
src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue

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

Loading…
Cancel
Save