|
|
@@ -196,6 +196,18 @@ export default {
|
|
|
};
|
|
|
});
|
|
|
}
|
|
|
+
|
|
|
+ if(item.semiProductList){
|
|
|
+ let allReportWeight=0
|
|
|
+ item.semiProductList.map(sitem=>{
|
|
|
+ if(sitem.extInfo.batchReportInfo){
|
|
|
+ sitem.extInfo.batchReportInfo.map(bitem=>{
|
|
|
+ allReportWeight=allReportWeight+bitem.allReportWeight
|
|
|
+ })
|
|
|
+ this.item.workReportInfo.formedWeight=allReportWeight
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }
|
|
|
},
|
|
|
|
|
|
methods: {
|