From 4a609b96029fa7ee51c3e6393691328774621f37 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Fri, 10 Jun 2022 16:40:09 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20-=20=E7=A1=AE=E8=AE=A4=E6=9D=A5?= =?UTF-8?q?=E6=AC=BE=20=E5=8E=BB=E6=8E=89=E9=A1=B9=E7=9B=AE=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E7=9A=84=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../arriveAndInvoicing/ArriveAndInvoivingList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue b/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue index b93de83..03a58ce 100644 --- a/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue +++ b/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue @@ -491,8 +491,8 @@ export default { */ preComeMoney(record) { // 判断是否是 普通项目、工作组项目、资料网员 项目 不是 直接返回 - let canOpe = record.projectType === ProjectTypeEnums.GENERAL_PRO.value || record.projectType === ProjectTypeEnums.GROUP_PRO.value || record.projectType === ProjectTypeEnums.MEMBER_PRO.value - if(!canOpe) return + // let canOpe = record.projectType === ProjectTypeEnums.GENERAL_PRO.value || record.projectType === ProjectTypeEnums.GROUP_PRO.value || record.projectType === ProjectTypeEnums.MEMBER_PRO.value + // if(!canOpe) return this.$refs.preComeModule.show(record) },