|
...
|
...
|
@@ -142,8 +142,8 @@ export default { |
|
142
|
142
|
quantity: response?.totalQuantity || '',
|
|
143
|
143
|
deliveryDate: response?.deliveryDate || '',
|
|
144
|
144
|
destination: response?.destination || '',
|
|
145
|
|
- consignee: response?.consignee || '',
|
|
146
|
|
- phone: response?.phone || '',
|
|
|
145
|
+ consignee: response?.contractCreateByName || '',
|
|
|
146
|
+ phone: response?.contractCreateByTelephone || '',
|
|
147
|
147
|
returnPlanArrangement: response?.returnPlanArrangement || '',
|
|
148
|
148
|
other: response?.other || '',
|
|
149
|
149
|
specialLoadingRequirement: response?.specialLoadingRequirement || '',
|
...
|
...
|
|