quwangxin 2 ani în urmă
părinte
comite
25ac4dfdd4
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/views/produceOrder/components/report/Extrusion.vue

+ 1 - 1
src/views/produceOrder/components/report/Extrusion.vue

@@ -415,7 +415,7 @@
 
           realTimeStorage({
             categoryCode: res.categoryCode,
-            factoryCode: this.infoData.werks
+            factoryCode: this.infoData.werks || '14T1'
           }).then((res) => {
             this.batchList = res;
           });