|
|
|
@ -174,7 +174,7 @@ export default { |
|
|
|
buyTon: good.weight, |
|
|
|
gramWeight: good.weight, |
|
|
|
length: good.length, |
|
|
|
mallSupplierId: good.id, |
|
|
|
mallSupplierId: el.supplierId, |
|
|
|
pieceQuantity: good.quantity, |
|
|
|
productId: good.productId, |
|
|
|
productSkuId: good.productSkuId, |
|
|
|
@ -199,7 +199,7 @@ export default { |
|
|
|
// purchaserEnterpriseId: '677166943471538176', |
|
|
|
// userId: '573244119569272832', |
|
|
|
} |
|
|
|
// console.log('params', params) |
|
|
|
console.log('params', params) |
|
|
|
closePaperReserve(params).then(res => { |
|
|
|
if(res) { |
|
|
|
go2('order-make', { orderId: res.orderId }) |
|
|
|
|