Explorar el Código

1、合并集货打单

huangmp hace 2 años
padre
commit
4e405cb17b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/modules/print/merge-print-scan-delivery.vue

+ 1 - 1
src/views/modules/print/merge-print-scan-delivery.vue

@@ -232,7 +232,7 @@ export default {
             this.getLogisticsInfo(this.scanOrderNo);
             if(this.logistics === 'YUNDA'){
               //打印韵达面单
-              this.printWallbill(data)
+              this.printWallbill(data.orderLogistics)
             }
           }
         }).catch((error) => {