Browse Source

Signed-off-by: 段小段 <1729609802@qq.com>

段小段 2 years ago
parent
commit
3dfea1f178

+ 2 - 1
src/views/formulationPlan/dailyExecutionPlan/typePage/materialIssuancePlan.vue

@@ -790,6 +790,7 @@ export default {
           this.create.temp.tmrid = this.create.temp.tmrid2
           this.create.temp.tmrname = this.TMRNumberList.find(obj => obj.id === item).eqcode
           this.create.temp.maxweight = this.TMRNumberList.find(obj => obj.id === item).maxstirfeed
+          this.create.temp.tclassname = this.TMRNumberList.find(obj => obj.id === item).tclassname
           this.create.temp.mytmrid = this.create.temp.tmrid
           this.create.temp.mytmrname = this.create.temp.tmrname
           console.log('tmrname==>', this.create.temp)
@@ -1171,8 +1172,8 @@ export default {
       //   }
       //   console.log('temp',this.create.temp)
       // }
+      console.log(this.create.temp.tclassname,'this.create.temp.tclassname')
       if(this.create.temp.tclassname == '固定式'){
-
         if(this.equipmentList.find(obj => obj.tclassname == '任意车1') !== undefined){
           this.create.temp.tmrname = this.equipmentList.find(obj => obj.tclassname == '任意车1').eqcode
           this.create.temp.tmrid = this.equipmentList.find(obj => obj.tclassname == '任意车1').id