|
@ -9,7 +9,7 @@ export function getDataSource(subList) { |
|
|
item.subList.push(newDetail); |
|
|
item.subList.push(newDetail); |
|
|
items.push(item) |
|
|
items.push(item) |
|
|
} else { |
|
|
} else { |
|
|
item.qty += detail.qty |
|
|
item.qty +=Number(detail.qty) |
|
|
let newDetail = createDetailInfo(detail); //
|
|
|
let newDetail = createDetailInfo(detail); //
|
|
|
item.subList.push(newDetail); |
|
|
item.subList.push(newDetail); |
|
|
} |
|
|
} |
|
|