|
@@ -177,12 +177,10 @@ export default {
|
|
console.log(res.data);
|
|
console.log(res.data);
|
|
this.isShow2 = true;
|
|
this.isShow2 = true;
|
|
this.srcList2 = [];
|
|
this.srcList2 = [];
|
|
- this.src2 = res.data.resultSignedNotePhoto;
|
|
|
|
|
|
+ this.src2 = res.data.resultReceiveNotePhoto;
|
|
|
|
+ this.srcList2.push(res.data.resultReceiveNotePhoto);
|
|
this.srcList2.push(res.data.resultSignedNotePhoto);
|
|
this.srcList2.push(res.data.resultSignedNotePhoto);
|
|
this.srcList2.push(res.data.resultEmptyContainerPhoto);
|
|
this.srcList2.push(res.data.resultEmptyContainerPhoto);
|
|
- if (res.data.resultReceiveNotePhoto != null) {
|
|
|
|
- this.srcList2.push(res.data.resultReceiveNotePhoto);
|
|
|
|
- }
|
|
|
|
});
|
|
});
|
|
},
|
|
},
|
|
toPhotoClick(orderNumber) {
|
|
toPhotoClick(orderNumber) {
|