|
@@ -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
|
|
|
}
|
|
|
}
|
|
|
},
|