Browse Source

factoryCode

quwangxin 2 years ago
parent
commit
6553bd5ab0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/produceOrder/components/report/Extrusion.vue

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

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