Procházet zdrojové kódy

fix: 更改导出参数

zh před 2 roky
rodič
revize
171574815c
1 změnil soubory, kde provedl 5 přidání a 3 odebrání
  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
       }
     }
   },