Bläddra i källkod

修改签收单第一显示

liyg 2 år sedan
förälder
incheckning
d819b33c61

+ 2 - 4
src/views/sale/components/offSiteTransportation/transportationPerformance.vue

@@ -177,12 +177,10 @@ export default {
           console.log(res.data);
           this.isShow2 = true;
           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.resultEmptyContainerPhoto);
-          if (res.data.resultReceiveNotePhoto != null) {
-            this.srcList2.push(res.data.resultReceiveNotePhoto);
-          }
         });
     },
     toPhotoClick(orderNumber) {