quwangxin 2 жил өмнө
parent
commit
5da80d66f1

+ 3 - 1
src/views/productionPlan/components/plan-view.vue

@@ -373,7 +373,9 @@
             formingWeight: '',
             productionPlanId: this.infoData.id,
             productionPlanCode: this.infoData.code,
-            produceVersionId: this.infoData.produceVersionId
+            produceVersionId: this.infoData.produceVersionId,
+            productCode: this.infoData.productCode,
+            productName: this.infoData.productName
           });
         }
       },