From 1922dbd02678fc2116ca5ecd3b19de5a1f233bd7 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Mon, 12 Aug 2024 15:04:13 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix:bug=E3=80=91-=E9=9D=9E=E6=89=93?= =?UTF-8?q?=E5=8C=85=E9=A1=B9=E7=9B=AE=EF=BC=8C=E5=85=B6=E4=BB=96=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=A6=82=E6=9E=9C=E8=A2=AB=E6=89=93=E5=8C=85=EF=BC=8C?= =?UTF-8?q?=E5=B0=B1=E9=99=A4=E4=BA=86=E6=89=93=E5=8C=85=E5=88=97=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E7=BD=AE=E7=81=B0=3D=3D=20=E5=88=A0=E9=99=A4=E8=AF=A5?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tools/StatusSlot.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 未到账 未邮寄 未开票的状态