|
@@ -260,9 +260,15 @@
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- newVal.workReportInfo.formedWeight = parseFloat(
|
|
|
|
|
- formedWeight.toFixed(3)
|
|
|
|
|
- );
|
|
|
|
|
|
|
+ if (formedWeight) {
|
|
|
|
|
+ newVal.workReportInfo.formedWeight = parseFloat(
|
|
|
|
|
+ formedWeight.toFixed(3)
|
|
|
|
|
+ );
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ // newVal.workReportInfo.formedWeight = parseFloat(
|
|
|
|
|
+ // formedWeight.toFixed(3)
|
|
|
|
|
+ // );
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
|