695593266@qq.com 10 ماه پیش
والد
کامیت
12bb56de44
1فایلهای تغییر یافته به همراه9 افزوده شده و 3 حذف شده
  1. 9 3
      src/views/produce/components/warehousing/components/newJobDdBom.vue

+ 9 - 3
src/views/produce/components/warehousing/components/newJobDdBom.vue

@@ -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)
+          // );
         }
       },