|
@@ -175,6 +175,7 @@
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
+ imgUrl: [],
|
|
|
show: false,
|
|
|
show1: false,
|
|
|
show2: false,
|
|
@@ -237,7 +238,7 @@
|
|
|
netWeight: 0,
|
|
|
warehouseInOutDetail: {}
|
|
|
},
|
|
|
- imgUrl: []
|
|
|
+
|
|
|
}
|
|
|
},
|
|
|
onLoad(options) {
|
|
@@ -246,7 +247,6 @@
|
|
|
this.binNumber = this.detailData.binNumber
|
|
|
this.warehouseName = this.detailData.warehouseName
|
|
|
this.compId = helper.erpWarehouse.compId
|
|
|
- console.log(this.detailData.addressUrl)
|
|
|
if(this.detailData.addressUrl){
|
|
|
this.imgUrl.push({
|
|
|
url: this.detailData.addressUrl.split(",")[0]
|