|
@@ -807,6 +807,7 @@ export default {
|
|
|
payType: this.form.payType,
|
|
payType: this.form.payType,
|
|
|
totalPrice: parseFloat(this.form.totalPrice) || 0,
|
|
totalPrice: parseFloat(this.form.totalPrice) || 0,
|
|
|
payMoney: parseFloat(this.form.payMoney) || 0,
|
|
payMoney: parseFloat(this.form.payMoney) || 0,
|
|
|
|
|
+ receiverPhone: this.form.receiverPhone,
|
|
|
products: products
|
|
products: products
|
|
|
};
|
|
};
|
|
|
createExternalOrder(submitData).then(response => {
|
|
createExternalOrder(submitData).then(response => {
|