|
|
@@ -284,16 +284,9 @@ export default {
|
|
|
long: info.long,
|
|
|
lat: info.lat,
|
|
|
};
|
|
|
-
|
|
|
- // freight(params).then((res) => {
|
|
|
- // this.form.sendCost = res.data.sedCost;
|
|
|
- // this.money = res.data.sedCost
|
|
|
- // });
|
|
|
this.form.sendCost = '';
|
|
|
-
|
|
|
this.form.customId = info.id;
|
|
|
this.form.customName = info.name;
|
|
|
- this.form.debt = 1;
|
|
|
},
|
|
|
confirmFn (options) {
|
|
|
if (options.sendType == 2) {
|