高敬炎 2 лет назад
Родитель
Сommit
e2ce7e3021
1 измененных файлов с 4 добавлено и 3 удалено
  1. 4 3
      pages/erp/receivingfeedback/details.vue

+ 4 - 3
pages/erp/receivingfeedback/details.vue

@@ -999,7 +999,8 @@
 				})
 			},
 			getImgUrl(res1,res2,res3,res4) {
-				this.freightspace[res4].unloadPoundImg=res1
+				console.log(res1,res2,res3,res4)
+				this.freightspace[res4].unloadPoundImg=res1.data.appendixPath
 				
 				// this.detailData.addressUrl = res
 				// console.log(res)
@@ -1008,9 +1009,9 @@
 			getImgUrl1(res1,res2,res3,res4){
 				console.log(res1,res2,res3,res4)
 				if (this.freightspace[0].unloadPoundImg) {
-					this.freightspace[0].unloadPoundImg += ',' + res1
+					this.freightspace[0].unloadPoundImg += ',' + res1.data.appendixPath
 				} else {
-					this.freightspace[0].unloadPoundImg = res1
+					this.freightspace[0].unloadPoundImg = res1.data.appendixPath
 				}
 			},
 			setImgUrl(val){