|
@@ -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
|