|
@@ -605,7 +605,9 @@ console.log('4444444444',this.List)
|
|
|
key: semi.code // 使用当前时间作为key,确保唯一性
|
|
key: semi.code // 使用当前时间作为key,确保唯一性
|
|
|
});
|
|
});
|
|
|
},500)
|
|
},500)
|
|
|
- }else{
|
|
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ if(semi.semiProductList.length==0 && semi.singleReport==0){
|
|
|
semi.semiProductList.map((ditem)=>{
|
|
semi.semiProductList.map((ditem)=>{
|
|
|
if(ditem.extInfo.batchReportInfo){
|
|
if(ditem.extInfo.batchReportInfo){
|
|
|
ditem.extInfo.batchReportInfo.map((baItem)=>{
|
|
ditem.extInfo.batchReportInfo.map((baItem)=>{
|