瀏覽代碼

fix: 更改导出参数

zh 2 年之前
父節點
當前提交
171574815c
共有 1 個文件被更改,包括 5 次插入3 次删除
  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
       }
     }
   },