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