|
|
@@ -15,7 +15,7 @@
|
|
|
<td>
|
|
|
<div class="line">
|
|
|
<span class="title inline-block">型号</span>
|
|
|
- <span class="content inline-block" :title="item.code" v-text="item.code || '-'"></span>
|
|
|
+ <span class="content inline-block" :title="item.cmpCode" v-text="item.cmpCode || '-'"></span>
|
|
|
</div>
|
|
|
<div class="line">
|
|
|
<span class="title inline-block">品牌</span>
|
|
|
@@ -75,9 +75,9 @@
|
|
|
},
|
|
|
methods: {
|
|
|
goSeek: function (item) {
|
|
|
- this.productItem.cmpCode = item.code
|
|
|
- this.productItem.brand = item.brand.nameEn
|
|
|
- this.productItem.prodName = item.kind.nameCn
|
|
|
+ this.productItem.cmpCode = item.cmpCode
|
|
|
+ this.productItem.brand = item.pbrand || item.pbranden
|
|
|
+ this.productItem.prodName = item.kind || item.kinden
|
|
|
this.productItem.spec = item.spec
|
|
|
this.showSeekObj.show = true
|
|
|
}
|