|
|
@@ -300,7 +300,7 @@ export default {
|
|
|
unitType = 1
|
|
|
num = (ele.smallCount/ele.ratio).toFixed(2)
|
|
|
}
|
|
|
- return { productId: ele.id, num:num,ptItemId:ele.itemId,property:1,unitType:unitType,property:1};
|
|
|
+ return { productId: ele.id, num:num,itemId:ele.itemId,property:1,unitType:unitType,property:1};
|
|
|
});
|
|
|
let hdId = this.option.hdId ? this.option.hdId : 0
|
|
|
let params = { product: JSON.stringify(product),...this.form,hdId:hdId }
|