diff --git a/src/components/tools/StatusSlot.vue b/src/components/tools/StatusSlot.vue index e774f19..a7f2e56 100644 --- a/src/components/tools/StatusSlot.vue +++ b/src/components/tools/StatusSlot.vue @@ -95,9 +95,9 @@ export default { status() { // 非打包项目,其他项目如果被打包,就除了打包列全部置灰 // 如果有打包字段 && 当前列不是打包列 && 当前行是打包为"是" && 当前项目不是打包项目 - if (this.packField && this.statusKey !== 'pack' && this.statuObj[this.packField] === 1 && this.statuObj.projectType !== ProjectTypeEnums.PACK_PRO.value) { - return zero - } + // if (this.packField && this.statusKey !== 'pack' && this.statuObj[this.packField] === 1 && this.statuObj.projectType !== ProjectTypeEnums.PACK_PRO.value) { + // return zero + // } if (this.statuObj.amountReceivable === '0.00' || this.statuObj.receivableAmount === '0.00') { if (this.statusType) { // 待确收金额为0 未到账 未邮寄 未开票的状态