供方入围可添加供应商修订版1.1

This commit is contained in:
zengweihai 2024-11-21 17:19:11 +08:00
parent 0c6a43235f
commit 2b9d90fef7
1 changed files with 0 additions and 4 deletions

View File

@ -36,9 +36,6 @@ import java.util.*;
public class SupplierInvitationFormPlugin extends SupplierInvitationBidNumEdit {
IPortraitService portraitService = new PortraitServiceImpl();
private HashMap<String, DynamicObject> projectSectionIDMap = new HashMap();
private HashMap<Long, DynamicObject> projectSectionMap = new HashMap();
List<String> 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){