|
@@ -290,7 +290,6 @@
|
|
|
confirmClick() {
|
|
|
let item = this.ObjSelect
|
|
|
var that=this
|
|
|
- console.log(this.userInfo.phone)
|
|
|
this.$request.baseRequest('get', '/driverInfo/firstAuthentication', {
|
|
|
driverPhone: this.userInfo.phone,
|
|
|
}).then(res2 => {
|
|
@@ -315,7 +314,9 @@
|
|
|
cargoOwnerPhone: item.cargoOwnerPhone,
|
|
|
id:item.id,
|
|
|
billingMethod:item.billingMethod,
|
|
|
- freightAdvance:item.freightAdvance
|
|
|
+ freightAdvance:item.freightAdvance,
|
|
|
+ goodsType:item.goodsType,
|
|
|
+ goodsTypeKey:item.goodsTypeKey
|
|
|
}
|
|
|
that.$request.baseRequest('post', '/publishTaskInfo/api/addOrder', _obj).then(res => {
|
|
|
if (res.code == 200) {
|
|
@@ -329,7 +330,6 @@
|
|
|
}
|
|
|
})
|
|
|
} else {
|
|
|
- console.log(res)
|
|
|
that.$refs.uToast.show({
|
|
|
type: 'error',
|
|
|
message: res.message,
|