|
|
@ -461,8 +461,7 @@ |
|
|
|
let storetype = ''; |
|
|
|
let storetype = ''; |
|
|
|
let storeprice = ''; |
|
|
|
let storeprice = ''; |
|
|
|
if (this.storeList.discountActivity != '' && this.storeList.discountActivity != null) { |
|
|
|
if (this.storeList.discountActivity != '' && this.storeList.discountActivity != null) { |
|
|
|
if (item >= this.storediscountCondition && (this.storediscountType == 1 || this.storediscountType == |
|
|
|
if (item >= this.storediscountCondition) { |
|
|
|
2)) { |
|
|
|
|
|
|
|
storetype = this.storediscountType; |
|
|
|
storetype = this.storediscountType; |
|
|
|
storeprice = this.storediscountPrice; |
|
|
|
storeprice = this.storediscountPrice; |
|
|
|
} |
|
|
|
} |
|
|
|