高敬炎 2 년 전
부모
커밋
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){