Pārlūkot izejas kodu

fix: 更改导出参数

zh 2 gadi atpakaļ
vecāks
revīzija
171574815c
1 mainītis faili ar 5 papildinājumiem un 3 dzēšanām
  1. 5 3
      src/views/supply/pickup/check.vue

+ 5 - 3
src/views/supply/pickup/check.vue

@@ -514,10 +514,12 @@ export default {
   computed: {
     exParams() {
       return {
-        ...this.screenForm,
+        status: this.screenForm.status,
+        takerPhone: this.screenForm.phone,
         correspondId: this.screenForm.warehouse,
-        takerId: this.screenForm.manId,
-        status: this.screenForm.status
+        customerId: this.screenForm.customerId,
+        logisticsId: this.screenForm.logisticsId,
+        invoiceId: this.screenForm.invoiceId
       }
     }
   },