wangchao %!s(int64=3) %!d(string=hai) anos
pai
achega
76264f7397

+ 2 - 2
pages/erp/improvedWrehousing/improvedWrehousingDetail.vue

@@ -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]

+ 1 - 1
pages/erp/warehousing/selectCarNo.vue

@@ -33,7 +33,7 @@
 		},
 		onShow() {debugger
 			this.newList = uni.getStorageSync('erpContractNoCarList')
-			this.contractNo = uni.getStorageSync('erpContractNo')
+			this.contractNo = uni.getStorageSync('erpContractNo').contractNo
 		},
 		onLoad(options) {