|
@@ -19,7 +19,7 @@
|
|
|
<deviceBom v-if='it.equipmentList.length != 0' :list='it.equipmentList'></deviceBom>
|
|
<deviceBom v-if='it.equipmentList.length != 0' :list='it.equipmentList'></deviceBom>
|
|
|
|
|
|
|
|
|
|
|
|
|
- <productsBom v-if="Object.prototype.hasOwnProperty.call(it, 'inProductList')" :productsObj="it.inProductList[0]"></productsBom>
|
|
|
|
|
|
|
+ <productsBom v-if="Object.prototype.hasOwnProperty.call(it, 'inProductList') && it.inProductList[0]" :productsObj="it.inProductList[0]"></productsBom>
|
|
|
|
|
|
|
|
<modelBom v-if='it.modelList.length != 0' :list='it.modelList'>
|
|
<modelBom v-if='it.modelList.length != 0' :list='it.modelList'>
|
|
|
</modelBom>
|
|
</modelBom>
|