测试
This commit is contained in:
@@ -83,8 +83,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="pop-grid_r">
|
<div class="pop-grid_r">
|
||||||
|
<p style="font-size: 22px; color: #fff;">{{ imgSrc1 }}</p>
|
||||||
<img v-if="imgSrc !== ''" class="img_pallet" :src="imgSrc" alt="">
|
<img v-if="imgSrc !== ''" class="img_pallet" :src="imgSrc" alt="">
|
||||||
<!-- <img class="img_pallet" src="../../../assets/images/screen_bg.jpg" alt=""> -->
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<el-row type="flex" justify="space-around">
|
<el-row type="flex" justify="space-around">
|
||||||
@@ -306,6 +306,7 @@ export default {
|
|||||||
vcode: '',
|
vcode: '',
|
||||||
disabled: false,
|
disabled: false,
|
||||||
imgSrc: '',
|
imgSrc: '',
|
||||||
|
imgSrc1: '',
|
||||||
alertShow: false
|
alertShow: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -390,6 +391,7 @@ export default {
|
|||||||
if (val) {
|
if (val) {
|
||||||
this.currentRow = val
|
this.currentRow = val
|
||||||
this.imgSrc = '//images.weserv.nl/?url=' + val.vehicle_path
|
this.imgSrc = '//images.weserv.nl/?url=' + val.vehicle_path
|
||||||
|
this.imgSrc1 = val.vehicle_path
|
||||||
crudProduceScreen.fabMaterial({ vehicle_code: this.currentRow.vehicle_code }).then(res => {
|
crudProduceScreen.fabMaterial({ vehicle_code: this.currentRow.vehicle_code }).then(res => {
|
||||||
this.popSecList = [...res]
|
this.popSecList = [...res]
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user