|
@ -268,7 +268,8 @@ export default { |
|
|
_list.push({ |
|
|
_list.push({ |
|
|
level1:item1, |
|
|
level1:item1, |
|
|
level2:item2, |
|
|
level2:item2, |
|
|
level3:item3, |
|
|
// level3:item3, |
|
|
|
|
|
level3:{locationCode:null}, |
|
|
total_erp:item2, |
|
|
total_erp:item2, |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
@ -277,8 +278,10 @@ export default { |
|
|
if(index2 == item1.reportErpLocationSerialDtos.length - 1){ |
|
|
if(index2 == item1.reportErpLocationSerialDtos.length - 1){ |
|
|
_list.push({ |
|
|
_list.push({ |
|
|
level1:item1, |
|
|
level1:item1, |
|
|
level2:item2, |
|
|
// level2:item2, |
|
|
level3:{locationCode:null},//此处为了合并单元格做模拟locationCode处理 |
|
|
// level3:{locationCode:null}, |
|
|
|
|
|
level2:{erpLocatioCode:null}, |
|
|
|
|
|
level3:{locationCode:item2.erpLocatioCode},//此处为了合并单元格做模拟locationCode处理 |
|
|
total_item:item1, |
|
|
total_item:item1, |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|