This commit is contained in:
@@ -199,19 +199,12 @@ export default {
|
||||
|
||||
this.orderItems.push({
|
||||
productId: product.productId,
|
||||
productName: product.name,
|
||||
price: product.price,
|
||||
quantity: 1
|
||||
})
|
||||
this.calcAmount()
|
||||
},
|
||||
productName: product.name,
|
||||
spec: product.spec,
|
||||
unit: product.unit,
|
||||
price: product.price,
|
||||
quantity: 1
|
||||
})
|
||||
|
||||
this.calcAmount()
|
||||
},
|
||||
removeItem(index) {
|
||||
|
||||
Reference in New Issue
Block a user