|
@@ -178,7 +178,7 @@ export default {
|
|
const c = this.detail ? this.detail.totalConvertPromoGiftsQty : 0
|
|
const c = this.detail ? this.detail.totalConvertPromoGiftsQty : 0
|
|
const a = this.detail ? (this.detail.totalPutQty + this.detail.totalWaitPutQty + this.detail.totalCancelQty + c) : 0
|
|
const a = this.detail ? (this.detail.totalPutQty + this.detail.totalWaitPutQty + this.detail.totalCancelQty + c) : 0
|
|
const b = this.detail ? this.detail.totalQty : 0
|
|
const b = this.detail ? this.detail.totalQty : 0
|
|
- return this.detail && c && a == b
|
|
|
|
|
|
+ return this.detail && c>0 && a == b
|
|
},
|
|
},
|
|
columns () {
|
|
columns () {
|
|
const _this = this
|
|
const _this = this
|