From 2b9d90fef79db90feadd4d8aae1620d565ffdbd2 Mon Sep 17 00:00:00 2001 From: zengweihai Date: Thu, 21 Nov 2024 17:19:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9B=E6=96=B9=E5=85=A5=E5=9B=B4=E5=8F=AF?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BE=9B=E5=BA=94=E5=95=86=E4=BF=AE=E8=AE=A2?= =?UTF-8?q?=E7=89=881.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../repc/rebm/formplugin/SupplierInvitationFormPlugin.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main/java/shkd/repc/rebm/formplugin/SupplierInvitationFormPlugin.java b/main/java/shkd/repc/rebm/formplugin/SupplierInvitationFormPlugin.java index dc8f441..a089108 100644 --- a/main/java/shkd/repc/rebm/formplugin/SupplierInvitationFormPlugin.java +++ b/main/java/shkd/repc/rebm/formplugin/SupplierInvitationFormPlugin.java @@ -36,9 +36,6 @@ import java.util.*; public class SupplierInvitationFormPlugin extends SupplierInvitationBidNumEdit { IPortraitService portraitService = new PortraitServiceImpl(); - private HashMap projectSectionIDMap = new HashMap(); - private HashMap projectSectionMap = new HashMap(); - List isCheckList = new ArrayList(); @Override public void registerListener(EventObject e) { @@ -57,7 +54,6 @@ public class SupplierInvitationFormPlugin extends SupplierInvitationBidNumEdit { DynamicObjectCollection SEEntry = this.getModel().getEntryEntity("supplierenrollentry"); int[] selectRows = SEEntryGrid.getSelectRows(); for (int selectRow : selectRows) { - this.getView().showTipNotification("beforedo:"+String.valueOf(selectRow)); DynamicObject dy = SEEntry.get(selectRow); DynamicObject enrollsupplier = dy.getDynamicObject("enrollsupplier");//报名供应商 if (enrollsupplier != null){