Fixed the "seling" price thing again
This commit is contained in:
parent
fdc85fb808
commit
ebad5c6fae
1 changed files with 1 additions and 1 deletions
|
|
@ -441,7 +441,7 @@ export default {
|
||||||
// If it already exists, update the price with latest data
|
// If it already exists, update the price with latest data
|
||||||
if (mobileFeeIndex >= 0) {
|
if (mobileFeeIndex >= 0) {
|
||||||
supportingItems[mobileFeeIndex].laborAmount = this.mobileFeePart.laborAmount;
|
supportingItems[mobileFeeIndex].laborAmount = this.mobileFeePart.laborAmount;
|
||||||
supportingItems[mobileFeeIndex].selingPrice = this.mobileFeePart.selingPrice;
|
supportingItems[mobileFeeIndex].sellingPrice = this.mobileFeePart.sellingPrice;
|
||||||
supportingItems[mobileFeeIndex].kitPrice = this.mobileFeePart.kitPrice;
|
supportingItems[mobileFeeIndex].kitPrice = this.mobileFeePart.kitPrice;
|
||||||
} else {
|
} else {
|
||||||
supportingItems.push(this.mobileFeePart);
|
supportingItems.push(this.mobileFeePart);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue