蔡玲玲 1 month ago
parent
commit
858504acd7
  1. 2
      lms/nladmin-ui/src/views/wms/produceScreen/index.vue

2
lms/nladmin-ui/src/views/wms/produceScreen/index.vue

@ -392,7 +392,7 @@ export default {
crudProduceScreen.fabMaterial({ vehicle_code: this.currentRow.vehicle_code }).then(res => {
this.popSecList = [...res]
if (res.length > 0) {
this.imgSrc = '//images.weserv.nl/?url=' + res[0].vehicle_path
this.imgSrc = res[0].vehicle_path
}
})
}

Loading…
Cancel
Save