Explorar el Código

orderNos 传递

祁鹏飞 hace 3 meses
padre
commit
f0db0c0d00
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/receivable/handingFee/ticket.vue

+ 1 - 0
src/views/receivable/handingFee/ticket.vue

@@ -382,6 +382,7 @@ const handleTicket = (bool) => {
   isSettlement.value = bool
   const params = {
     incomeIds: selectedList.value.map(v => v.id),
+    orderNos: selectedList.value.map(v => v.orderNo),
     companyId: route.query.id,
     invoiceType: route.query.invoiceType
   }