提交 efe6c29d 编写于 作者: guangjun.yang's avatar guangjun.yang

使用原来的价格等

上级 8d823bc8
...@@ -301,9 +301,10 @@ export default { ...@@ -301,9 +301,10 @@ export default {
goodsId: id, goodsId: id,
goodsQuantity: this.goodsNum, goodsQuantity: this.goodsNum,
orderSource: 3, orderSource: 3,
preferentialPrice: preferentialPrice, preferentialPrice: this.goods.preferentialPrice,
price: costPrice, price: this.goods.costPrice,
} }
console.log('orderData...', orderData);
this.showLoading = true; this.showLoading = true;
this.POST('trade/center/order/createV2', orderData).then(res => { this.POST('trade/center/order/createV2', orderData).then(res => {
if (res.code == "000000") { if (res.code == "000000") {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册