|
@@ -175,11 +175,11 @@ export default {
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|
|
showConvertPromoGIftQty(){
|
|
showConvertPromoGIftQty(){
|
|
- const a = this.detail ? (this.detail.totalPutQty + this.detail.totalWaitPutQty + this.detail.totalCancelQty
|
|
|
|
- + this.detail.totalConvertPromoGiftsQty) : 0
|
|
|
|
- const b = this.detail ? this.detail.totalQty : 0
|
|
|
|
- return this.detail && a && a == b
|
|
|
|
- },
|
|
|
|
|
|
+ const c = this.detail ? this.detail.totalConvertPromoGiftsQty : 0
|
|
|
|
+ const a = this.detail ? (this.detail.totalPutQty + this.detail.totalWaitPutQty + this.detail.totalCancelQty + c) : 0
|
|
|
|
+ const b = this.detail ? this.detail.totalQty : 0
|
|
|
|
+ return this.detail && c && a == b
|
|
|
|
+ },
|
|
columns () {
|
|
columns () {
|
|
const _this = this
|
|
const _this = this
|
|
const arr = [
|
|
const arr = [
|