|
|
|
@ -1893,7 +1893,10 @@ export default {
|
|
|
|
|
// 易碎图片上传成功 |
|
|
|
|
ImgSuccessC(response, uploadFile) {}, |
|
|
|
|
// 家配图片上传成功 |
|
|
|
|
ImgSuccessD(response, uploadFile) {}, |
|
|
|
|
ImgSuccessD(response, uploadFile) { |
|
|
|
|
console.log(response,'response'); |
|
|
|
|
console.log(this.HomePhotos,'加配照片'); |
|
|
|
|
}, |
|
|
|
|
// 签收图片上传成功 |
|
|
|
|
ImgSuccessE(response, uploadFile) {}, |
|
|
|
|
|
|
|
|
@ -1975,7 +1978,7 @@ export default {
|
|
|
|
|
name: item.name, |
|
|
|
|
reservationId: reservationId, |
|
|
|
|
type: photoType, |
|
|
|
|
urlRoute: item.url, |
|
|
|
|
urlRoute: item.response && item.response.data ? item.response.data.link : item.url, |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
return photoArray; |
|
|
|
@ -1994,6 +1997,7 @@ export default {
|
|
|
|
|
this.deduplicateByIdAndUpdate(row.map.photo_5); |
|
|
|
|
console.log(row, '要提交的参数'); |
|
|
|
|
// 提交 |
|
|
|
|
return |
|
|
|
|
updatesign(row).then(res => { |
|
|
|
|
console.log(res, '提交之后返回的参数'); |
|
|
|
|
this.signBox = false; |
|
|
|
@ -2384,6 +2388,7 @@ export default {
|
|
|
|
|
done(); |
|
|
|
|
this.form = {}; |
|
|
|
|
this.view = false; |
|
|
|
|
this.onLoad(this.page) |
|
|
|
|
}, |
|
|
|
|
selectionChange(list) { |
|
|
|
|
this.selectionList = list; |
|
|
|
|