|
@ -209,7 +209,7 @@ const buttonOperationClick = async (row, label, index)=> { |
|
|
await getDetailListBom() |
|
|
await getDetailListBom() |
|
|
detatableDataBom.tableList.forEach(item => { |
|
|
detatableDataBom.tableList.forEach(item => { |
|
|
item.rowId = index |
|
|
item.rowId = index |
|
|
if(tableData.value[index].childList) { |
|
|
if(tableData.value[index].childList.length > 0) { |
|
|
tableData.value[index].childList.forEach(itemChild => { |
|
|
tableData.value[index].childList.forEach(itemChild => { |
|
|
if (itemChild.itemCode == item.itemCode) { |
|
|
if (itemChild.itemCode == item.itemCode) { |
|
|
item.qty = itemChild.qty |
|
|
item.qty = itemChild.qty |
|
|